instapusher2 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bdf83ae63c160e230a1c0684c807b823536f20f
4
- data.tar.gz: 21463c801114d98cf2ff1442bdecb467a209aeec
3
+ metadata.gz: 2f1d7a643e500ae2341b1c3c4c76d52b2d9989b6
4
+ data.tar.gz: 5bb3e1bc127493cc717f7164d0f8341f1e86eb84
5
5
  SHA512:
6
- metadata.gz: 55549bda1dd4dafb6786da900bf537d84ebce97587d627e752dcbe25b6b49b23f1c161f6c607a98601607d71b9d4195348bbaa92e1f3439501966e31a6eff970
7
- data.tar.gz: 9200e421788be1693357dd617c40c2c598adefc785b3771d851247da0fe429190c7402c307fc76da06facdb68636d72e7c434925d4e9b07cc333c9e38c851793
6
+ metadata.gz: 8087e9d500a81087be37ba24699a46a432b43863fe1f0058185c4c9f64a3b28e5302174f15c07de492cbe19b0d14d772e3663e6e0b68eecdca4fa98baa0ead8b
7
+ data.tar.gz: f636f26a759f746b9b13608a4db9578ff478d93cba17f11d1a1aa08ba89c06e8e2df045cb8e42b83250f5ab6e990e8abc725ce5052da81dff18f47fc9e511037
@@ -26,7 +26,7 @@ module Instapusher2
26
26
 
27
27
  if job_submission.success?
28
28
  job_submission.feedback_to_user
29
- TagTheRelease.new(branch_name, debug).tagit if production?
29
+ TagTheRelease.new(branch_name, debug).tagit if (production? || staging?)
30
30
  else
31
31
  puts job_submission.error_message
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module Instapusher2
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instapusher2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
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-04-29 00:00:00.000000000 Z
11
+ date: 2014-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashr