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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c69038c984fb1266f0ac84cf2ee27fdbf88d5a3
4
- data.tar.gz: 8f47bbb25c94954e4c0c1ca446ab5602e9c7e0fc
3
+ metadata.gz: 71ecb033385f4ff99ea785fd3600ee7d8e0681c4
4
+ data.tar.gz: 6f12bafdec87622b4d7176518c873b50ddbbdd28
5
5
  SHA512:
6
- metadata.gz: c61b633def260021b522047110cc12c02755c1b4991ab25b30a050824840927a52c026cac40dc79eea292b39b5762828cc9881d6278a7ddc52a7cfbbd9238031
7
- data.tar.gz: 191171930dce7f76ba6e029773eaccf1b3c9b5fce7f1c02ee70208d3842700a89953f9c2f9235272ccd4931d61e39a50ffc6e6426baf989d450da95066f2b540
6
+ metadata.gz: 89df98031d0b8ebebbdd7d2de40cfcdae07520f72d6bf3798b3ef293e305df0b20c662d78c0c4ff37e6ea1cb750066796129ce2e68c50ece0dfbbc853ab26af4
7
+ data.tar.gz: c5c002ea797438fbda4d98633966c451cf40a64635c67d981b5ff4cb82164aab67a143d19f8571742238455d471c8308533686aba4794f25075a6a8d4c63668c
@@ -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
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module TuneMyGc
4
- VERSION = "1.0.30"
4
+ VERSION = "1.0.31"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunemygc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.30
4
+ version: 1.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bear Metal