Skip to content

Commit

Permalink
Regenerated gemspec for version 0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 16, 2009
1 parent 3e170dd commit 0053eec
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions twitter.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{twitter}
s.version = "0.6.13"
s.version = "0.6.14"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker"]
s.date = %q{2009-07-27}
s.date = %q{2009-08-16}
s.email = %q{nunemaker@gmail.com}
s.extra_rdoc_files = [
"README.rdoc"
Expand Down Expand Up @@ -64,12 +67,11 @@ Gem::Specification.new do |s|
"test/twitter/trends_test.rb",
"test/twitter_test.rb"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/jnunemaker/twitter}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{twitter}
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.5}
s.summary = %q{wrapper for the twitter api (oauth only)}
s.test_files = [
"test/test_helper.rb",
Expand All @@ -94,10 +96,10 @@ Gem::Specification.new do |s|

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<oauth>, [">= 0.3.5"])
s.add_runtime_dependency(%q<oauth>, [">= 0.3.4"])
s.add_runtime_dependency(%q<mash>, ["= 0.0.3"])
s.add_runtime_dependency(%q<httparty>, ["= 0.4.3"])
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
Expand All @@ -106,7 +108,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<fakeweb>, [">= 0"])
s.add_development_dependency(%q<mash>, [">= 0"])
else
s.add_dependency(%q<oauth>, [">= 0.3.5"])
s.add_dependency(%q<oauth>, [">= 0.3.4"])
s.add_dependency(%q<mash>, ["= 0.0.3"])
s.add_dependency(%q<httparty>, ["= 0.4.3"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
Expand All @@ -116,7 +118,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<mash>, [">= 0"])
end
else
s.add_dependency(%q<oauth>, [">= 0.3.5"])
s.add_dependency(%q<oauth>, [">= 0.3.4"])
s.add_dependency(%q<mash>, ["= 0.0.3"])
s.add_dependency(%q<httparty>, ["= 0.4.3"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
Expand Down

0 comments on commit 0053eec

Please sign in to comment.