Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plashchynski committed May 29, 2015
1 parent 00d5c77 commit 6b62727
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
crono (0.8.9)
crono (0.9.0)
activerecord (~> 4.0)
activesupport (~> 4.0)

Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/crono/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Crono
VERSION = '0.8.9'
VERSION = '0.9.0'
end

0 comments on commit 6b62727

Please sign in to comment.