bump a new version (1.2.0.rc3)
did
committed Oct 26, 2016
commit 12222a52c9d644135979c9c1516d2617b67b5e6e
Showing 2
changed files with
4 additions
and 6 deletions
Gemfile.lock
+3
-5
| @@ | @@ -1,7 +1,7 @@ |
| PATH | |
| remote: . | |
| specs: | |
| - | locomotivecms_steam (1.2.0.rc2) |
| + | locomotivecms_steam (1.2.0.rc3) |
| RedCloth (~> 4.3.2) | |
| autoprefixer-rails (~> 6.3.3.1) | |
| chronic (~> 0.10.2) | |
| @@ | @@ -112,20 +112,18 @@ GEM |
| mime-types (2.6.2) | |
| mimetype-fu (0.1.2) | |
| mini_portile2 (2.1.0) | |
| - | minitest (5.9.0) |
| + | minitest (5.9.1) |
| moneta (0.8.0) | |
| mongo (2.2.7) | |
| bson (~> 4.0) | |
| morphine (0.1.1) | |
| multi_json (1.12.1) | |
| multi_xml (0.5.5) | |
| - | nokogiri (1.6.8) |
| + | nokogiri (1.6.8.1) |
| mini_portile2 (~> 2.1.0) | |
| - | pkg-config (~> 1.1.7) |
| nokogumbo (1.4.9) | |
| nokogiri | |
| origin (2.2.0) | |
| - | pkg-config (1.1.7) |
| pony (1.11) | |
| mail (>= 2.0) | |
| pry (0.10.4) | |
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.rc2' |
| + | VERSION = '1.2.0.rc3' |
| end | |
| end | |