bump version to 1.4.0.rc2
Didier Lafforgue
committed Apr 30, 2018
commit 4e2035c9fd7661623b094d0c866c6021b4d236d8
Showing 3
changed files with
4 additions
and 10 deletions
Gemfile.lock
+3
-3
| @@ | @@ -1,7 +1,7 @@ |
| PATH | |
| remote: . | |
| specs: | |
| - | locomotivecms_steam (1.4.0.rc1) |
| + | locomotivecms_steam (1.4.0.rc2) |
| RedCloth (~> 4.3.2) | |
| autoprefixer-rails (~> 8.0.0) | |
| bcrypt (~> 3.1.11) | |
| @@ | @@ -72,7 +72,7 @@ GEM |
| term-ansicolor (~> 1.3) | |
| thor (~> 0.19.4) | |
| tins (~> 1.6) | |
| - | crass (1.0.3) |
| + | crass (1.0.4) |
| diff-lcs (1.3) | |
| docile (1.1.5) | |
| dragonfly (1.1.5) | |
| @@ | @@ -184,7 +184,7 @@ GEM |
| tins (1.16.3) | |
| tzinfo (1.2.5) | |
| thread_safe (~> 0.1) | |
| - | uglifier (4.1.8) |
| + | uglifier (4.1.10) |
| execjs (>= 0.3.0, < 3) | |
| PLATFORMS | |
Rakefile
+0
-6
| @@ | @@ -5,12 +5,6 @@ require 'bundler/gem_tasks' |
| require 'rake' | |
| require 'rspec' | |
| - | # === Gems install tasks === |
| - | Bundler::GemHelper.install_tasks |
| - | |
| - | # require 'coveralls/rake/task' |
| - | # Coveralls::RakeTask.new |
| - | |
| require_relative 'lib/locomotive/steam' | |
| namespace :mongodb do | |
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.4.0.rc1' |
| + | VERSION = '1.4.0.rc2' |
| end | |
| end | |