added rails_12factor gem

This commit is contained in:
Geremia Taglialatela 2013-06-21 11:37:31 +02:00
parent 877d8949f3
commit 6fe6c89de3
4 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog Changelog
========= =========
0.6.1
-----
* Added rails_12factor gem
0.6.0 0.6.0
----- -----
* Fontawesome 3.2.1 * Fontawesome 3.2.1

View File

@ -73,3 +73,7 @@ group :test do
gem 'simplecov', require: false gem 'simplecov', require: false
gem 'webmock', require: false gem 'webmock', require: false
end end
group :staging, :production do
gem 'rails_12factor'
end

View File

@ -170,6 +170,11 @@ GEM
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0.rc2) railties (= 4.0.0.rc2)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.1)
railties (4.0.0.rc2) railties (4.0.0.rc2)
actionpack (= 4.0.0.rc2) actionpack (= 4.0.0.rc2)
activesupport (= 4.0.0.rc2) activesupport (= 4.0.0.rc2)
@ -297,6 +302,7 @@ DEPENDENCIES
pry-rails pry-rails
puma puma
rails (= 4.0.0.rc2) rails (= 4.0.0.rc2)
rails_12factor
resque resque
rest-client rest-client
rspec rspec

View File

@ -1 +1 @@
0.6.0 0.6.1