lorem_kg 0.0.2 → 0.0.3

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 +1 -0
  2. data/lib/lorem/version.rb +1 -1
  3. data/lorem.gemspec +1 -1
  4. metadata +6 -5
data/README ADDED
@@ -0,0 +1 @@
1
+ simple lorem ipsum Ruby on Rails Gem available at https://rubygems.org/gems/lorem_kg
@@ -1,3 +1,3 @@
1
1
  module Lorem
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Lorem::VERSION
8
8
  s.authors = ["Karl Gusner"]
9
9
  s.email = ["karlgusner@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/ramz15/lorem_kg"
11
11
  s.summary = %q{Simple lorem ipsum generator}
12
12
  s.description = %q{Simply generates lorem ipsum text.}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lorem_kg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-27 00:00:00.000000000Z
12
+ date: 2011-09-29 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &2161221360 !ruby/object:Gem::Requirement
16
+ requirement: &2164481640 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *2161221360
24
+ version_requirements: *2164481640
25
25
  description: Simply generates lorem ipsum text.
26
26
  email:
27
27
  - karlgusner@gmail.com
@@ -31,11 +31,12 @@ extra_rdoc_files: []
31
31
  files:
32
32
  - .gitignore
33
33
  - Gemfile
34
+ - README
34
35
  - Rakefile
35
36
  - lib/lorem.rb
36
37
  - lib/lorem/version.rb
37
38
  - lorem.gemspec
38
- homepage: ''
39
+ homepage: https://github.com/ramz15/lorem_kg
39
40
  licenses: []
40
41
  post_install_message:
41
42
  rdoc_options: []