miketracy-wwmd 0.2.15 → 0.2.16

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.
@@ -15,7 +15,7 @@ require 'rexml/document'
15
15
  module WWMD
16
16
 
17
17
  # :stopdoc:
18
- VERSION = "0.2.15"
18
+ VERSION = "0.2.16"
19
19
  PARSER = :nokogiri # :nokogiri || :hpricot
20
20
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
21
21
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
@@ -1,6 +1,7 @@
1
1
  module WWMD
2
2
 
3
3
  class VSList < VSClassHelpers
4
+ attr_accessor :value
4
5
 
5
6
  def initialize()
6
7
  @value = []
@@ -1,7 +1,8 @@
1
1
  module WWMD
2
- attr_accessor :value
3
2
 
4
3
  class VSString < VSClassHelpers
4
+ attr_accessor :value
5
+
5
6
  def initialize(val)
6
7
  @value = val
7
8
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miketracy-wwmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael L. Tracy