qualitysmith_extensions 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
data/Readme CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [<b>Home page</b>:] http://qualitysmithext.rubyforge.org/
4
4
  [<b>Project site</b>:] http://rubyforge.org/projects/qualitysmithext/
5
+ [<b>Gem install</b>:] <tt>gem install qualitysmith_extensions</tt>
5
6
  [<b>License</b>:] {Ruby License}[link:files/License.html]
6
7
 
7
8
  == Introduction
@@ -37,7 +37,7 @@ require 'escape' # http://www.a-k-r.org/escape/
37
37
  # TODO Test
38
38
  class String
39
39
  def option_demethodize
40
- self.sub('__','--').sub('_','-')
40
+ self.sub('__','--').gsub('_','-')
41
41
  end
42
42
  def option_methodize
43
43
  self.gsub('-','_')
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: qualitysmith_extensions
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.33
7
- date: 2007-05-01 00:00:00 -07:00
6
+ version: 0.0.34
7
+ date: 2007-05-10 00:00:00 -07:00
8
8
  summary: A collection of reusable Ruby methods developed by QualitySmith.
9
9
  require_paths:
10
10
  - lib