bump version to 1.2.0

did committed Nov 22, 2016
commit 271bb3773b2a111611d6f098013f31ef26170758
Showing 2 changed files with 7 additions and 5 deletions
Gemfile.lock +6 -4
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.2.0.rc3)
+ locomotivecms_steam (1.2.0)
RedCloth (~> 4.3.2)
autoprefixer-rails (~> 6.3.3.1)
chronic (~> 0.10.2)
@@ @@ -36,7 +36,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
- addressable (2.4.0)
+ addressable (2.5.0)
+ public_suffix (~> 2.0, >= 2.0.2)
attr_extras (4.4.0)
autoprefixer-rails (6.3.3.1)
execjs
@@ @@ -121,7 +122,7 @@ GEM
multi_xml (0.5.5)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
- nokogumbo (1.4.9)
+ nokogumbo (1.4.10)
nokogiri
origin (2.2.0)
pony (1.11)
@@ @@ -133,6 +134,7 @@ GEM
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
+ public_suffix (2.0.4)
puma (3.6.0)
rack (2.0.1)
rack-cache (1.6.1)
@@ @@ -145,7 +147,7 @@ GEM
rack_csrf (2.5.0)
rack (>= 1.1.0)
rake (10.4.2)
- rb-fsevent (0.9.7)
+ rb-fsevent (0.9.8)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rspec (3.4.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.rc3'
+ VERSION = '1.2.0'
end
end