bump version to 1.0.0-beta.3

did committed Aug 31, 2015
commit 2998affea868bf92bd37c9c895c48ac40a219215
Showing 2 changed files with 6 additions and 6 deletions
Gemfile.lock +5 -5
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.0.0.pre.beta.2)
+ locomotivecms_steam (1.0.0.pre.beta.3)
RedCloth (~> 4.2.9)
chronic (~> 0.10.2)
coffee-script (~> 2.4.1)
@@ @@ -28,7 +28,7 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
- activesupport (4.2.3)
+ activesupport (4.2.4)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ @@ -78,7 +78,7 @@ GEM
addressable (~> 2.3)
multi_json (~> 1.0)
rack (>= 1.3.0)
- execjs (2.5.2)
+ execjs (2.6.0)
fast_stack (0.1.0)
rake
rake-compiler
@@ @@ -117,7 +117,7 @@ GEM
mime-types (2.6.1)
mimetype-fu (0.1.2)
mini_portile (0.6.2)
- minitest (5.7.0)
+ minitest (5.8.0)
moneta (0.8.0)
moped (2.0.6)
bson (~> 3.0)
@@ @@ -178,7 +178,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (= 1.4.1)
- sass (3.4.16)
+ sass (3.4.18)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
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-beta.2'
+ VERSION = '1.0.0-beta.3'
end
end