ohgiri 0.1.0 → 0.1.2
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 +3 -0
- data/VERSION +1 -1
- data/ohgiri.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -18,6 +18,9 @@ Simple library to shorten the text by the specified length.
|
|
|
18
18
|
# => "But bre..."
|
|
19
19
|
# (default length is 10 chr.)
|
|
20
20
|
|
|
21
|
+
"Life's but a walking shadow.".shorten(10, '-')
|
|
22
|
+
# => "Life's bu-"
|
|
23
|
+
|
|
21
24
|
== Contributing to ohgiri
|
|
22
25
|
|
|
23
26
|
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.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.1.
|
|
4
|
+
version: 0.1.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: -4187533006959783250
|
|
113
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
none: false
|
|
115
115
|
requirements:
|