bump version to 1.2.0.rc1

did committed Aug 11, 2016
commit 4ef876bb6029d60d87cb60db859081f39cd2a862
Showing 2 changed files with 16 additions and 18 deletions
Gemfile.lock +15 -17
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.2.0.beta1)
+ locomotivecms_steam (1.2.0.rc1)
RedCloth (~> 4.3.2)
autoprefixer-rails (~> 6.3.3.1)
chronic (~> 0.10.2)
@@ @@ -65,12 +65,12 @@ GEM
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.0.2)
- coveralls (0.8.13)
- json (~> 1.8)
- simplecov (~> 0.11.0)
+ coveralls (0.8.15)
+ json (>= 1.8, < 3)
+ simplecov (~> 0.12.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
- tins (~> 1.6.0)
+ tins (>= 1.6.0, < 2)
crass (1.0.2)
diff-lcs (1.2.5)
docile (1.1.5)
@@ @@ -80,10 +80,8 @@ GEM
rack (>= 1.3.0)
duktape (1.3.0.6)
execjs (2.7.0)
- fast_stack (0.2.0)
ffi (1.9.14)
- flamegraph (0.1.0)
- fast_stack
+ flamegraph (0.9.5)
haml (4.0.7)
tilt
httparty (0.13.7)
@@ @@ -92,7 +90,7 @@ GEM
i18n (0.7.0)
i18n-spec (0.6.0)
iso
- iso (0.2.1)
+ iso (0.2.2)
i18n
json (1.8.3)
json_spec (1.1.4)
@@ @@ -119,7 +117,7 @@ GEM
mongo (2.2.7)
bson (~> 4.0)
morphine (0.1.1)
- multi_json (1.12.0)
+ multi_json (1.12.1)
multi_xml (0.5.5)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
@@ @@ -130,15 +128,15 @@ GEM
pkg-config (1.1.7)
pony (1.11)
mail (>= 2.0)
- pry (0.10.3)
+ pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
- puma (3.4.0)
- rack (1.6.4)
+ puma (3.6.0)
+ rack (2.0.1)
rack-cache (1.6.1)
rack (>= 0.4)
rack-mini-profiler (0.10.1)
@@ @@ -170,9 +168,9 @@ GEM
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
sass (3.4.22)
- simplecov (0.11.2)
+ simplecov (0.12.0)
docile (~> 1.1.0)
- json (~> 1.8)
+ json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
@@ @@ -185,9 +183,9 @@ GEM
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
- tilt (2.0.4)
+ tilt (2.0.5)
timecop (0.8.1)
- tins (1.6.0)
+ tins (1.12.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
yui-compressor (0.12.0)
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.2.0.beta1'
+ VERSION = '1.2.0.rc1'
end
end