microparser 0.0.2 → 0.0.3

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/History.txt CHANGED
@@ -1,3 +1,12 @@
1
+ == 0.0.3 2009-09-28
2
+
3
+ * Bug fix
4
+
5
+ == 0.0.2 2009-09-28
6
+
7
+ * Added Array mappings
8
+ * Added Hash mappings
9
+
1
10
  == 0.0.1 2008-11-04
2
11
 
3
12
  * Initial release
@@ -2,7 +2,7 @@ module Microparser
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  self
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>microparser</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/microparser"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/microparser" class="numbers">0.0.2</a>
36
+ <a href="http://rubyforge.org/projects/microparser" class="numbers">0.0.3</a>
37
37
  </div>
38
38
  <h2>What</h2>
39
39
  Microparser is a simple Regexp encapsulation class.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microparser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas Willcocks