mightystring 0.1.1 → 0.1.2

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.
@@ -2,10 +2,6 @@
2
2
  # by Daniel P. Clark
3
3
  # webmaster@6ftdan.com
4
4
 
5
- # BUMP > after find_all was depreciated from Ruby 1.8.7 this didn't work.
6
- # And it turns out this is a lot simpler then expected.
7
- # Here for backwards compatibility.
8
-
9
5
  # Match Partial Case-Insensitive
10
6
  module Match_PCI
11
7
  module String
@@ -61,7 +61,7 @@ module MightyString
61
61
  end
62
62
 
63
63
  def self.math_by_space
64
- true # if this is set then < followed by a space is considered not a html tag, like wise > with a space beforehand
64
+ false # TODO FIXME exceptions get past a href 12-12-12
65
65
  end
66
66
 
67
67
  # End define generic rules ***
@@ -1,3 +1,3 @@
1
1
  module MightyString
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mightystring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: