diff --git a/le-git.gemspec b/le-git.gemspec index 07c02d0..6c9dca5 100644 --- a/le-git.gemspec +++ b/le-git.gemspec @@ -2,41 +2,45 @@ Gem::Specification.new do |s| s.name = %q{le-git} - s.version = "0.0.6" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Josh Nichols", "Dan Croak"] - s.date = %q{2009-05-25} + s.date = %q{2009-06-12} s.description = %q{Ruby wrapper around Github API v2} s.email = %q{josh@technicalpickles.com} s.extra_rdoc_files = [ "LICENSE", - "README.textile" + "README.textile" ] s.files = [ "LICENSE", - "README.textile", - "lib/le_git.rb", - "lib/le_git/commit.rb", - "lib/le_git/repository.rb", - "lib/le_git/user.rb", - "rails/init.rb" + "README.textile", + "lib/le-git.rb", + "lib/le-git/commit.rb", + "lib/le-git/parent.rb", + "lib/le-git/repository.rb", + "lib/le-git/resources.rb", + "lib/le-git/user.rb", + "rails/init.rb" ] + s.has_rdoc = true s.homepage = %q{http://github.com/dancroak/le-git} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.3} + s.rubygems_version = %q{1.3.1} s.summary = %q{Ruby wrapper around Github API v2} s.test_files = [ "test/github_commit_test.rb", - "test/github_repository_test.rb", - "test/github_user_test.rb", - "test/test_helper.rb" + "test/github_parent_test.rb", + "test/github_repository_test.rb", + "test/github_user_test.rb", + "test/test_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION - s.specification_version = 3 + s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"])