v0.8.6.pre

This commit is contained in:
Dzmitry Plashchynski
2015-04-12 16:52:37 +03:00
parent f6b393ad6b
commit e8812b1329
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
crono (0.8.5.pre) crono (0.8.6.pre)
activejob (~> 4.0) activejob (~> 4.0)
activerecord (~> 4.0) activerecord (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
@@ -31,7 +31,7 @@ GEM
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)
globalid (0.3.3) globalid (0.3.5)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
haml (4.0.6) haml (4.0.6)
tilt tilt

View File

@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = '0.8.5.pre' VERSION = '0.8.6.pre'
end end