bump version to 1.0.0.rc1

did committed Oct 14, 2015
commit 23bb3b20376155bf932677113aa76f1e0719faca
Showing 2 changed files with 5 additions and 5 deletions
Gemfile.lock +4 -4
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.0.0.pre.beta.3)
+ locomotivecms_steam (1.0.0.rc1)
RedCloth (~> 4.2.9)
chronic (~> 0.10.2)
coffee-script (~> 2.4.1)
@@ @@ -119,7 +119,7 @@ GEM
mime-types (2.6.1)
mimetype-fu (0.1.2)
mini_portile (0.6.2)
- minitest (5.8.0)
+ minitest (5.8.1)
moneta (0.8.0)
moped (2.0.6)
bson (~> 3.0)
@@ @@ -144,7 +144,7 @@ GEM
pry (~> 0.10)
puma (2.12.3)
rack (1.6.1)
- rack-cache (1.2)
+ rack-cache (1.5.0)
rack (>= 0.4)
rack-mini-profiler (0.9.7)
rack (>= 1.1.3)
@@ @@ -180,7 +180,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (= 1.4.1)
- sass (3.4.18)
+ sass (3.4.19)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
locomotive/steam/version.rb b/lib/locomotive/steam/version.rb +1 -1
@@ @@ -3,6 +3,6 @@
# 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0
module Locomotive
module Steam
- VERSION = '1.0.0-beta.3'
+ VERSION = '1.0.0.rc1'
end
end