ipsum 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ipsum.rb +6 -0
  2. data/lib/ipsum/version.rb +1 -1
  3. metadata +2 -2
@@ -34,3 +34,9 @@ class Ipsum
34
34
  end
35
35
 
36
36
  end
37
+
38
+ class Fixnum
39
+ def sentences
40
+ Ipsum.sentences( self )
41
+ end
42
+ end
@@ -1,3 +1,3 @@
1
1
  class Ipsum
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -3,10 +3,10 @@ name: ipsum
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
+ - 1
6
7
  - 0
7
8
  - 0
8
- - 1
9
- version: 0.0.1
9
+ version: 1.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Clive Crous