parse-cron-ext 0.1.1 → 0.1.2

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: ef52291db6825df25b7f6343e2618b970da6438a0d989b87d2cfe7ed96161f14
4
- data.tar.gz: 5c597642a5d8a29b3ebd8878dd32eb33c5d98975abfbf70aa60f84f1d7fa17c7
3
+ metadata.gz: 5cf58eb4b89df362df575b83dee5198a5251e3fcabb272c905ebf6a323931e03
4
+ data.tar.gz: 2a2a933ef6d9fbaa5511ba7ff1df7d33e509d6dbc4eae998af10a4a646f490eb
5
5
  SHA512:
6
- metadata.gz: 9b1894b4dd88faf5bb8281e6dcfa76d12facec35dca9360c285843443e29b685a3ab1fa89b53518d47c364e40368547db8c7e28bcfdd55a305a5ecc661c1cbde
7
- data.tar.gz: 15cc20b4d27a25f63c56d76be557ff1cded603f5dec90e1f37ec7461890bec23c1577fdbbfe08bfbf23e87e9f16107c5896146423ec03c2e6be4606108a54c83
6
+ metadata.gz: 404ead898589406dc2a65deed0d2a44587a926d3da1bf5a5c1b8cc7489ec8164ab2c6d5331a4522ebc6398139d41a7ce964d36c06ae239009bacadfd5d81a373
7
+ data.tar.gz: 0fd4100327bb9db144da4cd301afa487f8dbd5796da2295cf1d5fe3fa0107cf3fa37a35870e1aaa41972b23f5e97b152ea9b64b3471335f3015c43083e5c3797
@@ -1,7 +1,7 @@
1
1
  module Parse
2
2
  module Cron
3
3
  module Ext
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["sh07e1916@gmail.com"]
8
8
 
9
9
  spec.summary = %q{parse-cron-ext is a extension (monkey-patch) for parse-cron 0.1.4, which is the latest version.}
10
- spec.description = %q{It makes it possible to specify "end of month in March" or "Third Monday" by cron.}
10
+ spec.description = %q{enable to specify "end of the month in March" or "Third Monday" in cron by extending of parse-cron.}
11
11
  spec.homepage = "https://yahoo.co.jp"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parse-cron-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - a5-stable
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.1.4
27
- description: It makes it possible to specify "end of month in March" or "Third Monday"
28
- by cron.
27
+ description: enable to specify "end of the month in March" or "Third Monday" in cron
28
+ by extending of parse-cron.
29
29
  email:
30
30
  - sh07e1916@gmail.com
31
31
  executables: []