xronor 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/xronor/version.rb +1 -1
- data/xronor.gemspec +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a84f15e3c030dbd392186868300feda765110d43
|
|
4
|
+
data.tar.gz: 8518a06f03ad8497b974ec905675514a0640fbe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69c07bc4a9d62ece7df82fae1176b382a2960e12aecbe16ff7dc07506bc08efb312dbc4c3833d284cba1c585d6ecb56fac999f03bfa5fa597203eae2776a2ecb
|
|
7
|
+
data.tar.gz: 40946a172b8f3a384256237f3a15085e9836eb5648fbe09377a6b12d6c05a6b0f539c375bbc2f6df5e2ef469a19611d8d8949c6e9f6ff744258d01c098509085
|
data/CHANGELOG.md
CHANGED
data/lib/xronor/version.rb
CHANGED
data/xronor.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Daisuke Fujita"]
|
|
10
10
|
spec.email = ["dtanshi45@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{Timezone-aware Job Scheduler DSL and Converter}
|
|
13
|
+
spec.description = %q{Timezone-aware Job Scheduler DSL and Converter}
|
|
14
14
|
spec.homepage = "https://github.com/dtan4/xronor"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xronor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daisuke Fujita
|
|
@@ -108,8 +108,7 @@ dependencies:
|
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '3.0'
|
|
111
|
-
description:
|
|
112
|
-
on ECS
|
|
111
|
+
description: Timezone-aware Job Scheduler DSL and Converter
|
|
113
112
|
email:
|
|
114
113
|
- dtanshi45@gmail.com
|
|
115
114
|
executables:
|
|
@@ -173,5 +172,5 @@ rubyforge_project:
|
|
|
173
172
|
rubygems_version: 2.6.11
|
|
174
173
|
signing_key:
|
|
175
174
|
specification_version: 4
|
|
176
|
-
summary:
|
|
175
|
+
summary: Timezone-aware Job Scheduler DSL and Converter
|
|
177
176
|
test_files: []
|