instapusher 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,13 +24,15 @@ module Instapusher
24
24
 
25
25
  options = { project: project_name,
26
26
  branch: branch_name,
27
+ quick: ENV['QUICK'],
27
28
  local: ENV['LOCAL'],
28
29
  api_key: api_key }
29
30
 
30
31
  if debug
31
- puts "url: #{url.inspect}"
32
- puts "options: #{options.inspect}"
32
+ puts "url to hit: #{url.inspect}"
33
+ puts "options being passed to the url: #{options.inspect}"
33
34
  end
35
+
34
36
  response = Net::HTTP.post_form URI.parse(url), options
35
37
  response_body = MultiJson.load(response.body)
36
38
 
@@ -1,3 +1,3 @@
1
1
  module Instapusher
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instapusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-11 00:00:00.000000000 Z
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashr
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  segments:
83
83
  - 0
84
- hash: -1359575906035465199
84
+ hash: 1170362135310156763
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  none: false
87
87
  requirements:
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: -1359575906035465199
93
+ hash: 1170362135310156763
94
94
  requirements: []
95
95
  rubyforge_project:
96
96
  rubygems_version: 1.8.23