Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Regenerated gemspec for version 0.4.3
  • Loading branch information
Wynn Netherland committed Dec 31, 2009
1 parent e736a55 commit 24e4874
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions twitterland.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wynn Netherland", "Bradley Joyce", "Ron Evans"]
s.date = %q{2009-12-13}
s.date = %q{2009-12-31}
s.email = %q{info@squeejee.com}
s.extra_rdoc_files = [
"README.markdown"
Expand Down Expand Up @@ -104,15 +104,15 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<mash>, ["= 0.0.3"])
s.add_runtime_dependency(%q<httparty>, ["= 0.4.5"])
s.add_runtime_dependency(%q<httparty>, ["= 0.4.3"])
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_development_dependency(%q<jeremymcanally-matchy>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
s.add_development_dependency(%q<fakeweb>, [">= 0"])
s.add_development_dependency(%q<mash>, [">= 0"])
else
s.add_dependency(%q<mash>, ["= 0.0.3"])
s.add_dependency(%q<httparty>, ["= 0.4.5"])
s.add_dependency(%q<httparty>, ["= 0.4.3"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<jeremymcanally-matchy>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
Expand All @@ -121,7 +121,7 @@ Gem::Specification.new do |s|
end
else
s.add_dependency(%q<mash>, ["= 0.0.3"])
s.add_dependency(%q<httparty>, ["= 0.4.5"])
s.add_dependency(%q<httparty>, ["= 0.4.3"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<jeremymcanally-matchy>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
Expand Down

0 comments on commit 24e4874

Please sign in to comment.