tunemygc 1.0.39 → 1.0.40

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: 698992719c788bce6ffa007da2856690d11012ad
4
- data.tar.gz: 5e19a341419adc17e656dbc31bd95680acd1f155
3
+ metadata.gz: c07dd62ca20e8ee9410d4fd1ffca5d36e022b360
4
+ data.tar.gz: 81636cecd88cf4bd83b382e908c58678ee6f8734
5
5
  SHA512:
6
- metadata.gz: eb8a355d772130972c889d9ff2fc71a73061958ea0a4464109e3ae3e1e61cc9f5eaf778fcc544b3ea1f358fdc9b5c8c496da66fad8038b61702c9bb887de671f
7
- data.tar.gz: ccc05c11ef63c767bcd4387702e9e231f92fe139e64302e540663fb442ebce5549aaf7a08dc3ed845a4f90385069013d5a2d2f747462111faad8e3c3cd59f888
6
+ metadata.gz: c62d3724196eb85e624d6ea30ccba0346109961fa717e15a7e2e3e0367f9a3698ea49a351f2abacd702bad9f72545e449e10ce6618a03265635e2c2450904686
7
+ data.tar.gz: a6cb325fb5597701dcabe7f3876d5f160f7c91db6043fb93cbee87a83c2ed7054f63cc32c56c8043ea8df5612b7c869daf0c69389ebaa11c150f47fe8c5578db
data/lib/tunemygc/cli.rb CHANGED
@@ -47,7 +47,7 @@ module TuneMyGc
47
47
  if Net::HTTPUnprocessableEntity === response
48
48
  puts "Registration error: #{response.body}"
49
49
  elsif Net::HTTPSuccess === response
50
- puts "Application registered. Use RUBY_GC_TOKEN=#{response.body} in your environment."
50
+ puts "Application #{app_name} registered. Use RUBY_GC_TOKEN=#{response.body} in your environment."
51
51
  else
52
52
  puts "Registration error: #{response.body}"
53
53
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module TuneMyGc
4
- VERSION = "1.0.39"
4
+ VERSION = "1.0.40"
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.39
4
+ version: 1.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bear Metal