bump version to 1.0.0-alpha.1
did
committed May 18, 2015
commit 2d0722d5a3a8afa9dad1bd220e151433faf1452d
Showing 3
changed files with
4 additions
and 5 deletions
Gemfile.lock
+1
-1
| @@ | @@ -1,7 +1,7 @@ |
| PATH | |
| remote: . | |
| specs: | |
| - | locomotivecms_steam (1.0.0.pre.alpha) |
| + | locomotivecms_steam (1.0.0.pre.alpha.1) |
| RedCloth (~> 4.2.9) | |
| chronic (~> 0.10.2) | |
| coffee-script (~> 2.4.1) | |
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-alpha' |
| + | VERSION = '1.0.0-alpha.1' |
| end | |
| end | |
locomotivecms_steam.gemspec
+2
-3
| @@ | @@ -5,9 +5,8 @@ Gem::Specification.new do |spec| |
| spec.version = Locomotive::Steam::VERSION | |
| spec.authors = ['Didier Lafforgue', 'Rodrigo Alvarez', 'Arnaud Sellenet', 'Joel Azemar'] | |
| spec.email = ['did@locomotivecms.com', 'papipo@gmail.com', 'arnaud@sellenet.fr', 'joel.azemar@gmail.com'] | |
| - | spec.description = %q{The LocomotiveCMS steam is a front end server LocomotiveCMS libraries} |
| - | spec.summary = %q{The LocomotiveCMS steam is a technical piece for compiled and steam front end stuff for LocomotiveCMS libraries} |
| - | spec.homepage = 'http://www.locomotivecms.com' |
| + | spec.description = %q{The LocomotiveCMS Steam is the rendering stack used by both Wagon and Engine} |
| + | spec.summary = %q{The LocomotiveCMS Steam is the rendering stack used by both Wagon and Engine} |
| spec.homepage = 'https://github.com/locomotivecms/steam' | |
| spec.license = 'MIT' | |