bump version to 1.1.2

did committed Mar 10, 2017
commit 667a3e9b029002bf5f495e40e31679fc45babb9f
Showing 2 changed files with 22 additions and 21 deletions
Gemfile.lock +21 -20
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.1.1)
+ locomotivecms_steam (1.1.2)
RedCloth (~> 4.2.9)
autoprefixer-rails (~> 6.3.3.1)
chronic (~> 0.10.2)
@@ @@ -29,28 +29,28 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
- activesupport (4.2.6)
+ activesupport (4.2.8)
i18n (~> 0.7)
- json (~> 1.7, >= 1.7.7)
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
bson (4.0.2)
byebug (8.2.1)
chronic (0.10.2)
- chunky_png (1.3.5)
+ chunky_png (1.3.8)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
- coffee-script-source (1.10.0)
- colorize (0.7.7)
+ coffee-script-source (1.12.2)
+ colorize (0.8.1)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
@@ @@ -63,7 +63,7 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
- concurrent-ruby (1.0.1)
+ concurrent-ruby (1.0.5)
coveralls (0.8.10)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
@@ @@ -80,11 +80,11 @@ GEM
addressable (~> 2.3)
multi_json (~> 1.0)
rack (>= 1.3.0)
- execjs (2.6.0)
+ execjs (2.7.0)
fast_stack (0.1.0)
rake
rake-compiler
- ffi (1.9.10)
+ ffi (1.9.18)
flamegraph (0.1.0)
fast_stack
haml (4.0.7)
@@ @@ -117,17 +117,17 @@ GEM
mime-types (2.6.2)
mimetype-fu (0.1.2)
mini_portile2 (2.0.0)
- minitest (5.8.4)
- moneta (0.8.0)
+ minitest (5.10.1)
+ moneta (0.8.1)
mongo (2.2.3)
bson (~> 4.0)
morphine (0.1.1)
multi_json (1.11.2)
- multi_xml (0.5.5)
+ multi_xml (0.6.0)
netrc (0.11.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
- nokogumbo (1.4.7)
+ nokogumbo (1.4.10)
nokogiri
origin (2.1.1)
pry (0.10.3)
@@ @@ -137,6 +137,7 @@ GEM
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
+ public_suffix (2.0.5)
puma (2.15.3)
rack (1.6.4)
rack-cache (1.6.1)
@@ @@ -151,8 +152,8 @@ GEM
rake (10.4.2)
rake-compiler (0.9.5)
rake
- rb-fsevent (0.9.7)
- rb-inotify (0.9.7)
+ rb-fsevent (0.9.8)
+ rb-inotify (0.9.8)
ffi (>= 0.5.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
@@ @@ -175,7 +176,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
- sass (3.4.22)
+ sass (3.4.23)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
@@ @@ -186,12 +187,12 @@ GEM
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
stackprof (0.2.7)
- stringex (2.6.0)
+ stringex (2.6.1)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
- thread_safe (0.3.5)
- tilt (2.0.2)
+ thread_safe (0.3.6)
+ tilt (2.0.6)
timecop (0.8.0)
tins (1.6.0)
tzinfo (1.2.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.1.1'
+ VERSION = '1.1.2'
end
end