instapusher2 0.0.2 → 0.0.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: 2b43e99c1a26889bf1fb8cccae142b31b26b9f01
4
- data.tar.gz: 5f8865289cc73fda77b2f9c8453bae4dbbf6c6fe
3
+ metadata.gz: d7d2ccb9144cbd6a2f201e20c0aa51d4402a588e
4
+ data.tar.gz: 346bda5afe30df12cb26833bc6224d8cca0a0002
5
5
  SHA512:
6
- metadata.gz: 3ba07d8657983b12997ff50f7513fcb764b7691f6b0c1a47dba2e63ac48b76cf07ddfc49dd054b80325d41aeb238ab4cb98455167d8bad7544d457263d061673
7
- data.tar.gz: 05505743f55078b4149d976fbe64e35aea5e9eb4bbb9b6bf2ab86733493bb3b1438924b277ba28fc0e8606aba4f413f923c800a745ac88fe367509419fff2a93
6
+ metadata.gz: 1cbb98f07cf00106d588d0f15de198500810f975fd68d28d3452fe4c03faf0180e440040e50377e986450b178e26c4d23da881ffaa906c2a4eb23d7247d32ad0
7
+ data.tar.gz: 90d2328b447a672c3941985a7c644bda66a4cbd0606138da53f764bdf2d75f1b3a4e4e8ef72469fb11e236a53fb7ccf2fc9c586fcbe217cc8035570a9c1f96e0
@@ -3,7 +3,7 @@ module Instapusher2
3
3
 
4
4
  attr_reader :options, :debug, :job_status_url, :response_body
5
5
 
6
- DEFAULT_HOSTNAME = 'instapusher.com'
6
+ DEFAULT_HOSTNAME = 'instapusher.net'
7
7
 
8
8
  def initialize debug, options
9
9
  @debug = debug
@@ -47,7 +47,7 @@ module Instapusher2
47
47
  else
48
48
  ENV['INSTAPUSHER_HOST'] || DEFAULT_HOSTNAME
49
49
  end
50
- "http://#{hostname}/heroku.json"
50
+ "http://#{hostname}/api/v1/jobs.json"
51
51
  end
52
52
  end
53
53
  end
@@ -1,3 +1,3 @@
1
1
  module Instapusher2
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh