cronjob 0.0.2 → 0.0.3
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/cronjob.gemspec +1 -1
- data/lib/cronjob/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6307f24373aa9dc20fc728f6f5a834747eaa51f6
|
|
4
|
+
data.tar.gz: 5fe26be8f62b9763b472b4386433959d9914d9bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c163f85c8d7fed28131c0544460a1d8208c7f020972069a6c6f18f2b6cd6f610fb1522669aaa120033d48e2c9eb200591a65b0d5a20041393db8817417d50e54
|
|
7
|
+
data.tar.gz: 387bd7261364ac3ad54a530232a4483179ad23e65b4b6af987543b6033bf06582025d2f6f99a629e7b7b1c561780e5200b2cecadbaabad290f33f731399a9515
|
data/cronjob.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Online Cron Jobs Guardiano is a web based API service for scheduled or recurring tasks (cron jobs)}
|
|
13
13
|
spec.description = %q{Online Cron Jobs Guardiano is a web based API service for scheduled or recurring tasks (cron jobs). The API can be integrated into users' applications. Add new tasks via API and when the time comes, the API service will send an request to the url provided and the scheduled job starts. The API uses RESTful calls and responses are formatted in JSON.}
|
|
14
|
-
spec.homepage = "https://github.com/lorenzosinisi"
|
|
14
|
+
spec.homepage = "https://github.com/lorenzosinisi/cronjob"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
data/lib/cronjob/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cronjob
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lorenzo Sinisi
|
|
@@ -112,7 +112,7 @@ files:
|
|
|
112
112
|
- lib/cronjob/requests/requests.rb
|
|
113
113
|
- lib/cronjob/requests/show.rb
|
|
114
114
|
- lib/cronjob/version.rb
|
|
115
|
-
homepage: https://github.com/lorenzosinisi
|
|
115
|
+
homepage: https://github.com/lorenzosinisi/cronjob
|
|
116
116
|
licenses:
|
|
117
117
|
- MIT
|
|
118
118
|
metadata:
|