Skip to content

Commit f179e55

Browse files
committed
Update gemspec and version.rb files
1 parent 7f7cf7f commit f179e55

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

greip.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.description = "The official Gem of Greip for Ruby."
1616
spec.homepage = "https://greip.io/"
1717
spec.required_ruby_version = ">= 3.0.0"
18+
spec.license = "Apache-2.0"
1819

1920
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
2021

lib/greip/variables.rb

Lines changed: 0 additions & 9 deletions
This file was deleted.

lib/greip/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Greip
4-
VERSION = "1.1.0"
4+
VERSION = "1.1.1"
55
end

0 commit comments

Comments
 (0)