From 9e3e38abef6ce48cb43032728f86bfc42893ba33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Oko=C5=84ski?= Date: Fri, 7 Jan 2011 17:29:08 +0100 Subject: [PATCH] Bump to 0.2.6. --- Gemfile.lock | 17 ++++++++--------- VERSION | 2 +- github-api-client.gemspec | 4 ++-- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7f5c798..3bffdde 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/VERSION b/VERSION index 3a4036f..53a75d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.5 +0.2.6 diff --git a/github-api-client.gemspec b/github-api-client.gemspec index 2ceec9e..7425cbb 100644 --- a/github-api-client.gemspec +++ b/github-api-client.gemspec @@ -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}