extended_string 0.1.4 → 0.1.5
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.
- data/README.rdoc +12 -0
- data/VERSION +1 -1
- data/extended_string.gemspec +1 -1
- 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.
|
|
1
|
+
0.1.5
|
data/extended_string.gemspec
CHANGED
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:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.1.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Mariusz Wyroz\xC4\x99bski"
|