From 6b627275d8df9544a4d82c3e1a16d435753252b6 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Fri, 29 May 2015 23:29:46 +0300 Subject: [PATCH] v0.9.0 --- Gemfile.lock | 12 ++++++------ lib/crono/version.rb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f14535..a59e8b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.8.9) + crono (0.9.0) activerecord (~> 4.0) activesupport (~> 4.0) @@ -23,7 +23,7 @@ GEM tzinfo (~> 1.1) arel (6.0.0) builder (3.2.2) - byebug (4.0.5) + byebug (5.0.0) columnize (= 0.9.0) columnize (0.9.0) diff-lcs (1.2.5) @@ -32,7 +32,7 @@ GEM i18n (0.7.0) json (1.8.2) minitest (5.6.1) - rack (1.6.0) + rack (1.6.1) rack-protection (1.5.3) rack rack-test (0.6.3) @@ -51,13 +51,13 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.2.0) rspec-support (3.2.2) - sinatra (1.4.5) + sinatra (1.4.6) rack (~> 1.4) rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) + tilt (>= 1.3, < 3) sqlite3 (1.3.10) thread_safe (0.3.5) - tilt (1.4.1) + tilt (2.0.1) timecop (0.7.3) tzinfo (1.2.2) thread_safe (~> 0.1) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 8abfb90..ff013c9 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '0.8.9' + VERSION = '0.9.0' end