Skip to content

Commit

Permalink
Merge pull request #1 from jimmycuadra/master
Browse files Browse the repository at this point in the history
Update gemspec for Lita 3.0 compatibility.
  • Loading branch information
webdestroya committed Feb 28, 2014
2 parents c8f1a3d + 0e701a1 commit 2d4c32a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lita-eightball.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-eightball"
spec.version = "1.0.3"
spec.version = "1.0.4"
spec.authors = ["Mitch Dempsey"]
spec.email = ["mitch@mitchdempsey.com"]
spec.description = %q{A Lita handler for shaking an eightball.}
Expand All @@ -13,13 +13,13 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "lita", "~> 2.0"
spec.add_runtime_dependency "lita", ">= 2.0"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 2.14"
spec.add_development_dependency "rspec", ">= 3.0.0.beta2"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "coveralls"

spec.metadata = { "lita_plugin_type" => "handler" }
end
end

0 comments on commit 2d4c32a

Please sign in to comment.