Skip to content

Commit

Permalink
updating the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ballantyne committed Oct 30, 2011
1 parent c21b4d5 commit 9a6c3f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions omniauth-plurk.gemspec
Expand Up @@ -8,10 +8,13 @@ Gem::Specification.new do |s|
s.authors = ["Scott Ballantyne"]
s.email = ["ussballantyne@gmail.com"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.summary = %q{an omniauth strategy for plurk}
s.description = %q{an omniauth strategy for plurk}

s.rubyforge_project = "omniauth-plurk"
s.add_dependency 'omniauth', '~> 1.0.0.rc2'
s.add_dependency 'omniauth-oauth2', '~> 1.0.0.rc2'


s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 9a6c3f3

Please sign in to comment.