moneypools-whenever 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{moneypools-whenever}
8
- s.version = "0.3.0"
7
+ s.name = %q{whenever}
8
+ s.version = "0.4.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Javan Makhmali"]
12
- s.date = %q{2009-11-16}
12
+ s.date = %q{2009-10-20}
13
13
  s.description = %q{Clean ruby syntax for defining and deploying messy cron jobs.}
14
14
  s.email = %q{javan@javan.us}
15
15
  s.executables = ["whenever", "wheneverize"]
@@ -21,34 +21,28 @@ Gem::Specification.new do |s|
21
21
  "CHANGELOG.rdoc",
22
22
  "README.rdoc",
23
23
  "Rakefile",
24
- "VERSION",
25
24
  "bin/whenever",
26
25
  "bin/wheneverize",
27
26
  "lib/whenever.rb",
28
27
  "lib/whenever/base.rb",
29
28
  "lib/whenever/command_line.rb",
30
29
  "lib/whenever/job_list.rb",
31
- "lib/whenever/job_sequence.rb",
32
- "lib/whenever/job_types/cap_task.rb",
33
30
  "lib/whenever/job_types/default.rb",
34
31
  "lib/whenever/job_types/rake_task.rb",
35
32
  "lib/whenever/job_types/runner.rb",
36
33
  "lib/whenever/outputs/cron.rb",
37
34
  "lib/whenever/outputs/cron/output_redirection.rb",
38
35
  "lib/whenever/version.rb",
39
- "moneypools-whenever.gemspec",
40
36
  "test/command_line_test.rb",
41
37
  "test/cron_test.rb",
42
- "test/in_sequence_test.rb",
43
- "test/job_sequence_test.rb",
44
38
  "test/output_at_test.rb",
45
- "test/output_cap_test.rb",
46
39
  "test/output_command_test.rb",
47
40
  "test/output_env_test.rb",
48
41
  "test/output_rake_test.rb",
49
42
  "test/output_redirection_test.rb",
50
43
  "test/output_runner_test.rb",
51
- "test/test_helper.rb"
44
+ "test/test_helper.rb",
45
+ "whenever.gemspec"
52
46
  ]
53
47
  s.homepage = %q{http://github.com/javan/whenever}
54
48
  s.rdoc_options = ["--charset=UTF-8"]
@@ -58,10 +52,7 @@ Gem::Specification.new do |s|
58
52
  s.test_files = [
59
53
  "test/command_line_test.rb",
60
54
  "test/cron_test.rb",
61
- "test/in_sequence_test.rb",
62
- "test/job_sequence_test.rb",
63
55
  "test/output_at_test.rb",
64
- "test/output_cap_test.rb",
65
56
  "test/output_command_test.rb",
66
57
  "test/output_env_test.rb",
67
58
  "test/output_rake_test.rb",
@@ -83,3 +74,4 @@ Gem::Specification.new do |s|
83
74
  s.add_dependency(%q<chronic>, [">= 0.2.3"])
84
75
  end
85
76
  end
77
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moneypools-whenever
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javan Makhmali
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-16 00:00:00 -06:00
12
+ date: 2009-11-30 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -36,7 +36,6 @@ files:
36
36
  - CHANGELOG.rdoc
37
37
  - README.rdoc
38
38
  - Rakefile
39
- - VERSION
40
39
  - bin/whenever
41
40
  - bin/wheneverize
42
41
  - lib/whenever.rb
@@ -51,7 +50,6 @@ files:
51
50
  - lib/whenever/outputs/cron.rb
52
51
  - lib/whenever/outputs/cron/output_redirection.rb
53
52
  - lib/whenever/version.rb
54
- - moneypools-whenever.gemspec
55
53
  - test/command_line_test.rb
56
54
  - test/cron_test.rb
57
55
  - test/in_sequence_test.rb
@@ -64,6 +62,7 @@ files:
64
62
  - test/output_redirection_test.rb
65
63
  - test/output_runner_test.rb
66
64
  - test/test_helper.rb
65
+ - whenever.gemspec
67
66
  has_rdoc: true
68
67
  homepage: http://github.com/javan/whenever
69
68
  licenses: []
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.3.0