instapusher 0.1.1 → 0.1.2

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: c99ac26bd832d2ea814347f20c95c46e64223fd5
4
- data.tar.gz: fd8429a7d948dc645724632047bd558f6e375634
3
+ metadata.gz: 81db087535ca1a32d683c11fb633cb432932b309
4
+ data.tar.gz: f7be76f2f20b0de641049048f5b6ee7da9f48fa1
5
5
  SHA512:
6
- metadata.gz: ba2ac27c31f803106e196416fcf619a6652b4b55fd305b4a161104e98f856e917e3be25f4e6f74187d7694a3bf2d21dbffe615516b93a28160988d4886bfc294
7
- data.tar.gz: 90df9d1b741be8b0f9df8e9832dcc245ecd2708bcca0c461ecf07a3d15c368af745bfaf312a07df3470401f93fc127f011a2f6051bac2c4877894b0701a5e845
6
+ metadata.gz: 272b403118aaf9f279b79a89c66ed7cfc7b6643c3417b577540f891bb30208854becf0128064f0846da1e7a16b4149cad94c99cc118b4051120af9d0fdeaaf98
7
+ data.tar.gz: 861ecf722e7012f0eb32c67483e3a8cead1a12bb20871fc9116a09d5921ca92be89e67c8a30930290ddc74a6a56a81932b39fc314d79da38a1393535badbdd61
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.1.1
File without changes
@@ -35,7 +35,10 @@ module Instapusher
35
35
  pre_submission_feedback_to_user if debug
36
36
 
37
37
  response = Net::HTTP.post_form URI.parse(url_to_submit_job), options
38
- @response_body = ::JSON.parse(response.body)
38
+ raw_body = response.body
39
+ puts "raw_body: #{raw_body}" if debug
40
+
41
+ @response_body = ::JSON.parse(raw_body)
39
42
  puts "response_body: #{response_body.inspect}" if debug
40
43
  @job_status_url = response_body['status_url']
41
44
  end
@@ -1,3 +1,3 @@
1
1
  module Instapusher
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh
@@ -14,42 +14,42 @@ dependencies:
14
14
  name: hashr
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.0.19
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.0.19
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: activesupport
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: instapusher makes it easy to push code to heroku
@@ -60,13 +60,14 @@ executables:
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - .gitignore
63
+ - ".gitignore"
64
+ - ".ruby-version"
64
65
  - Gemfile
65
66
  - LICENSE
66
67
  - README.md
67
68
  - Rakefile
68
69
  - bin/instapusher
69
- - instapusher2.gemspec
70
+ - instapusher.gemspec
70
71
  - lib/instapusher.rb
71
72
  - lib/instapusher/commands.rb
72
73
  - lib/instapusher/configuration.rb
@@ -85,17 +86,17 @@ require_paths:
85
86
  - lib
86
87
  required_ruby_version: !ruby/object:Gem::Requirement
87
88
  requirements:
88
- - - '>='
89
+ - - ">="
89
90
  - !ruby/object:Gem::Version
90
91
  version: '0'
91
92
  required_rubygems_version: !ruby/object:Gem::Requirement
92
93
  requirements:
93
- - - '>='
94
+ - - ">="
94
95
  - !ruby/object:Gem::Version
95
96
  version: '0'
96
97
  requirements: []
97
98
  rubyforge_project:
98
- rubygems_version: 2.0.3
99
+ rubygems_version: 2.2.2
99
100
  signing_key:
100
101
  specification_version: 4
101
102
  summary: instapusher gem makes it easy to push code to heroku