From 9efc0ab85a3148eb23683f74b37265401186c1b4 Mon Sep 17 00:00:00 2001 From: Marcos Piccinini Date: Sat, 31 Mar 2012 20:37:25 -0300 Subject: [PATCH] bump v and dev gems --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- lib/geo_ruby/version.rb | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index ddcf0ea..541d0ba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :rubygems group :development do - gem "dbf", ">= 1.5.0" + gem "dbf", ">= 1.7.0" gem 'json', ">= 1.6.5" gem "rspec", ">= 2.3.0" gem "bundler", ">= 1.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 207fc39..385620d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,23 @@ GEM remote: http://rubygems.org/ specs: - dbf (1.7.3) + dbf (1.7.5) diff-lcs (1.1.3) - json (1.6.5) - rspec (2.8.0) - rspec-core (~> 2.8.0) - rspec-expectations (~> 2.8.0) - rspec-mocks (~> 2.8.0) - rspec-core (2.8.0) - rspec-expectations (2.8.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.8.0) + json (1.6.6) + rspec (2.9.0) + rspec-core (~> 2.9.0) + rspec-expectations (~> 2.9.0) + rspec-mocks (~> 2.9.0) + rspec-core (2.9.0) + rspec-expectations (2.9.0) + diff-lcs (~> 1.1.3) + rspec-mocks (2.9.0) PLATFORMS ruby DEPENDENCIES bundler (>= 1.0.0) - dbf (>= 1.5.0) + dbf (>= 1.7.0) json (>= 1.6.5) rspec (>= 2.3.0) diff --git a/lib/geo_ruby/version.rb b/lib/geo_ruby/version.rb index c45c938..a58f023 100644 --- a/lib/geo_ruby/version.rb +++ b/lib/geo_ruby/version.rb @@ -1,3 +1,3 @@ module GeoRuby - VERSION = '1.9.6' + VERSION = '1.9.7' end