tunemygc 1.0.45 → 1.0.46
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 +4 -4
- 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: 49de1d99a256241f20303c4a9aadad76f38d018a
|
|
4
|
+
data.tar.gz: 6ad5a64acd9b13d07b97dfcca71c96b0117c1c72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2c5826b227af1523049f58f76193ea72a96e05892a9bd3ab4222ea5af6e62e5b0db157f71dd3ef7463b1397baac78e0d8aaa1a602141730c26b05bb8c92ef84
|
|
7
|
+
data.tar.gz: c1c2955d6bfc5b7724ad0bed2eed20bdeb1792094bda6802d3ef8ec16dbd0c69d1a005f20e7b295e8c34c4c6983043f5e191cf1b16f7dc409427eee425ad2a10
|
data/lib/tunemygc/version.rb
CHANGED
data/tunemygc.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.name = "tunemygc"
|
|
9
9
|
s.version = TuneMyGc::VERSION
|
|
10
10
|
s.summary = "TuneMyGC - optimal MRI Ruby 2.1+ Garbage Collection"
|
|
11
|
-
s.description = "Agent for the GC tuning webservice https://www.tunemygc.com - optimal settings for throughput and memory usage of
|
|
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
13
|
s.email = ["info@bearmetal.eu"]
|
|
14
14
|
s.license = "MIT"
|
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.46
|
|
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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -93,7 +93,7 @@ dependencies:
|
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: 4.2.0
|
|
95
95
|
description: Agent for the GC tuning webservice https://www.tunemygc.com - optimal
|
|
96
|
-
settings for throughput and memory usage of
|
|
96
|
+
settings for throughput and memory usage of Ruby applications
|
|
97
97
|
email:
|
|
98
98
|
- info@bearmetal.eu
|
|
99
99
|
executables:
|