tunemygc 1.0.67 → 1.0.68

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/tunemygc/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7666ff9f482c8991bae14cb85e3353ea0c9faba
4
- data.tar.gz: 546ab0f6f6318a8fa0c21bb7824c41cf793da90c
3
+ metadata.gz: 4b952a0cd1ae0ae64711320d2372083be6e572c9
4
+ data.tar.gz: dbca2e597d2bdee9e5b8419dc89a2dcf7864f0df
5
5
  SHA512:
6
- metadata.gz: 6904f061c5ad93e04c409be6d24160709481e504fb3c8fec87b90cd465310b41a526935e307ea4f523254374efe731124c03c5d9cf4a9731b401be0e63d8752c
7
- data.tar.gz: 73b5b85a0c6e8e5b2a19c0b330c2bebfc03f06bd8ac5a309ed90849c66f95be53eb26483db57ef4df4cab97da51c138165383a2e00f53834f8fa74a9d338b3a0
6
+ metadata.gz: 7dc832857122ba5c95fceddac7be4fd0499fff864b5ffd286c4c6bed32b71c962d8dd602ef7c9485e3c987b646b4786c80d00005dd62b7dbe3e197678f3438aa
7
+ data.tar.gz: cdfb753a2605a6255b0b114bfed92fc5af832e65432db6eb943c24b132fdc83f3a17e0ff127eb40e3f233dcb74ac4d8ddbb2d376933c63f32708308e12fc9c40
data/README.md CHANGED
@@ -156,7 +156,7 @@ We're busy working on adding tips on the report URLs for some common problem con
156
156
 
157
157
  #### Heroku, 12 factor and PaaS platforms
158
158
 
159
- We have a [Heroku](http://www.heroku.com) addon in Alpha / Beta testing and the Ruby GC lends itself well to tuning through [12 factor](http://12factor.net) principles as it's designed around environment variables. Ping us at <tunemygc@bearmetal.eu> with your Heroku email for an invite.
159
+ We have a [Heroku](http://www.heroku.com) [addon in Beta](https://elements.heroku.com/addons/tunemygc) and the Ruby GC lends itself well to tuning through [12 factor](http://12factor.net) principles as it's designed around environment variables.
160
160
 
161
161
  #### Custom hooks for add hoc scripts
162
162
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module TuneMyGc
4
- VERSION = "1.0.67"
4
+ VERSION = "1.0.68"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunemygc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.67
4
+ version: 1.0.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bear Metal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-25 00:00:00.000000000 Z
11
+ date: 2016-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport