Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Jun 12, 2009
1 parent 984b810 commit 872c6a6
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions le-git.gemspec
Expand Up @@ -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<rest-client>, [">= 0"])
Expand Down

0 comments on commit 872c6a6

Please sign in to comment.