ipsum 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ipsum.gemspec +2 -2
  2. data/lib/ipsum/version.rb +1 -1
  3. metadata +4 -4
data/ipsum.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Clive Crous"]
10
10
  s.email = ["clive@crous.co.za"]
11
- s.homepage = "http://rubygems.org/gems/ipsum"
11
+ s.homepage = "http://www.darkarts.co.za/ipsum"
12
12
  s.summary = %q{Quickly generate text-like filler ala Lorem Ipsum}
13
- s.description = %q{Generate words or sentences for filler text while developing anything which requires text. Most people know this as "Lorem Ipsum"}
13
+ s.description = %q{Generate words or sentences for filler text while developing anything which requires text. Most people know this as "Lorem Ipsum". eg: require 'ipsum'; puts 10.sentences}
14
14
 
15
15
  s.rubyforge_project = "ipsum"
16
16
 
data/lib/ipsum/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Ipsum
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Clive Crous
@@ -18,7 +18,7 @@ date: 2011-01-18 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: Generate words or sentences for filler text while developing anything which requires text. Most people know this as "Lorem Ipsum"
21
+ description: "Generate words or sentences for filler text while developing anything which requires text. Most people know this as \"Lorem Ipsum\". eg: require 'ipsum'; puts 10.sentences"
22
22
  email:
23
23
  - clive@crous.co.za
24
24
  executables: []
@@ -35,7 +35,7 @@ files:
35
35
  - lib/ipsum.rb
36
36
  - lib/ipsum/version.rb
37
37
  has_rdoc: true
38
- homepage: http://rubygems.org/gems/ipsum
38
+ homepage: http://www.darkarts.co.za/ipsum
39
39
  licenses: []
40
40
 
41
41
  post_install_message: