tellmewhen 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -14,7 +14,7 @@ I created this utility because I had long running database scripts that I wanted
14
14
 
15
15
  h1. Installation
16
16
 
17
- gem install tellmewhen
17
+ pre. gem install tellmewhen
18
18
 
19
19
  h1. Configuration
20
20
 
@@ -126,10 +126,14 @@ tellmewhen.gemspec
126
126
  --
127
127
  </pre>
128
128
 
129
- h1. Authors
129
+ h1. Contributors
130
+
131
+ Kyle Burton <kyle.burton@gmail.com>
130
132
 
131
133
  h1. License
132
134
 
135
+ "MIT":http://www.opensource.org/licenses/mit-license.php
136
+
133
137
  h1. Patches Welcome
134
138
 
135
139
  I'd like to clean up the internals: how emails are composed.
data/bin/tellmewhen CHANGED
@@ -412,6 +412,6 @@ TellMeWhen
412
412
  end
413
413
  end
414
414
 
415
- if File.basename($0) == File.basename(__FILE__)
416
- TellMeWhen.main(ARGV)
417
- end
415
+ #if File.basename($0) == File.basename(__FILE__)
416
+ #TellMeWhen.main(ARGV)
417
+ #end
data/tellmewhen.gemspec CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
 
4
4
  SPEC = Gem::Specification.new do |s|
5
5
  s.name = "tellmewhen"
6
- s.version = "1.0.2"
6
+ s.version = "1.0.3"
7
7
  s.author = "Kyle Burton"
8
8
  s.email = "kyle.burton@gmail.com"
9
9
  s.platform = Gem::Platform::RUBY
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tellmewhen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kyle Burton
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-26 00:00:00 -05:00
18
+ date: 2011-06-03 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -38,8 +38,6 @@ extra_rdoc_files: []
38
38
 
39
39
  files:
40
40
  - bin/tellmewhen
41
- - pkg/tellmewhen-1.0.0.gem
42
- - pkg/tellmewhen-1.0.1.gem
43
41
  - Rakefile
44
42
  - README.textile
45
43
  - tellmewhen.gemspec
@@ -73,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements: []
74
72
 
75
73
  rubyforge_project:
76
- rubygems_version: 1.4.2
74
+ rubygems_version: 1.5.0
77
75
  signing_key:
78
76
  specification_version: 3
79
77
  summary: Notifys you when another command completes (via email).
Binary file
Binary file