File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require 'rake'
1414require 'jeweler'
1515Jeweler ::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.}
Original file line number Diff line number Diff line change 1- 0.3.0
1+ 0.2.8
Original file line number Diff line number Diff line change 55
66Gem ::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@@ -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}
You can’t perform that action at this time.
0 commit comments