bramipsum 0.0.1 → 0.0.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/bramipsum.gemspec CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/bramipsum/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Claudio Ortolina"]
6
6
  gem.email = ["claudio@jumpzero.com"]
7
- gem.description = %q{Random sentences from Bram Stoker's Dracula}
8
- gem.summary = %q{Generate one or more dummy sentences taken from Bram Stoker's Dracula}
7
+ gem.description = %q{TEST GEM, do not use! Random sentences from Bram Stoker's Dracula}
8
+ gem.summary = %q{TEST GEM, do not use! Generate one or more dummy sentences taken from Bram Stoker's Dracula}
9
9
  gem.homepage = ""
10
10
 
11
11
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Bramipsum
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bramipsum
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:
@@ -27,7 +27,7 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 0.9.2
30
- description: Random sentences from Bram Stoker's Dracula
30
+ description: TEST GEM, do not use! Random sentences from Bram Stoker's Dracula
31
31
  email:
32
32
  - claudio@jumpzero.com
33
33
  executables: []
@@ -70,7 +70,8 @@ rubyforge_project:
70
70
  rubygems_version: 1.8.24
71
71
  signing_key:
72
72
  specification_version: 3
73
- summary: Generate one or more dummy sentences taken from Bram Stoker's Dracula
73
+ summary: TEST GEM, do not use! Generate one or more dummy sentences taken from Bram
74
+ Stoker's Dracula
74
75
  test_files:
75
76
  - test/lib/bramipsum/base_test.rb
76
77
  - test/lib/bramipsum/sentence_test.rb