heroku-rails 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/heroku-rails.gemspec +1 -1
- data/lib/generators/templates/heroku.yml +4 -4
- data/spec/fixtures/heroku-config.yml +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/heroku-rails.gemspec
CHANGED
@@ -41,11 +41,11 @@ domains:
|
|
41
41
|
|
42
42
|
addons:
|
43
43
|
all:
|
44
|
-
# add any other addons here
|
45
44
|
- custom_domains:basic
|
46
|
-
|
45
|
+
# add any other addons here
|
47
46
|
|
48
47
|
production:
|
49
|
-
# list production env specific addons here
|
50
48
|
- ssl:piggyback
|
51
|
-
- cron:
|
49
|
+
- cron:daily
|
50
|
+
- newrelic:bronze
|
51
|
+
# production env specific addons here
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heroku-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Elijah Miller
|