umlautify 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -2
  2. data/lib/umlautify/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -18,9 +18,11 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- "Yes, Loincloth rocks!".umlautify!
22
- => "Ÿës, Löïnclöth röcks!"
21
+ "Yes, Loincloth rocks!".umlautify! # modifies in place
22
+ => "Ÿës, Löïnclöth röcks!"
23
23
 
24
+ "But no umlaut n in 'Spinal Tap'".umlautify # returns a copy
25
+ => "Büt nö ümläüt n ïn 'Spïnäl Täp'"
24
26
 
25
27
 
26
28
  ## Contributing
@@ -1,3 +1,3 @@
1
1
  module Umlautify
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: umlautify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: -3623908183622498923
94
+ hash: -2568665252692297571
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: -3623908183622498923
103
+ hash: -2568665252692297571
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.24