capistrano-cron 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a87a247ec33d72a9a62f6afe1fb81c1e549c381a979d3d0a05025bc6176813b
4
- data.tar.gz: 14e5b4ac459edd04996a2bb4e94dd90bc2190fb727fbbb4b093785dd0f314d6c
3
+ metadata.gz: 447afb4c20df962551203cba39d6235a017ad9169c6c56fb0f9a918af76dc459
4
+ data.tar.gz: dc69b86c4b21c1160fba0c6ea1bf66f3ee8a171c9330f8f0cdb3018bdc592117
5
5
  SHA512:
6
- metadata.gz: 6515d52f18b6b4342b4deb3249c25ffda09d93b41984e0e852a0c9c02335359781fa1df4d507a0b6f64f07358f6fda742f2fb0a2280f1f9610ac80bd7cd3b3a8
7
- data.tar.gz: 6b0b9e542c6697f39fdb43f976ecbec578cc0cd03667ca4b33dc5fd3cf46b170cf07227c454d0e15ebbcd1fc7c72c15b637ffaf84268f422b51ca511ea7dd4d6
6
+ metadata.gz: d718d0a1d253cfde958f26dad75d3966a957196de929be7029e596eb5d6d017eb67506f5b7d4c667eb10caffac535f25e4cf152ce227de6ed27023bc8293fa9c
7
+ data.tar.gz: 660b04970da9c6a3b3bbe0810a7b2a093ca9c06b427bca3ba866a226cf2df06d5775ec60be16738efa7049ef05d44750fbc78ce5b3d56019d03be27624b0baa7
@@ -4,7 +4,7 @@ require "capistrano/plugin"
4
4
 
5
5
  module Capistrano
6
6
  class Cron < Capistrano::Plugin
7
- VERSION = "0.1.0"
7
+ VERSION = "0.1.1"
8
8
 
9
9
  def set_defaults
10
10
  set_if_empty :cron_roles, %w[db]
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-cron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur SAS
@@ -51,6 +51,7 @@ files:
51
51
  - LICENSE.txt
52
52
  - README.md
53
53
  - Rakefile
54
+ - lib/capistrano-cron.rb
54
55
  - lib/capistrano/cron.rb
55
56
  - lib/capistrano/cron/job.rb
56
57
  - lib/capistrano/cron/job_list.rb