Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jduff committed Jan 16, 2011
1 parent 2ab95c5 commit 6de2704
Showing 1 changed file with 53 additions and 54 deletions.
107 changes: 53 additions & 54 deletions tmdb_party.gemspec
Original file line number Diff line number Diff line change
@@ -1,78 +1,76 @@
# 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 'rake gemspec'
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Duff", "Jon Maddox"]
s.date = %q{2010-09-22}
s.date = %q{2011-01-15}
s.email = %q{duff.john@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"lib/tmdb_party.rb",
"lib/tmdb_party/attributes.rb",
"lib/tmdb_party/cast_member.rb",
"lib/tmdb_party/category.rb",
"lib/tmdb_party/core_extensions.rb",
"lib/tmdb_party/country.rb",
"lib/tmdb_party/genre.rb",
"lib/tmdb_party/httparty_icebox.rb",
"lib/tmdb_party/image.rb",
"lib/tmdb_party/movie.rb",
"lib/tmdb_party/person.rb",
"lib/tmdb_party/studio.rb",
"lib/tmdb_party/video.rb",
"spec/fixtures/imdb_no_results.json",
"spec/fixtures/imdb_search.json",
"spec/fixtures/megan_fox.json",
"spec/fixtures/no_groups.json",
"spec/fixtures/nothing_found.json",
"spec/fixtures/rad.json",
"spec/fixtures/search.json",
"spec/fixtures/search_person.json",
"spec/fixtures/shitty_shit_result.json",
"spec/fixtures/single_result.json",
"spec/fixtures/transformers.json",
"spec/lib/tmdb_party/cast_member_spec.rb",
"spec/lib/tmdb_party/country_spec.rb",
"spec/lib/tmdb_party/image_spec.rb",
"spec/lib/tmdb_party/movie_spec.rb",
"spec/lib/tmdb_party/person_spec.rb",
"spec/lib/tmdb_party/studio_spec.rb",
"spec/lib/tmdb_party_spec.rb",
"spec/spec_helper.rb",
"test/fixtures/shitty_shit_result.json",
"test/tmdb_party/test_tmdb_party.rb",
"tmdb_party.gemspec"
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"lib/tmdb_party.rb",
"lib/tmdb_party/attributes.rb",
"lib/tmdb_party/cast_member.rb",
"lib/tmdb_party/category.rb",
"lib/tmdb_party/core_extensions.rb",
"lib/tmdb_party/country.rb",
"lib/tmdb_party/genre.rb",
"lib/tmdb_party/httparty_icebox.rb",
"lib/tmdb_party/image.rb",
"lib/tmdb_party/movie.rb",
"lib/tmdb_party/person.rb",
"lib/tmdb_party/studio.rb",
"lib/tmdb_party/video.rb",
"spec/fixtures/imdb_no_results.json",
"spec/fixtures/imdb_search.json",
"spec/fixtures/megan_fox.json",
"spec/fixtures/no_groups.json",
"spec/fixtures/nothing_found.json",
"spec/fixtures/rad.json",
"spec/fixtures/search.json",
"spec/fixtures/search_person.json",
"spec/fixtures/shitty_shit_result.json",
"spec/fixtures/single_result.json",
"spec/fixtures/transformers.json",
"spec/lib/tmdb_party/cast_member_spec.rb",
"spec/lib/tmdb_party/country_spec.rb",
"spec/lib/tmdb_party/image_spec.rb",
"spec/lib/tmdb_party/movie_spec.rb",
"spec/lib/tmdb_party/person_spec.rb",
"spec/lib/tmdb_party/studio_spec.rb",
"spec/lib/tmdb_party_spec.rb",
"spec/spec_helper.rb",
"test/fixtures/shitty_shit_result.json",
"test/tmdb_party/test_tmdb_party.rb",
"tmdb_party.gemspec"
]
s.homepage = %q{http://github.com/jduff/tmdb_party}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Simple ruby wrapper to themoviedb.org (http://api.themoviedb.org/2.0/docs/) using HTTParty}
s.test_files = [
"spec/lib/tmdb_party/cast_member_spec.rb",
"spec/lib/tmdb_party/country_spec.rb",
"spec/lib/tmdb_party/image_spec.rb",
"spec/lib/tmdb_party/movie_spec.rb",
"spec/lib/tmdb_party/person_spec.rb",
"spec/lib/tmdb_party/studio_spec.rb",
"spec/lib/tmdb_party_spec.rb",
"spec/spec_helper.rb",
"test/tmdb_party/test_tmdb_party.rb"
"spec/lib/tmdb_party/country_spec.rb",
"spec/lib/tmdb_party/image_spec.rb",
"spec/lib/tmdb_party/movie_spec.rb",
"spec/lib/tmdb_party/person_spec.rb",
"spec/lib/tmdb_party/studio_spec.rb",
"spec/lib/tmdb_party_spec.rb",
"spec/spec_helper.rb",
"test/tmdb_party/test_tmdb_party.rb"
]

if s.respond_to? :specification_version then
Expand All @@ -94,3 +92,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec>, [">= 0"])
end
end

0 comments on commit 6de2704

Please sign in to comment.