bump version to 1.0.0.rc7

did committed Dec 04, 2015
commit 8c74886fb5c4704eb4c41a2c45213566ca9a95bd
Showing 2 changed files with 21 additions and 20 deletions
Gemfile.lock +20 -19
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.0.0.rc6)
+ locomotivecms_steam (1.0.0.rc7)
RedCloth (~> 4.2.9)
chronic (~> 0.10.2)
coffee-script (~> 2.4.1)
@@ @@ -44,7 +44,7 @@ GEM
columnize (= 0.9.0)
chronic (0.10.2)
chunky_png (1.3.5)
- codeclimate-test-reporter (0.4.7)
+ codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-script (2.4.1)
@@ @@ -66,16 +66,17 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
- coveralls (0.8.1)
+ coveralls (0.8.10)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
- simplecov (~> 0.10.0)
+ simplecov (~> 0.11.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
+ tins (~> 1.6.0)
crass (1.0.2)
diff-lcs (1.2.5)
docile (1.1.5)
- domain_name (0.5.24)
+ domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
dragonfly (1.0.12)
addressable (~> 2.3)
@@ @@ -116,9 +117,9 @@ GEM
attr_extras (~> 4.4.0)
colorize
stringex (~> 2.5.2)
- memory_profiler (0.9.4)
+ memory_profiler (0.9.6)
method_source (0.8.2)
- mime-types (2.6.1)
+ mime-types (2.6.2)
mimetype-fu (0.1.2)
mini_portile (0.6.2)
minitest (5.8.3)
@@ @@ -126,26 +127,26 @@ GEM
mongo (2.1.2)
bson (~> 3.0)
morphine (0.1.1)
- multi_json (1.11.1)
+ multi_json (1.11.2)
multi_xml (0.5.5)
- netrc (0.10.3)
+ netrc (0.11.0)
nokogiri (1.6.6.4)
mini_portile (~> 0.6.0)
nokogumbo (1.4.1)
nokogiri
origin (2.1.1)
- pry (0.10.1)
+ pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.1.0)
byebug (~> 4.0)
pry (~> 0.10)
- puma (2.12.3)
- rack (1.6.1)
+ puma (2.15.3)
+ rack (1.6.4)
rack-cache (1.5.1)
rack (>= 0.4)
- rack-mini-profiler (0.9.7)
+ rack-mini-profiler (0.9.8)
rack (>= 1.1.3)
rack-rewrite (1.5.1)
rack-test (0.6.3)
@@ @@ -166,12 +167,12 @@ GEM
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
- rspec-core (3.3.0)
+ rspec-core (3.3.2)
rspec-support (~> 3.3.0)
- rspec-expectations (3.3.0)
+ rspec-expectations (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
- rspec-mocks (3.3.0)
+ rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
@@ @@ -180,7 +181,7 @@ GEM
nokogiri (>= 1.4.4)
nokogumbo (= 1.4.1)
sass (3.4.19)
- simplecov (0.10.0)
+ simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
@@ @@ -199,13 +200,13 @@ GEM
tilt (~> 1.1)
stackprof (0.2.7)
stringex (2.5.2)
- term-ansicolor (1.3.0)
+ term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
timecop (0.7.4)
- tins (1.5.2)
+ tins (1.6.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
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.rc6'
+ VERSION = '1.0.0.rc7'
end
end