Skip to content

Commit

Permalink
Prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynn Netherland committed Oct 31, 2009
1 parent cf16455 commit bb196b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ begin
gem.summary = %Q{wrapper for the twitter api}
gem.email = "nunemaker@gmail.com"
gem.homepage = "http://github.com/jnunemaker/twitter"
gem.authors = ["John Nunemaker"]
gem.authors = ["John Nunemaker", "Wynn Netherland"]
gem.rubyforge_project = "twitter"
gem.files = FileList["[A-Z]*", "{examples,lib,test}/**/*"]

Expand Down
18 changes: 13 additions & 5 deletions twitter.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker"]
s.date = %q{2009-08-23}
s.authors = ["John Nunemaker", "Wynn Netherland"]
s.date = %q{2009-10-31}
s.email = %q{nunemaker@gmail.com}
s.extra_rdoc_files = [
"README.rdoc"
Expand All @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
"examples/helpers/config_store.rb",
"examples/httpauth.rb",
"examples/ids.rb",
"examples/lists.rb",
"examples/oauth.rb",
"examples/search.rb",
"examples/timeline.rb",
Expand All @@ -43,6 +44,11 @@ Gem::Specification.new do |s|
"test/fixtures/follower_ids.json",
"test/fixtures/friend_ids.json",
"test/fixtures/friends_timeline.json",
"test/fixtures/list.json",
"test/fixtures/list_statuses.json",
"test/fixtures/list_users.json",
"test/fixtures/lists.json",
"test/fixtures/memberships.json",
"test/fixtures/rate_limit_exceeded.json",
"test/fixtures/replies.json",
"test/fixtures/search.json",
Expand Down Expand Up @@ -88,6 +94,7 @@ Gem::Specification.new do |s|
"examples/helpers/config_store.rb",
"examples/httpauth.rb",
"examples/ids.rb",
"examples/lists.rb",
"examples/oauth.rb",
"examples/search.rb",
"examples/timeline.rb",
Expand Down Expand Up @@ -127,3 +134,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<fakeweb>, [">= 1.2.5"])
end
end

0 comments on commit bb196b6

Please sign in to comment.