miketracy-wwmd 0.2.15 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -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