tunemygc 1.0.31 → 1.0.32

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: 71ecb033385f4ff99ea785fd3600ee7d8e0681c4
4
- data.tar.gz: 6f12bafdec87622b4d7176518c873b50ddbbdd28
3
+ metadata.gz: eada0c05f9039579213cc0929d88d888d73fdfa3
4
+ data.tar.gz: 8495c9b0d5c073b4a6b88ca08a50814ca4a4ce3a
5
5
  SHA512:
6
- metadata.gz: 89df98031d0b8ebebbdd7d2de40cfcdae07520f72d6bf3798b3ef293e305df0b20c662d78c0c4ff37e6ea1cb750066796129ce2e68c50ece0dfbbc853ab26af4
7
- data.tar.gz: c5c002ea797438fbda4d98633966c451cf40a64635c67d981b5ff4cb82164aab67a143d19f8571742238455d471c8308533686aba4794f25075a6a8d4c63668c
6
+ metadata.gz: b6a688cb885d69388f15894463fe6cb20320c84829aad3ccdb6bb827bd131e45aff560f572e24054be818dfec74a243407262507d308cee7ab323dbfcd9cc3c2
7
+ data.tar.gz: 9c7f0614ce486ac84e0dd9218b6c4bd312832a80df2efdd31327f1adfe68c80ac7d3af69cf76f5855f747d255442c031e65dc8f39de8231e6353e7ca0373dcfc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tunemygc (1.0.29)
4
+ tunemygc (1.0.31)
5
5
  certified (~> 1.0, >= 1.0.0)
6
6
 
7
7
  GEM
@@ -93,9 +93,8 @@ module TuneMyGc
93
93
  end
94
94
 
95
95
  def process_config_callback(response)
96
- report_url = nil
97
- config = client.get(URI(response.body).path)
98
96
  report_url = response.body.gsub(/\.json$/, '')
97
+ config = client.get(URI(response.body).path)
99
98
  ActiveSupport::JSON.decode(config.body).merge('report' => report_url)
100
99
  rescue Exception => e
101
100
  TuneMyGc.log "Please visit #{report_url} to view your configuration and other Garbage Collector insights"
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module TuneMyGc
4
- VERSION = "1.0.31"
4
+ VERSION = "1.0.32"
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.31
4
+ version: 1.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bear Metal