Skip to content

Commit

Permalink
use cinch 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Mar 24, 2012
1 parent 53f37c3 commit b093505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinch-last_seen.gemspec
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = 'cinch-last_seen'
s.version = '0.0.1'
s.version = '0.0.2'
s.summary = 'A "last seen" plugin for the Cinch framework'
s.description = 'A "last seen" plugin for the Cinch framework'
s.authors = ['Dominik Honnef']
s.email = ['dominikh@fork-bomb.org']
s.homepage = 'http://rubydoc.info/github/cinchrb/cinch-last_seen'
s.required_ruby_version = '>= 1.9.1'
s.files = Dir['LICENSE', 'README.md', '{lib,examples}/**/*']
s.add_dependency("cinch", "~> 1.0")
s.add_dependency("cinch", "~> 2.0")
end

0 comments on commit b093505

Please sign in to comment.