ohgiri 0.0.1 → 0.0.2

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 +5 -1
  2. data/VERSION +1 -1
  3. data/ohgiri.gemspec +1 -1
  4. 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 glisters is not gold.".shorten(100)
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
1
+ 0.0.2
data/ohgiri.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ohgiri"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jun Yokoyama"]
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.1
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: -181844453750286207
112
+ hash: -1314608248367900049
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  none: false
115
115
  requirements: