kvx 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e49c700e1d486c91712fab94f7f9e1c0f5fbf4ad
4
- data.tar.gz: 36cd1ccb43dab8a9dbfc41759f2be874ed744e35
3
+ metadata.gz: a4f7625e30ab379d6d02af5ce7e39dabed6f9d5b
4
+ data.tar.gz: 9337c347f6985fc6b4fb5fc47042fa880e85a142
5
5
  SHA512:
6
- metadata.gz: 36f2ebc03b732e3aff17822f834d9ee4c8b9219387d559a46447fbd7fc63adb4a33f72127c697549e4c62466e3c0e79bc4241beb7d372d3bc323c2af3d84c431
7
- data.tar.gz: 24bee384988676c48fc8e1f69c7585faf2c3e0626b63ad5fe109e9bb371d3a8451097061450b0688ca824021e6a94e06209889c51dc7f6a8e481a499f4b80825
6
+ metadata.gz: e131d4644b255aef92469072f49f107dd78ae7182fa887201cc12a2ee612dfc586fd8383ad398c496a439814070b8f444dba06eecb5220c18b57237a289664c7
7
+ data.tar.gz: bf35e2cf2a0a18277f688fc6ee26edf445f7b571d72c3da8263068c39b26391b64e3d73b3cc77a7bb3bdee05073a7c882461ce729da78695541db7efbda2bf91
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/lib/kvx.rb CHANGED
@@ -53,9 +53,9 @@ class Kvx
53
53
 
54
54
  def to_doc()
55
55
 
56
- if @summary.empty? then
56
+ a = if @summary.empty? then
57
57
 
58
- a = [self.class.to_s.downcase, @attributes, '', *make_xml(@body)]
58
+ [self.class.to_s.downcase, @attributes, '', *make_xml(@body)]
59
59
 
60
60
  else
61
61
 
@@ -70,12 +70,12 @@ class Kvx
70
70
 
71
71
  summary = [:summary, {}, *summary]
72
72
  body = [:body, {}, *make_xml(@body)]
73
- a = [self.class.to_s.downcase, @attributes, '', summary, body]
74
-
75
- Rexle.new(a)
73
+ [self.class.to_s.downcase, @attributes, '', summary, body]
76
74
 
77
75
  end
78
76
 
77
+ Rexle.new a
78
+
79
79
  end
80
80
 
81
81
  def to_s()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kvx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  Vo86eJaJUXJbywrm97pYB2utyzWPyxJihIh0eFuNbCk+XOWfv6vUEyuXMiCsiyrF
32
32
  azRHJ6uLeQu4hw==
33
33
  -----END CERTIFICATE-----
34
- date: 2015-05-11 00:00:00.000000000 Z
34
+ date: 2015-05-12 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: line-tree
metadata.gz.sig CHANGED
Binary file