your_mom 0.1.0 → 0.1.1

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.rdoc +5 -1
  2. data/Rakefile +6 -5
  3. data/VERSION +1 -1
  4. metadata +4 -4
data/README.rdoc CHANGED
@@ -1,6 +1,10 @@
1
1
  = Your Mom
2
2
 
3
- She's your mom.
3
+ A collection of words joined in sentence appropriately relevant to the title, ergo your mom.
4
+
5
+ == Usage
6
+
7
+ your_mom #=> truth
4
8
 
5
9
  == Copyright
6
10
 
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{Your mom}
8
- gem.description = %Q{She'll figure it out, eventually.}
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
- test.libs << 'lib' << 'test'
23
- test.pattern = 'test/**/test_*.rb'
24
- test.verbose = true
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.0
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
- - 0
9
- version: 0.1.0
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: She'll figure it out, eventually.
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: Your mom
67
+ summary: A collection of words joined in sentence appropriately relevant to the title, ergo your mom.
68
68
  test_files: []
69
69