tunemygc 1.0.51 → 1.0.52

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a285ff1d6f7ba0882d470715782582292cdc3de
4
- data.tar.gz: ae06040169a3934bcc7313acbc7d018504541e38
3
+ metadata.gz: f7f684e6bb1a5bedd46584fff5ee587ed24e42c5
4
+ data.tar.gz: fa4f3c73dc657cfe04375aa1f9f585514fb638c3
5
5
  SHA512:
6
- metadata.gz: 32e84c32e080a443c13b44d8581de35f1ef92ed146bc6abf226f94cd848d1d2ed2ccbd8f271cb5129ea0a1552fc03dc5d2cf99baa28e00cd748cfc33afbc14d6
7
- data.tar.gz: 92803323786538a7d2cfaa9bfe618e7d43a4caf422d9d3202aee87402b6ce6badcf8bc64538d519f4607d38ca805a5dbd32a2efbc82836fe61626656827de245
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.51)
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 Lourens directly <lourens@bearmetal.eu>
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 info@bearmetal.eu to resolve
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 info@bearmetal.eu if any additional information or support is desired.
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.
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module TuneMyGc
4
- VERSION = "1.0.51"
4
+ VERSION = "1.0.52"
5
5
  end
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 = ["info@bearmetal.eu"]
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.51
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-30 00:00:00.000000000 Z
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
- - info@bearmetal.eu
104
+ - tunemygc@bearmetal.eu
105
105
  executables:
106
106
  - tunemygc
107
107
  extensions: