Navigation Menu

Skip to content

Commit

Permalink
Regenerated gemspec for version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Feb 11, 2010
1 parent 5063459 commit d84366e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions twitter.gemspec
Expand Up @@ -5,11 +5,11 @@


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


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker", "Wynn Netherland"] s.authors = ["John Nunemaker", "Wynn Netherland"]
s.date = %q{2010-01-29} s.date = %q{2010-02-11}
s.email = %q{nunemaker@gmail.com} s.email = %q{nunemaker@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.rdoc" "README.rdoc"
Expand Down Expand Up @@ -71,11 +71,13 @@ Gem::Specification.new do |s|
"test/fixtures/search_from_jnunemaker.json", "test/fixtures/search_from_jnunemaker.json",
"test/fixtures/status.json", "test/fixtures/status.json",
"test/fixtures/status_show.json", "test/fixtures/status_show.json",
"test/fixtures/trends_available.json",
"test/fixtures/trends_current.json", "test/fixtures/trends_current.json",
"test/fixtures/trends_current_exclude.json", "test/fixtures/trends_current_exclude.json",
"test/fixtures/trends_daily.json", "test/fixtures/trends_daily.json",
"test/fixtures/trends_daily_date.json", "test/fixtures/trends_daily_date.json",
"test/fixtures/trends_daily_exclude.json", "test/fixtures/trends_daily_exclude.json",
"test/fixtures/trends_location.json",
"test/fixtures/trends_weekly.json", "test/fixtures/trends_weekly.json",
"test/fixtures/trends_weekly_date.json", "test/fixtures/trends_weekly_date.json",
"test/fixtures/trends_weekly_exclude.json", "test/fixtures/trends_weekly_exclude.json",
Expand Down

0 comments on commit d84366e

Please sign in to comment.