heroku-rails 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- heroku-rails (0.2.3)
4
+ heroku-rails (0.2.4)
5
5
  heroku (>= 1.11.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -73,7 +73,7 @@ In config/heroku.yml you will need add the Heroku apps that you would like to at
73
73
 
74
74
  production:
75
75
  - ssl:piggyback
76
- - cron:hourly
76
+ - cron:daily
77
77
  # list production env specific addons here
78
78
 
79
79
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "heroku-rails"
3
- s.version = "0.2.3"
3
+ s.version = "0.2.4"
4
4
 
5
5
  s.authors = ["Elijah Miller", "Glenn Roberts", "Jacques Crocker"]
6
6
  s.summary = "Deployment and configuration tools for Heroku/Rails"
@@ -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
- - newrelic:bronze
45
+ # add any other addons here
47
46
 
48
47
  production:
49
- # list production env specific addons here
50
48
  - ssl:piggyback
51
- - cron:hourly
49
+ - cron:daily
50
+ - newrelic:bronze
51
+ # production env specific addons here
@@ -45,4 +45,4 @@ addons:
45
45
  production:
46
46
  # list production env specific addons here
47
47
  - ssl:piggyback
48
- - cron:hourly
48
+ - cron:daily
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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Elijah Miller