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 d59839d commit dafd0ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lita-pls.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-pls"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.authors = ["Jimmy Cuadra"]
spec.email = ["[email protected]"]
spec.description = %q{A Lita handler to respond to "Lita pls" correctly.}
Expand All @@ -14,9 +14,9 @@ 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"
end

0 comments on commit dafd0ee

Please sign in to comment.