nx-http 0.1.8 → 0.1.9

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
  SHA256:
3
- metadata.gz: 0ee04cac5b59e6207554b312e658d4431bdb1653bfe5a4cad41a66460afcf0e5
4
- data.tar.gz: 579dbd5df46c247f0d0fb9a9e00179521d8bc1d0981c97e1b69fecbafc3a69ad
3
+ metadata.gz: ca5a2913361cd569bf8111137517ffa3f59eb52ac73e2d2a152ad6bac3b6a980
4
+ data.tar.gz: 5e48b239e63b54775f09480031a68d72d08b7cc8b38bef18b7904b02a4f3dacf
5
5
  SHA512:
6
- metadata.gz: d6112bfe1f931cb0b0cf567c9ddc4b57616b0dccad270a0822d5ab1338964428c653dd273464ba709dfda7dc87d00d77523017b4736733ea098f8f5564b22d19
7
- data.tar.gz: 6d1e9e71a260b97c0806658145535caa627b25970c67542b40b31d1c553fe1a9821f938df383da70615ff4b8982dfac482dd9d66b5217a94e4f3a390fe1e955a
6
+ metadata.gz: f83d2ca6b3614c00aca6068839945bbd57159f8282aee36a095a4225ad40ec7fb201520d7647b53701a9d04881f84eb9af6d3de554e4e19357a676936e80dabc
7
+ data.tar.gz: 2af1d40b910260031c82dbd127434d0ba0ce59ddb8c5d82a98c64a56aada95e28a55fe032a38e20d5c8bc50de60394766bc0958b40a929cd14fa07d1327b07f3
data/lib/nx/http.rb CHANGED
@@ -25,7 +25,7 @@ module Nx
25
25
 
26
26
  # request:
27
27
  method_class = Net::HTTP.const_get method.capitalize
28
- request = method_class.new(uri)
28
+ request = method_class.new(in_url)
29
29
 
30
30
  # callback area:
31
31
  if method == "get"
data/lib/nx/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Nx
2
2
  class Http
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nx-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - afeiship
@@ -69,7 +69,7 @@ files:
69
69
  - lib/nx/data_transform.rb
70
70
  - lib/nx/http.rb
71
71
  - lib/nx/version.rb
72
- - nx-http-0.1.7.gem
72
+ - nx-http-0.1.8.gem
73
73
  - nx-http.gemspec
74
74
  - package.json
75
75
  homepage: https://github.com/afeiship/nx-http