activesupport 4.2.6 (thru locomotivecms_common) + bump version to 1.1.1

did committed Apr 27, 2016
commit dceb98947fd133d46218e7c6f634a5e30f861493
Showing 3 changed files with 7 additions and 7 deletions
Gemfile.lock +5 -5
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.1.0)
+ locomotivecms_steam (1.1.1)
RedCloth (~> 4.2.9)
autoprefixer-rails (~> 6.3.3.1)
chronic (~> 0.10.2)
@@ @@ -12,7 +12,7 @@ PATH
httparty (~> 0.13.6)
kramdown (~> 1.10.0)
locomotivecms-solid (~> 4.0.1)
- locomotivecms_common (~> 0.1.0)
+ locomotivecms_common (~> 0.2.0)
mime-types (~> 2.6.1)
mimetype-fu (~> 0.1.2)
moneta (~> 0.8.0)
@@ @@ -29,7 +29,7 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
- activesupport (4.2.5.2)
+ activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ @@ -107,8 +107,8 @@ GEM
locomotivecms-liquid (4.0.0)
locomotivecms-solid (4.0.1)
locomotivecms-liquid (~> 4.0.0)
- locomotivecms_common (0.1.0)
- activesupport (~> 4.2.5.2)
+ locomotivecms_common (0.2.0)
+ activesupport (~> 4.2.6)
attr_extras (~> 4.4.0)
colorize
stringex (~> 2.6.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.1.0'
+ VERSION = '1.1.1'
end
end
locomotivecms_steam.gemspec +1 -1
@@ @@ -46,7 +46,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'mime-types', '~> 2.6.1'
spec.add_dependency 'locomotivecms-solid', '~> 4.0.1'
- spec.add_dependency 'locomotivecms_common', '~> 0.1.0'
+ spec.add_dependency 'locomotivecms_common', '~> 0.2.0'
spec.required_ruby_version = '>= 2.0'
end