Skip to content

Commit

Permalink
gemspec: 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jul 15, 2020
1 parent 8105f91 commit 0271551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grinch-identify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "grinch-identify"
s.version = "1.7.1"
s.version = "1.8.0"
s.summary = "A plugin allowing Grinch bots to automatically identify with services."
s.description = <<~DESC
A plugin allowing Grinch bots to automatically identify with services.
Expand All @@ -13,6 +13,6 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/grinchrb/grinch-identify"
s.required_ruby_version = ">= 2.4"
s.files = Dir["LICENSE", "README.md", "{lib,examples}/**/*"]
s.add_dependency "grinch", ">= 1.0.1"
s.add_dependency "grinch", "~> 1.1"
s.license = "MIT"
end

0 comments on commit 0271551

Please sign in to comment.