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 +4 -4
- data/lib/tunemygc/cli.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: c07dd62ca20e8ee9410d4fd1ffca5d36e022b360
|
|
4
|
+
data.tar.gz: 81636cecd88cf4bd83b382e908c58678ee6f8734
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/tunemygc/version.rb
CHANGED