instapusher 0.0.15 → 0.0.16
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.
- data/lib/instapusher/commands.rb +4 -2
- data/lib/instapusher/version.rb +1 -1
- metadata +4 -4
data/lib/instapusher/commands.rb
CHANGED
@@ -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
|
|
data/lib/instapusher/version.rb
CHANGED
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.
|
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-
|
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:
|
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:
|
93
|
+
hash: 1170362135310156763
|
94
94
|
requirements: []
|
95
95
|
rubyforge_project:
|
96
96
|
rubygems_version: 1.8.23
|