tunemygc 1.0.30 → 1.0.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tunemygc/syncer.rb +1 -1
- data/lib/tunemygc/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71ecb033385f4ff99ea785fd3600ee7d8e0681c4
|
4
|
+
data.tar.gz: 6f12bafdec87622b4d7176518c873b50ddbbdd28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89df98031d0b8ebebbdd7d2de40cfcdae07520f72d6bf3798b3ef293e305df0b20c662d78c0c4ff37e6ea1cb750066796129ce2e68c50ece0dfbbc853ab26af4
|
7
|
+
data.tar.gz: c5c002ea797438fbda4d98633966c451cf40a64635c67d981b5ff4cb82164aab67a143d19f8571742238455d471c8308533686aba4794f25075a6a8d4c63668c
|
data/lib/tunemygc/syncer.rb
CHANGED
@@ -95,8 +95,8 @@ module TuneMyGc
|
|
95
95
|
def process_config_callback(response)
|
96
96
|
report_url = nil
|
97
97
|
config = client.get(URI(response.body).path)
|
98
|
-
ActiveSupport::JSON.decode(config.body).merge('report' => report_url)
|
99
98
|
report_url = response.body.gsub(/\.json$/, '')
|
99
|
+
ActiveSupport::JSON.decode(config.body).merge('report' => report_url)
|
100
100
|
rescue Exception => e
|
101
101
|
TuneMyGc.log "Please visit #{report_url} to view your configuration and other Garbage Collector insights"
|
102
102
|
return false
|
data/lib/tunemygc/version.rb
CHANGED