new versions of the solid and liquid gems + bump version to 1.0.0.rc3 + 2.2.3 is the new ruby version for testing

did committed Nov 13, 2015
commit d468801f79096efb2c42689be19df5279d3f91a2
Showing 4 changed files with 13 additions and 13 deletions
Gemfile +1 -1
@@ @@ -34,5 +34,5 @@ group :test do
end
platform :ruby do
- ruby '2.2.2'
+ ruby '2.2.3'
end
Gemfile.lock +10 -10
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.0.0.rc2)
+ locomotivecms_steam (1.0.0.rc3)
RedCloth (~> 4.2.9)
chronic (~> 0.10.2)
coffee-script (~> 2.4.1)
@@ @@ -10,7 +10,7 @@ PATH
haml (~> 4.0.6)
httparty (~> 0.13.6)
kramdown (~> 1.8.0)
- locomotivecms-solid (~> 4.0.0.alpha2)
+ locomotivecms-solid (~> 4.0.1)
locomotivecms_common (~> 0.0.5)
mime-types (~> 2.6.1)
mimetype-fu (~> 0.1.2)
@@ @@ -28,7 +28,7 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
- activesupport (4.2.4)
+ activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ @@ -40,14 +40,14 @@ GEM
byebug (4.0.5)
columnize (= 0.9.0)
chronic (0.10.2)
- chunky_png (1.3.4)
+ chunky_png (1.3.5)
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
- coffee-script-source (1.9.1.1)
+ coffee-script-source (1.10.0)
colorize (0.7.7)
columnize (0.9.0)
commonjs (0.2.7)
@@ @@ -106,9 +106,9 @@ GEM
kramdown (1.8.0)
less (2.6.0)
commonjs (~> 0.2.7)
- locomotivecms-liquid (4.0.0.alpha2)
- locomotivecms-solid (4.0.0.alpha2)
- locomotivecms-liquid (~> 4.0.0.alpha2)
+ locomotivecms-liquid (4.0.0)
+ locomotivecms-solid (4.0.1)
+ locomotivecms-liquid (~> 4.0.0)
locomotivecms_common (0.0.5)
activesupport (~> 4.2.1)
attr_extras (~> 4.4.0)
@@ @@ -119,7 +119,7 @@ GEM
mime-types (2.6.1)
mimetype-fu (0.1.2)
mini_portile (0.6.2)
- minitest (5.8.1)
+ minitest (5.8.2)
moneta (0.8.0)
moped (2.0.6)
bson (~> 3.0)
@@ @@ -144,7 +144,7 @@ GEM
pry (~> 0.10)
puma (2.12.3)
rack (1.6.1)
- rack-cache (1.5.0)
+ rack-cache (1.5.1)
rack (>= 0.4)
rack-mini-profiler (0.9.7)
rack (>= 1.1.3)
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.rc2'
+ VERSION = '1.0.0.rc3'
end
end
locomotivecms_steam.gemspec +1 -1
@@ @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'mimetype-fu', '~> 0.1.2'
spec.add_dependency 'mime-types', '~> 2.6.1'
- spec.add_dependency 'locomotivecms-solid', '~> 4.0.0.alpha2'
+ spec.add_dependency 'locomotivecms-solid', '~> 4.0.1'
spec.add_dependency 'locomotivecms_common', '~> 0.0.5'
spec.required_ruby_version = '>= 2.0'