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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81db087535ca1a32d683c11fb633cb432932b309
4
- data.tar.gz: f7be76f2f20b0de641049048f5b6ee7da9f48fa1
3
+ metadata.gz: 71e1e9ecb3eccb2061bc78b1f45107c7cb59d4bd
4
+ data.tar.gz: 0b20650b4642f5989cfb4bd7252c7d424b671f5f
5
5
  SHA512:
6
- metadata.gz: 272b403118aaf9f279b79a89c66ed7cfc7b6643c3417b577540f891bb30208854becf0128064f0846da1e7a16b4149cad94c99cc118b4051120af9d0fdeaaf98
7
- data.tar.gz: 861ecf722e7012f0eb32c67483e3a8cead1a12bb20871fc9116a09d5921ca92be89e67c8a30930290ddc74a6a56a81932b39fc314d79da38a1393535badbdd61
6
+ metadata.gz: d80bd23f7497a9eba9bbda52414ab4ee70fab3d0f9d7cc70d353a3e52fff51b1733a23b74f4f1d9427b406883d1f9696a655db609483364d930765909693883f
7
+ data.tar.gz: 7c841208d2f04d9f7c4c884c4b6bd0d17166a88070b1e49e7995bf8b71fb254586080f8b2db099cf2a5582fff237c24287d602dbde8f5a299c8d9983d51e2e19
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Instapusher
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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-05-21 00:00:00.000000000 Z
11
+ date: 2014-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashr