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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1280d8a587b2cdcdbb7c956daf0d08517e47ebef
4
- data.tar.gz: 1e95fdd8b39fa0bc7d6a1e57c210bbdfb9838d2a
3
+ metadata.gz: 6307f24373aa9dc20fc728f6f5a834747eaa51f6
4
+ data.tar.gz: 5fe26be8f62b9763b472b4386433959d9914d9bb
5
5
  SHA512:
6
- metadata.gz: c1e2f405e1b3fe1b909f75cc6ac215eb12e4075fcb5abfe0b6063a0f39fae650d79598e573e884064bd8787086095377b6dd265342e8a0687a799e4e2f7a4f1d
7
- data.tar.gz: 518cfc245c4007300f41455349539b9e5a50897eff396eac67ebc852a6b9ef100edbc4e5d039c2bb04da8896e6f09ce65244d14b33d0fc56c6e91fccddd4a4bf
6
+ metadata.gz: c163f85c8d7fed28131c0544460a1d8208c7f020972069a6c6f18f2b6cd6f610fb1522669aaa120033d48e2c9eb200591a65b0d5a20041393db8817417d50e54
7
+ data.tar.gz: 387bd7261364ac3ad54a530232a4483179ad23e65b4b6af987543b6033bf06582025d2f6f99a629e7b7b1c561780e5200b2cecadbaabad290f33f731399a9515
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Cronjob
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: