Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelwig committed Oct 17, 2011
1 parent a534ff9 commit b9f2f67
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions octocat_herder.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{octocat_herder}
s.version = "0.1.1"
s.version = "0.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jacob Helwig"]
s.date = %q{2011-08-12}
s.authors = [%q{Jacob Helwig}]
s.date = %q{2011-10-17}
s.description = %q{This gem provides Ruby bindings to the v3 GitHub API}
s.email = %q{jacob@technosorcery.net}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -39,13 +39,12 @@ Gem::Specification.new do |s|
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/jhelwig/octocat_herder}
s.licenses = ["BSD"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.licenses = [%q{BSD}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.6}
s.summary = %q{An interface to the v3 GitHub API}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit b9f2f67

Please sign in to comment.