tunemygc 1.0.51 → 1.0.52
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/doc/protocol.md +2 -2
- data/lib/tunemygc/version.rb +1 -1
- data/tunemygc.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7f684e6bb1a5bedd46584fff5ee587ed24e42c5
|
4
|
+
data.tar.gz: fa4f3c73dc657cfe04375aa1f9f585514fb638c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5a770567c754d23942961d084b37687a019a0d79dacc13a96ee22237ffb1516c8e36311f89cc084bcfa86aef6ebb86594eb94f53499064bdb42f5247ae2d4bc
|
7
|
+
data.tar.gz: 9dedcbf929ac051fcc991886d2b8cc255a20961e4e6e90609811b579d61c5874e0eb430068eac56b5a0f7cceb552e65998b77efa04908c84e1cc23fc8b543451
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
tunemygc (1.0.
|
4
|
+
tunemygc (1.0.52)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -115,7 +115,7 @@ PLATFORMS
|
|
115
115
|
ruby
|
116
116
|
|
117
117
|
DEPENDENCIES
|
118
|
-
activejob (~> 4.2.0)
|
118
|
+
activejob (~> 4.2, >= 4.2.0)
|
119
119
|
activesupport (~> 4.1)
|
120
120
|
rails
|
121
121
|
rake (~> 10.3)
|
data/README.md
CHANGED
@@ -208,7 +208,7 @@ We do however ask for a valid email address as a canonical reference for tuner t
|
|
208
208
|
|
209
209
|
## Feedback and issues
|
210
210
|
|
211
|
-
When trouble strikes, please file an [issue](https://www.github.com/bear-metal/tunemygc/issues) or email
|
211
|
+
When trouble strikes, please file an [issue](https://www.github.com/bear-metal/tunemygc/issues) or email the cubs directly <tunemygc@bearmetal.eu>
|
212
212
|
|
213
213
|
[Bear Metal](http://www.bearmetal.eu) is also available for consulting around general Rails performance, heap dump analysis (more tools coming soon) and custom Ruby extension development.
|
214
214
|
|
data/doc/protocol.md
CHANGED
@@ -162,7 +162,7 @@ https://tunemygc.com/configs/e129791f94159a8c75bef3a636c05798
|
|
162
162
|
|
163
163
|
### 404 Not Found
|
164
164
|
|
165
|
-
Invalid application token. Contact us at
|
165
|
+
Invalid application token. Contact us at tunemygc@bearmetal.eu to resolve
|
166
166
|
|
167
167
|
### 501 Not Implemented
|
168
168
|
|
@@ -186,4 +186,4 @@ An unknown error occurred.
|
|
186
186
|
|
187
187
|
## Integrations and Support
|
188
188
|
|
189
|
-
This is an initial draft specification to explore the viability of third party integrations. Please reach out via email to
|
189
|
+
This is an initial draft specification to explore the viability of third party integrations. Please reach out via email to tunemygc@bearmetal.eu if any additional information or support is desired.
|
data/lib/tunemygc/version.rb
CHANGED
data/tunemygc.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.summary = "TuneMyGC - optimal MRI Ruby 2.1+ Garbage Collection"
|
11
11
|
s.description = "Agent for the GC tuning webservice https://www.tunemygc.com - optimal settings for throughput and memory usage of Ruby applications"
|
12
12
|
s.authors = ["Bear Metal"]
|
13
|
-
s.email = ["
|
13
|
+
s.email = ["tunemygc@bearmetal.eu"]
|
14
14
|
s.license = "MIT"
|
15
15
|
s.homepage = "https://tunemygc.com"
|
16
16
|
s.date = Time.now.utc.strftime('%Y-%m-%d')
|
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.52
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bear Metal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -101,7 +101,7 @@ dependencies:
|
|
101
101
|
description: Agent for the GC tuning webservice https://www.tunemygc.com - optimal
|
102
102
|
settings for throughput and memory usage of Ruby applications
|
103
103
|
email:
|
104
|
-
-
|
104
|
+
- tunemygc@bearmetal.eu
|
105
105
|
executables:
|
106
106
|
- tunemygc
|
107
107
|
extensions:
|