Skip to content

Commit 38af2b0

Browse files
committed
Regenerate gemspec for version 0.1.0
1 parent bd17334 commit 38af2b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

github-v3-api.gemspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
7-
s.name = %q{github-v3-api}
8-
s.version = "0.0.5"
7+
s.name = "github-v3-api"
8+
s.version = "0.1.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["John Wilger"]
12-
s.date = %q{2011-07-03}
13-
s.description = %q{Ponies}
14-
s.email = %q{[email protected]}
12+
s.date = "2011-10-18"
13+
s.description = "Ponies"
14+
s.email = "[email protected]"
1515
s.extra_rdoc_files = [
1616
"LICENSE.txt",
1717
"README.rdoc"
@@ -46,11 +46,11 @@ Gem::Specification.new do |s|
4646
"spec/repos_api_spec.rb",
4747
"spec/spec_helper.rb"
4848
]
49-
s.homepage = %q{http://github.com/jwilger/github-v3-api}
49+
s.homepage = "http://github.com/jwilger/github-v3-api"
5050
s.licenses = ["MIT"]
5151
s.require_paths = ["lib"]
52-
s.rubygems_version = %q{1.6.2}
53-
s.summary = %q{Ruby Client for the GitHub v3 API}
52+
s.rubygems_version = "1.8.10"
53+
s.summary = "Ruby Client for the GitHub v3 API"
5454

5555
if s.respond_to? :specification_version then
5656
s.specification_version = 3

0 commit comments

Comments
 (0)