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.
Files changed (3) hide show
  1. data/lib/acdc.rb +1 -1
  2. data/lib/acdc/build.rb +2 -2
  3. metadata +3 -3
@@ -11,7 +11,7 @@ class Boolean; end
11
11
  module AcDc
12
12
 
13
13
  DEFAULT_NAMESPACE = "acdc"
14
- VERSION = [0,7,0]
14
+ VERSION = [0,7,1]
15
15
 
16
16
  def self.parseable_constants
17
17
  @parseables ||= []
@@ -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.method_name, value
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.method_name
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.0
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://github.com/clinth3o/acdc
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.0
81
+ summary: acdc 0.7.1
82
82
  test_files: []
83
83