bump version to 1.1.0.rc1

did committed Mar 08, 2016
commit 366379df68dae6c914a8c56bd6d947256b598ab8
Showing 4 changed files with 10 additions and 17 deletions
Gemfile +1 -1
@@ @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec
group :development do
- gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '257047b'
+ # gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '257047b'
# gem 'locomotivecms_common', path: '../common'
# gem 'locomotivecms_models', '~> 0.0.1', path: '../models'
# gem 'locomotivecms_models', '0.0.1.pre.alpha'
Gemfile.lock +7 -14
@@ @@ -1,18 +1,7 @@
- GIT
- remote: git://github.com/locomotivecms/common.git
- revision: 257047b7e067c0ed4bc33a03656ee1e49f622374
- ref: 257047b
- specs:
- locomotivecms_common (0.0.5)
- activesupport (~> 4.2.5.2)
- attr_extras (~> 4.4.0)
- colorize
- stringex (~> 2.6.0)
-
PATH
remote: .
specs:
- locomotivecms_steam (1.0.1)
+ locomotivecms_steam (1.1.0.rc1)
RedCloth (~> 4.2.9)
autoprefixer-rails (~> 6.3.3.1)
chronic (~> 0.10.2)
@@ @@ -23,7 +12,7 @@ PATH
httparty (~> 0.13.6)
kramdown (~> 1.10.0)
locomotivecms-solid (~> 4.0.1)
- locomotivecms_common (~> 0.0.5)
+ locomotivecms_common (~> 0.1.0)
mime-types (~> 2.6.1)
mimetype-fu (~> 0.1.2)
moneta (~> 0.8.0)
@@ @@ -118,6 +107,11 @@ 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)
+ attr_extras (~> 4.4.0)
+ colorize
+ stringex (~> 2.6.0)
memory_profiler (0.9.6)
method_source (0.8.2)
mime-types (2.6.2)
@@ @@ -217,7 +211,6 @@ DEPENDENCIES
flamegraph
i18n-spec (~> 0.6.0)
json_spec (~> 1.1.4)
- locomotivecms_common!
locomotivecms_steam!
memory_profiler
mongo (~> 2.2.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.1'
+ VERSION = '1.1.0.rc1'
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.0.5'
+ spec.add_dependency 'locomotivecms_common', '~> 0.1.0'
spec.required_ruby_version = '>= 2.0'
end