acdc 0.7.0 → 0.7.1
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.
- data/lib/acdc.rb +1 -1
- data/lib/acdc/build.rb +2 -2
- metadata +3 -3
data/lib/acdc.rb
CHANGED
data/lib/acdc/build.rb
CHANGED
|
@@ -15,12 +15,12 @@ module AcDc
|
|
|
15
15
|
value = send(elem.method_name.to_sym)
|
|
16
16
|
if value
|
|
17
17
|
if elem.primitive?
|
|
18
|
-
body.tag! elem.
|
|
18
|
+
body.tag! elem.tag, value
|
|
19
19
|
else
|
|
20
20
|
body << value.acdc(false)
|
|
21
21
|
end
|
|
22
22
|
else
|
|
23
|
-
body.tag! elem.
|
|
23
|
+
body.tag! elem.tag
|
|
24
24
|
end
|
|
25
25
|
end
|
|
26
26
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acdc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Clint Hill
|
|
@@ -52,7 +52,7 @@ files:
|
|
|
52
52
|
- README
|
|
53
53
|
- LICENSE
|
|
54
54
|
has_rdoc: true
|
|
55
|
-
homepage: http://
|
|
55
|
+
homepage: http://h3osoftware.com/acdc
|
|
56
56
|
licenses: []
|
|
57
57
|
|
|
58
58
|
post_install_message: For those about to rock ... we salute you!
|
|
@@ -78,6 +78,6 @@ rubyforge_project:
|
|
|
78
78
|
rubygems_version: 1.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 3
|
|
81
|
-
summary: acdc 0.7.
|
|
81
|
+
summary: acdc 0.7.1
|
|
82
82
|
test_files: []
|
|
83
83
|
|