tunemygc 1.0.67 → 1.0.68
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/tunemygc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b952a0cd1ae0ae64711320d2372083be6e572c9
|
4
|
+
data.tar.gz: dbca2e597d2bdee9e5b8419dc89a2dcf7864f0df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
|
data/lib/tunemygc/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|