your_mom 0.1.0 → 0.1.1
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/README.rdoc +5 -1
- data/Rakefile +6 -5
- data/VERSION +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
data/Rakefile
CHANGED
|
@@ -4,8 +4,8 @@ begin
|
|
|
4
4
|
require 'jeweler'
|
|
5
5
|
Jeweler::Tasks.new do |gem|
|
|
6
6
|
gem.name = "your_mom"
|
|
7
|
-
gem.summary = %Q{
|
|
8
|
-
gem.description = %Q{
|
|
7
|
+
gem.summary = %Q{A collection of words joined in sentence appropriately relevant to the title, ergo your mom.}
|
|
8
|
+
gem.description = %Q{A collection of words joined in sentence appropriately relevant to the title, ergo your mom. Jokes, silly.}
|
|
9
9
|
gem.email = "adambair@gmail.com"
|
|
10
10
|
gem.homepage = "http://github.com/adambair/your_mom"
|
|
11
11
|
gem.authors = ["Adam Bair"]
|
|
@@ -19,9 +19,10 @@ end
|
|
|
19
19
|
|
|
20
20
|
require 'rake/testtask'
|
|
21
21
|
Rake::TestTask.new(:test) do |test|
|
|
22
|
-
|
|
23
|
-
test.
|
|
24
|
-
test.
|
|
22
|
+
puts 'Warning: your_mom has no tests.'
|
|
23
|
+
#test.libs << 'lib' << 'test'
|
|
24
|
+
#test.pattern = 'test/**/test_*.rb'
|
|
25
|
+
#test.verbose = true
|
|
25
26
|
end
|
|
26
27
|
|
|
27
28
|
begin
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Adam Bair
|
|
@@ -18,7 +18,7 @@ date: 2010-03-17 00:00:00 -04:00
|
|
|
18
18
|
default_executable: your_mom
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
|
-
description:
|
|
21
|
+
description: A collection of words joined in sentence appropriately relevant to the title, ergo your mom. Jokes, silly.
|
|
22
22
|
email: adambair@gmail.com
|
|
23
23
|
executables:
|
|
24
24
|
- your_mom
|
|
@@ -64,6 +64,6 @@ rubyforge_project:
|
|
|
64
64
|
rubygems_version: 1.3.6
|
|
65
65
|
signing_key:
|
|
66
66
|
specification_version: 3
|
|
67
|
-
summary:
|
|
67
|
+
summary: A collection of words joined in sentence appropriately relevant to the title, ergo your mom.
|
|
68
68
|
test_files: []
|
|
69
69
|
|