Skip to content

Commit 600137d

Browse files
committed
Bump to 0.2.8, fixed homepage.
1 parent 8090bf0 commit 600137d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require 'rake'
1414
require 'jeweler'
1515
Jeweler::Tasks.new do |gem|
1616
gem.name = "github-api-client"
17-
gem.homepage = "http://github.com/farnoy/github-api-client"
17+
gem.homepage = "http://github.com/okonski/github-api-client"
1818
gem.license = "MIT"
1919
gem.summary = %Q{Library for easy GitHub API browsing}
2020
gem.description = %Q{Caches retrieved information to your user profile and reuses it when you query again.}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.2.8

github-api-client.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{github-api-client}
8-
s.version = "0.2.7"
8+
s.version = "0.2.8"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Jakub Okoński"]
12-
s.date = %q{2011-01-10}
12+
s.date = %q{2011-01-24}
1313
s.default_executable = %q{api-browser.rb}
1414
s.description = %q{Caches retrieved information to your user profile and reuses it when you query again.}
1515
s.email = %q{[email protected]}
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
3737
"lib/github-api-client/repo.rb",
3838
"lib/github-api-client/user.rb"
3939
]
40-
s.homepage = %q{http://github.com/farnoy/github-api-client}
40+
s.homepage = %q{http://github.com/okonski/github-api-client}
4141
s.licenses = ["MIT"]
4242
s.require_paths = ["lib"]
4343
s.rubygems_version = %q{1.3.7}

0 commit comments

Comments
 (0)