bump version to 1.0.0
did
committed Jan 12, 2016
commit 66f531e74576cf9ece5e3749c37af3211778e6e9
Showing 3
changed files with
6 additions
and 6 deletions
Gemfile.lock
+4
-4
| @@ | @@ -1,7 +1,7 @@ |
| PATH | |
| remote: . | |
| specs: | |
| - | locomotivecms_steam (1.0.0.rc10) |
| + | locomotivecms_steam (1.0.0) |
| RedCloth (~> 4.2.9) | |
| autoprefixer-rails (~> 6.2.3) | |
| chronic (~> 0.10.2) | |
| @@ | @@ -22,7 +22,7 @@ PATH |
| rack-rewrite (~> 1.5.1) | |
| rack_csrf (~> 2.5.0) | |
| sanitize (~> 4.0.1) | |
| - | sass (~> 3.4.20) |
| + | sass (~> 3.4.21) |
| sprockets (~> 3.5.2) | |
| GEM | |
| @@ | @@ -176,7 +176,7 @@ GEM |
| crass (~> 1.0.2) | |
| nokogiri (>= 1.4.4) | |
| nokogumbo (~> 1.4.1) | |
| - | sass (3.4.20) |
| + | sass (3.4.21) |
| simplecov (0.11.1) | |
| docile (~> 1.1.0) | |
| json (~> 1.8) | |
| @@ | @@ -227,4 +227,4 @@ DEPENDENCIES |
| yui-compressor (~> 0.12.0) | |
| BUNDLED WITH | |
| - | 1.10.6 |
| + | 1.11.2 |
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.rc10' |
| + | VERSION = '1.0.0' |
| end | |
| end | |
locomotivecms_steam.gemspec
+1
-1
| @@ | @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| |
| spec.add_dependency 'rack_csrf', '~> 2.5.0' | |
| spec.add_dependency 'sprockets', '~> 3.5.2' | |
| - | spec.add_dependency 'sass', '~> 3.4.20' |
| + | spec.add_dependency 'sass', '~> 3.4.21' |
| spec.add_dependency 'coffee-script', '~> 2.4.1' | |
| spec.add_dependency 'compass', '~> 1.0.3' | |
| spec.add_dependency 'autoprefixer-rails', '~> 6.2.3' | |