Skip to content

Commit

Permalink
Relax lita version dependency, use RSpec 3, and bump version to 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Feb 26, 2014
1 parent 319b375 commit 09d2754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lita-google.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-google"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.authors = ["Jimmy Cuadra"]
spec.email = ["jimmy@jimmycuadra.com"]
spec.description = %q{A Lita handler for returning Google search results.}
Expand All @@ -14,11 +14,11 @@ 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.6"
spec.add_runtime_dependency "lita", ">= 2.6"

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"
end

0 comments on commit 09d2754

Please sign in to comment.