Skip to content

Commit

Permalink
Bump to 0.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoy committed Jan 7, 2011
1 parent 56f8588 commit 9e3e38a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions Gemfile.lock
Expand Up @@ -20,9 +20,8 @@ GEM
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
diff-lcs (1.1.2)
gherkin (2.3.2)
gherkin (2.3.3)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
git (1.2.5)
i18n (0.5.0)
jeweler (1.5.2)
Expand All @@ -35,14 +34,14 @@ GEM
rainbow (1.1)
rake (0.8.7)
rcov (0.9.9)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.1)
rspec-expectations (2.3.0)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
rspec-mocks (2.4.0)
sqlite3-ruby (1.3.2)
term-ansicolor (1.0.5)
tzinfo (0.3.23)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.5
0.2.6
4 changes: 2 additions & 2 deletions github-api-client.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{github-api-client}
s.version = "0.2.5"
s.version = "0.2.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jakub Okoński"]
s.date = %q{2010-12-26}
s.date = %q{2011-01-07}
s.default_executable = %q{api-browser.rb}
s.description = %q{Caches retrieved information to your user profile and reuses it when you query again.}
s.email = %q{kuba@okonski.org}
Expand Down

0 comments on commit 9e3e38a

Please sign in to comment.