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 8cfe0ef + 77ae5b4 commit f61e523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lita-excuses.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-excuses"
spec.version = "0.0.5"
spec.version = "0.0.6"
spec.authors = ["Mitch Dempsey"]
spec.email = ["mrdempsey@gmail.com"]
spec.description = %q{Adds a Lita handler to provide developer excuses}
Expand All @@ -13,12 +13,12 @@ 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.2"
spec.add_runtime_dependency "lita", ">= 2.2"
spec.add_runtime_dependency "nokogiri"

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"

Expand Down

0 comments on commit f61e523

Please sign in to comment.