whenever 0.9.7 → 0.10.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whenever
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javan Makhmali
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-14 00:00:00.000000000 Z
11
+ date: 2017-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chronic
@@ -122,11 +122,13 @@ files:
122
122
  - test/functional/output_defined_job_test.rb
123
123
  - test/functional/output_env_test.rb
124
124
  - test/functional/output_jobs_for_roles_test.rb
125
+ - test/functional/output_jobs_with_mailto_test.rb
125
126
  - test/functional/output_redirection_test.rb
126
127
  - test/test_case.rb
127
128
  - test/test_helper.rb
128
129
  - test/unit/capistrano_support_test.rb
129
130
  - test/unit/cron_test.rb
131
+ - test/unit/executable_test.rb
130
132
  - test/unit/job_test.rb
131
133
  - whenever.gemspec
132
134
  homepage: https://github.com/javan/whenever
@@ -160,7 +162,9 @@ test_files:
160
162
  - test/functional/output_defined_job_test.rb
161
163
  - test/functional/output_env_test.rb
162
164
  - test/functional/output_jobs_for_roles_test.rb
165
+ - test/functional/output_jobs_with_mailto_test.rb
163
166
  - test/functional/output_redirection_test.rb
164
167
  - test/unit/capistrano_support_test.rb
165
168
  - test/unit/cron_test.rb
169
+ - test/unit/executable_test.rb
166
170
  - test/unit/job_test.rb