bump version to 2.0.0-alpha
did
committed May 18, 2015
commit 05abc8060e9c096c5eef6f06bd8d64d4708a5595
Showing 2
changed files with
6 additions
and 3 deletions
Gemfile
+3
-3
| @@ | @@ -17,9 +17,9 @@ gem 'therubyracer' |
| # gem 'locomotivecms_coal', github: 'locomotivecms/coal', ref: '32b2844', require: false | |
| # gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '3046b79893', require: false | |
| - | gem 'locomotivecms_coal', path: '../in_progress/coal', require: false |
| - | gem 'locomotivecms_steam', path: '../in_progress/steam', require: false |
| - | gem 'locomotivecms_common', path: '../in_progress/common', require: false |
| + | # gem 'locomotivecms_coal', path: '../in_progress/coal', require: false |
| + | # gem 'locomotivecms_steam', path: '../in_progress/steam', require: false |
| + | # gem 'locomotivecms_common', path: '../in_progress/common', require: false |
| group :test do | |
| gem 'rspec', '~> 3.2.0' | |
locomotivecms_wagon.gemspec
+3
-0
| @@ | @@ -25,6 +25,9 @@ Gem::Specification.new do |gem| |
| gem.add_dependency 'rubyzip', '~> 1.1.7' | |
| gem.add_dependency 'netrc', '~> 0.10.3' | |
| + | gem.add_dependency 'locomotivecms_coal', '~> 1.0.0-alpha.2' |
| + | gem.add_dependency 'locomotivecms_steam', '~> 1.0.0-alpha.1' |
| + | |
| gem.add_dependency 'listen', '~> 2.10.0' | |
| gem.add_dependency 'rack-livereload', '~> 0.3.15' | |
| gem.add_dependency 'yui-compressor', '~> 0.12.0' | |