Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Relax dependency versions and bump version to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Feb 23, 2014
1 parent d53e6b5 commit f484435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lita-irc.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-irc"
spec.version = "1.2.3"
spec.version = "1.3.0"
spec.authors = ["Jimmy Cuadra"]
spec.email = ["[email protected]"]
spec.description = %q{An IRC adapter for Lita.}
Expand All @@ -14,8 +14,8 @@ 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.5"
spec.add_runtime_dependency "cinch", "~> 2.0"
spec.add_runtime_dependency "lita", ">= 2.5"
spec.add_runtime_dependency "cinch", ">= 2.0"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit f484435

Please sign in to comment.