extended_string 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +12 -0
  2. data/VERSION +1 -1
  3. data/extended_string.gemspec +1 -1
  4. metadata +3 -3
data/README.rdoc CHANGED
@@ -119,6 +119,18 @@ ERROR: Could not find a valid gem 'extended_string' (>= 0) in any repository
119
119
 
120
120
  http://github.com/technicalpickles/jeweler
121
121
 
122
+ == Instalation notes
123
+
124
+ Rails 3.0
125
+
126
+ in your Gemfile
127
+
128
+ gem "extended_string"
129
+
130
+ == Usage
131
+
132
+ "string".leet will give you "57ring"
133
+
122
134
  == Note on Patches/Pull Requests
123
135
 
124
136
  * Fork the project.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{extended_string}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mariusz Wyroz\304\231bski"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extended_string
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Mariusz Wyroz\xC4\x99bski"