Skip to content

Commit

Permalink
Version update to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Brickfeld committed Mar 12, 2012
1 parent 9438353 commit 5ec2fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cinch-imdb.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'cinch-imdb' s.name = 'cinch-imdb'
s.version = '1.0.1' s.version = '1.1.0'
s.summary = "Search IMDb with a Cinch IRC bot" s.summary = "Search IMDb with a Cinch IRC bot"
s.description = "Commandline like IMDB search with a Cinch IRC bot" s.description = "Commandline like IMDb search with a Cinch IRC bot."
s.authors = ["Waxjar"] s.authors = ["Waxjar"]
s.files = ["lib/cinch/plugins/imdb.rb"] s.files = ["lib/cinch/plugins/imdb.rb"]


s.add_runtime_dependency 'cinch', '~> 1.1.3' s.add_runtime_dependency 'cinch', '~> 2.0.0'
s.add_runtime_dependency 'imdb_party', '~> 0.6.1' s.add_runtime_dependency 'imdb_party', '~> 0.6.1'
end end

0 comments on commit 5ec2fb0

Please sign in to comment.