instapusher2 0.0.5 → 0.0.6

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: 8eca70f4d4e2a6107985291dfafd5d2d06cc22e9
4
- data.tar.gz: f81d2670f5eac76508f48718063148b9d4b3a05f
3
+ metadata.gz: 6bdf83ae63c160e230a1c0684c807b823536f20f
4
+ data.tar.gz: 21463c801114d98cf2ff1442bdecb467a209aeec
5
5
  SHA512:
6
- metadata.gz: 8c4d3415033337b96d205fc8d24a7d13604340a51bf57d2374e036ac6a7e09ca0359e741135bafb5df8d8b0f8e06f8cc25c403e6c800ccc5639c4778a2de759b
7
- data.tar.gz: 060b6403ffe39db8988eeb7ee42e02d55476dc7d66e3508413461858dd890f24f05744c21f7d719a9c85b4e597d9994dcd84c6b2ca89fa2f4466ef6768a87f99
6
+ metadata.gz: 55549bda1dd4dafb6786da900bf537d84ebce97587d627e752dcbe25b6b49b23f1c161f6c607a98601607d71b9d4195348bbaa92e1f3439501966e31a6eff970
7
+ data.tar.gz: 9200e421788be1693357dd617c40c2c598adefc785b3771d851247da0fe429190c7402c307fc76da06facdb68636d72e7c434925d4e9b07cc333c9e38c851793
@@ -21,7 +21,7 @@ module Instapusher2
21
21
  end
22
22
 
23
23
  def feedback_to_user
24
- puts 'The application will be deployed to: ' + response_body['heroku_url']
24
+ puts 'The application will be deployed to: ' + response_body['heroku_app_url']
25
25
  puts 'Monitor the job status at: ' + job_status_url
26
26
  cmd = "open #{job_status_url}"
27
27
  `#{cmd}`
@@ -1,3 +1,3 @@
1
1
  module Instapusher2
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instapusher2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh