whenever 0.11.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be14a26bff8c588b4e5828582a552f4a10e056b08581f4d28b2f44ae6726c694
4
- data.tar.gz: 6e8db042c4c070b52f85bf958b73673b2445663ca102ecb306ac4aa654e8cb37
3
+ metadata.gz: dc5ff14e6e9d357583f5e20d31fafbcf2dfe3aea8ac756cf9103f51504674e9a
4
+ data.tar.gz: 446e8398b741a1a9a7ee262b3542efb107d1453259083fef03ea50726227d7dd
5
5
  SHA512:
6
- metadata.gz: 30fc22be58c8cccdf2da369fd9103aedd5c4da0ac7abb6736abf166958c5d79f67029634a0ceb36aa0babcf66c41e092ae4a965b17b1459c2f22cc4c655e9abf
7
- data.tar.gz: ebfb02153d52c3df836e50f3ef286ebdaefad889fded4d35664afbe70a46e6910842d96a83f8df6006adadc1b30c2b96f2d17deb3c7c8cf01cfab8999a991cc3
6
+ metadata.gz: 41f396515f594a4726bd9048783653b0b203e0beb4ea65f6b95faf508061d0fd064bec0a31bbcf6dad6a23f68ec4f3364ae6e8f160eb0539ec6073a6c4960242
7
+ data.tar.gz: 4fbe2b52fc350ee272d7d03638369b8a6443c1ed6e122be511b9ccf07881c1e559d63587153259343febc89db40aa45bc4ca45cf83af885fd618fd5668ddd1d2
@@ -4,37 +4,10 @@ before_install:
4
4
  - gem install bundler
5
5
  - unset _JAVA_OPTIONS
6
6
  rvm:
7
- - 1.9.3
8
- - 2.0.0
9
- - 2.1.10
10
- - 2.2.10
11
- - 2.3.8
12
- - 2.4.5
13
- - 2.5.3
14
- - jruby-9.1.9.0
15
- matrix:
16
- exclude:
17
- # activesupport 5 only supports ruby 2.2.2 and later
18
- - gemfile: gemfiles/activesupport5.0.gemfile
19
- rvm: 1.9.3
20
- - gemfile: gemfiles/activesupport5.1.gemfile
21
- rvm: 1.9.3
22
- - gemfile: gemfiles/activesupport5.2.gemfile
23
- rvm: 1.9.3
24
-
25
- - gemfile: gemfiles/activesupport5.0.gemfile
26
- rvm: 2.0.0
27
- - gemfile: gemfiles/activesupport5.1.gemfile
28
- rvm: 2.0.0
29
- - gemfile: gemfiles/activesupport5.2.gemfile
30
- rvm: 2.0.0
31
-
32
- - gemfile: gemfiles/activesupport5.0.gemfile
33
- rvm: 2.1.10
34
- - gemfile: gemfiles/activesupport5.1.gemfile
35
- rvm: 2.1.10
36
- - gemfile: gemfiles/activesupport5.2.gemfile
37
- rvm: 2.1.10
7
+ - 2.4.6
8
+ - 2.5.5
9
+ - 2.6.3
10
+ - jruby-9.2.6.0
38
11
 
39
12
  gemfile:
40
13
  - gemfiles/activesupport4.1.gemfile
@@ -1,4 +1,10 @@
1
- ### develop
1
+ ### unreleased
2
+
3
+ ### 1.0.0 / Jun 13, 2019
4
+
5
+ * First stable release per SemVer.
6
+
7
+ * Removes support for versions of Ruby which are no longer supported by the Ruby project.
2
8
 
3
9
  ### 0.11.0 / April 23, 2019
4
10
 
data/README.md CHANGED
@@ -38,7 +38,7 @@ Other commonly used options include:
38
38
  ```sh
39
39
  $ whenever --user app # set a user as which to install the crontab
40
40
  $ whenever --load-file config/my_schedule.rb # set the schedule file
41
- $ whenever --crontab-command 'sudo crontab` # override the crontab command
41
+ $ whenever --crontab-command 'sudo crontab' # override the crontab command
42
42
  ```
43
43
 
44
44
  You can list installed cron jobs using `crontab -l`.
@@ -322,7 +322,7 @@ It's a little bit dated now, but remains a good introduction.
322
322
 
323
323
  ----
324
324
 
325
- [![Build Status](https://secure.travis-ci.org/javan/whenever.png)](http://travis-ci.org/javan/whenever)
325
+ [![Build Status](https://secure.travis-ci.org/javan/whenever.svg)](http://travis-ci.org/javan/whenever)
326
326
 
327
327
  ----
328
328
 
@@ -1,3 +1,3 @@
1
1
  module Whenever
2
- VERSION = '0.11.0'
2
+ VERSION = '1.0.0'
3
3
  end
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.11.0
4
+ version: 1.0.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: 2019-04-23 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chronic