We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7cf7f commit f179e55Copy full SHA for f179e55
3 files changed
greip.gemspec
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
15
spec.description = "The official Gem of Greip for Ruby."
16
spec.homepage = "https://greip.io/"
17
spec.required_ruby_version = ">= 3.0.0"
18
+ spec.license = "Apache-2.0"
19
20
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
21
lib/greip/variables.rb
lib/greip/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Greip
4
- VERSION = "1.1.0"
+ VERSION = "1.1.1"
5
end
0 commit comments