osc_ruby 0.0.13 → 0.0.14

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: bb6373870e5f1ee93e5a0de7320a8aeec19d3306
4
- data.tar.gz: d2cad823e12b8f1d983062520835a07a860f3a98
3
+ metadata.gz: dee13cf76e6f6b83ce9267ad148881292dac66ac
4
+ data.tar.gz: 4f47c7b2a5124275da8db617e33c57d9d98efedc
5
5
  SHA512:
6
- metadata.gz: deca4bb2bf62f3ceae093392f92177eafd80eded0380d7a14921938e28466d911a64120b42a82223f8e763539d4f3f4569fd42519fd48a1d9bd5e08cd5b34971
7
- data.tar.gz: d978e17cd42c61420e1d8c764271b29fdddce3151de81dd099513fc70026794e1e86969749778b6cc230f830c3ca2f3d6807f21ea9a4fd23a0c245d8cb40eabf
6
+ metadata.gz: 39721cd8d4fb63338a461f2f057eb38a3f80a0d69e8aaee1fd28c46ef6f07aba0edd8b262267154103b3d7f97ec44ca541241a86d54a8efa5c5d882945a0dc86
7
+ data.tar.gz: 02ed3894d1a86a82b803d00f08fa3ca91795f17f2df036a143fa7fb8374444f0923ee05279ef3abb62f2c40669bc9e2e1811d3bf9330e4fd257a1a9edb8c7265
@@ -16,7 +16,7 @@ module OSCRuby
16
16
  yield(config)
17
17
 
18
18
  check_config
19
- end
19
+ end
20
20
 
21
21
  def check_config
22
22
  if config.interface ==''
@@ -26,7 +26,7 @@ module OSCRuby
26
26
 
27
27
  request.basic_auth @username, @password
28
28
 
29
- response = http.request request # Net::HTTPResponse object
29
+ http.request request # Net::HTTPResponse object
30
30
 
31
31
  end
32
32
 
@@ -49,13 +49,13 @@ module OSCRuby
49
49
  request.content_type = "application/json"
50
50
  request.body = JSON.dump(json_content)
51
51
 
52
- response = http.request request # Net::HTTPResponse object
52
+ http.request request # Net::HTTPResponse object
53
53
 
54
54
  end
55
-
55
+
56
56
  end
57
57
 
58
- private
58
+ protected
59
59
 
60
60
  def self.generate_url_and_config(client,resource_url = nil)
61
61
 
@@ -1,3 +1,3 @@
1
1
  module OSCRuby
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -253,9 +253,10 @@ describe OSCRuby::Connect do
253
253
 
254
254
  end
255
255
 
256
- context '#patch'
256
+ end
257
+
258
+ # context '#patch'
257
259
 
258
260
 
259
- end
260
- end
261
+ # end
261
262
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osc_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajan Davis