Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Jan 29, 2011
1 parent 463d7e9 commit 53f37c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinch-last_seen.gemspec
Expand Up @@ -8,5 +8,5 @@ Gem::Specification.new do |s|
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", "~> 1.0")
end

0 comments on commit 53f37c3

Please sign in to comment.