Skip to content

Commit

Permalink
hopefuly fixed issue with last gem
Browse files Browse the repository at this point in the history
  • Loading branch information
moomerman committed Mar 20, 2009
1 parent e9e3a17 commit 61c526f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twitter_oauth.gemspec
Expand Up @@ -2,14 +2,14 @@

Gem::Specification.new do |s|
s.name = %q{twitter_oauth}
s.version = "0.1.5"
s.version = "0.1.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Richard Taylor"]
s.date = %q{2009-03-20}
s.description = %q{twitter_oauth is a Ruby library for talking to twitter using the new oauth method.}
s.email = %q{moomerman@gmail.com}
s.files = ["README.textile", "lib/twitter_oauth", "lib/twitter_oauth.rb"] + Dir["lib/twitter_oauth/*"]
s.files = ["README.textile", "lib/twitter_oauth", "lib/twitter_oauth.rb", "lib/twitter_oauth/client.rb", "lib/twitter_oauth/account.rb", "lib/twitter_oauth/statuses.rb", "lib/twitter_oauth/direct_messages.rb"]
s.has_rdoc = false
s.homepage = %q{http://github.com/moomerman/twitter_oauth}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
Expand Down

0 comments on commit 61c526f

Please sign in to comment.