This commit is contained in:
Dzmitry Plashchynski
2015-05-29 23:29:46 +03:00
parent 00d5c777dd
commit 6b627275d8
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
crono (0.8.9) crono (0.9.0)
activerecord (~> 4.0) activerecord (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
@@ -23,7 +23,7 @@ GEM
tzinfo (~> 1.1) tzinfo (~> 1.1)
arel (6.0.0) arel (6.0.0)
builder (3.2.2) builder (3.2.2)
byebug (4.0.5) byebug (5.0.0)
columnize (= 0.9.0) columnize (= 0.9.0)
columnize (0.9.0) columnize (0.9.0)
diff-lcs (1.2.5) diff-lcs (1.2.5)
@@ -32,7 +32,7 @@ GEM
i18n (0.7.0) i18n (0.7.0)
json (1.8.2) json (1.8.2)
minitest (5.6.1) minitest (5.6.1)
rack (1.6.0) rack (1.6.1)
rack-protection (1.5.3) rack-protection (1.5.3)
rack rack
rack-test (0.6.3) rack-test (0.6.3)
@@ -51,13 +51,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.2.0)
rspec-support (3.2.2) rspec-support (3.2.2)
sinatra (1.4.5) sinatra (1.4.6)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4) tilt (>= 1.3, < 3)
sqlite3 (1.3.10) sqlite3 (1.3.10)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (1.4.1) tilt (2.0.1)
timecop (0.7.3) timecop (0.7.3)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
+1 -1
View File
@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = '0.8.9' VERSION = '0.9.0'
end end