instapusher 0.1.2 → 0.1.3
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/instapusher/commands.rb +2 -4
- data/lib/instapusher/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71e1e9ecb3eccb2061bc78b1f45107c7cb59d4bd
|
|
4
|
+
data.tar.gz: 0b20650b4642f5989cfb4bd7252c7d424b671f5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d80bd23f7497a9eba9bbda52414ab4ee70fab3d0f9d7cc70d353a3e52fff51b1733a23b74f4f1d9427b406883d1f9696a655db609483364d930765909693883f
|
|
7
|
+
data.tar.gz: 7c841208d2f04d9f7c4c884c4b6bd0d17166a88070b1e49e7995bf8b71fb254586080f8b2db099cf2a5582fff237c24287d602dbde8f5a299c8d9983d51e2e19
|
data/lib/instapusher/commands.rb
CHANGED
|
@@ -26,7 +26,7 @@ module Instapusher
|
|
|
26
26
|
|
|
27
27
|
if job_submission.success?
|
|
28
28
|
job_submission.feedback_to_user
|
|
29
|
-
TagTheRelease.new(branch_name, debug).tagit if (production? || staging?)
|
|
29
|
+
#TagTheRelease.new(branch_name, debug).tagit if (production? || staging?)
|
|
30
30
|
else
|
|
31
31
|
puts job_submission.error_message
|
|
32
32
|
end
|
|
@@ -47,13 +47,11 @@ module Instapusher
|
|
|
47
47
|
|
|
48
48
|
def verify_api_key
|
|
49
49
|
@api_key = ENV['API_KEY'] || Instapusher::Configuration.api_key(debug) || ""
|
|
50
|
+
puts "api_key is #{@api_key}" if debug
|
|
50
51
|
|
|
51
52
|
if @api_key.to_s.length == 0
|
|
52
53
|
puts ''
|
|
53
54
|
abort "No instapusher API key was found. Please execute instapusher --api-key to setup instapusher API key."
|
|
54
|
-
|
|
55
|
-
elsif debug
|
|
56
|
-
puts "api_key is #{@api_key}"
|
|
57
55
|
end
|
|
58
56
|
end
|
|
59
57
|
|
data/lib/instapusher/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: instapusher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neeraj Singh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hashr
|