ohgiri 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -1
- data/VERSION +1 -1
- data/ohgiri.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -2,12 +2,16 @@
|
|
2
2
|
|
3
3
|
Simple library to shorten the text by the specified length.
|
4
4
|
|
5
|
+
= install
|
6
|
+
|
7
|
+
gem install ohgiri
|
8
|
+
|
5
9
|
= usage
|
6
10
|
|
7
11
|
"Not that I loved Caesar less, but that I loved Rome more.".shorten(15)
|
8
12
|
# => "Not that I ..."
|
9
13
|
|
10
|
-
"All that
|
14
|
+
"All that glitters is not gold.".shorten(100)
|
11
15
|
# => "All that glisters is not gold."
|
12
16
|
|
13
17
|
"But break, my heart, for I must hold my tongue.".shorten
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/ohgiri.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ohgiri
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
109
|
version: '0'
|
110
110
|
segments:
|
111
111
|
- 0
|
112
|
-
hash: -
|
112
|
+
hash: -1314608248367900049
|
113
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
114
114
|
none: false
|
115
115
|
requirements:
|