ddollar-simple-parser 0.1.0 → 0.1.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 (2) hide show
  1. data/lib/simple-parser.rb +1 -1
  2. metadata +3 -3
data/lib/simple-parser.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module SimpleParser
2
2
 
3
3
  # :stopdoc:
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  LIBPATH = File.expand_path(File.dirname(__FILE__)) + File::SEPARATOR
6
6
  PATH = File.dirname(LIBPATH) + File::SEPARATOR
7
7
  # :startdoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-simple-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -20,12 +20,12 @@ executables: []
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
- - README
23
+ - README.html
24
24
  files:
25
25
  - lib/simple-parser
26
26
  - lib/simple-parser/string.rb
27
27
  - lib/simple-parser.rb
28
- - README
28
+ - README.html
29
29
  has_rdoc: true
30
30
  homepage: http://peervoice.com/software/simple-parser
31
31
  post_install_message: