oeh-client 0.2.4 → 0.2.5

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: 3e5f5f5ee74e55552179f36502107e4b049ab997
4
- data.tar.gz: d3ad909a082698a2c5bd4fe2fdb692ef2fad05d1
3
+ metadata.gz: 4914d46433c089f9f961bdc39d0f58a2ed106872
4
+ data.tar.gz: 97248da62edaa4d7124ebf75da051ba22ecaaa59
5
5
  SHA512:
6
- metadata.gz: 8288315e7245d48b1f2d7554121ea813226feb86b17a1d947ef34646f494678af1b8e983ce348ddf580b66e93b90e921c658d6b4a4dac5fe310d97c8781476a1
7
- data.tar.gz: e7e33d37a9d51fa49711a10c10858caea4c6cf80546ee89e83c7b2665d7d18d03cddf44c0cc3eede34c2db60f5c081ce70a30822aaa22c8bceb814478c29cee0
6
+ metadata.gz: 5279577a63e004b9f9fcac636b582c9250901bff34cc245677917f23ea8b4ec3f0a0575504a3995354b0a3dee9c76a1f002014fb9011e0a1239fd72eeeeddb6d
7
+ data.tar.gz: f0f3401766d11ea8d0b44ac661309cfccb38ca602d1a25a7228bdc9e7b7d11e13899a3905da884e68ea04e9d6cb64ea4d980d7dfca089d6b9ab24a3ebb92f426
@@ -21,8 +21,10 @@ class OEHClient::Data::Node
21
21
  # return the names of each of the attributes of the current nodes of the structure
22
22
  def attribute_names()
23
23
  name_collection = Array.new
24
- instance_variable_names.each { | structure_attribute | name_collection << structure_attribute.slice!(0)}
25
-
24
+ instance_variable_names.each do | structure_attribute |
25
+ structure_attribute.slice!(0)
26
+ name_collection << structure_attribute
27
+ end
26
28
  name_collection
27
29
  end # def attribute_names
28
30
 
@@ -1,3 +1,3 @@
1
1
  module OEHClient
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oeh-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Balliet