capistrano-node-whenever 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 8de406dc561fa9cf9ea699e633dac49c76f6096c
4
- data.tar.gz: cf8112c136e2c74e86f9a6fee85b4356c9e3b69b
3
+ metadata.gz: 4a4cdc2f7f765d02bc6c225cbfdee1eff964635b
4
+ data.tar.gz: c7294eb461f5d6c9262266a406f0717a360629ce
5
5
  SHA512:
6
- metadata.gz: fc2fa95e9f50e6e8bd5dfbe542368763cda7f520ffc811dace11515755c525d2a47ad7f22f3032812628bd99bd9d345c6937b2757db1223dcee2433a6654ec34
7
- data.tar.gz: c06c6abddc30ca05bc308495a5b6294f1d5fea348867417635e2284e0c045e82b39d4ad731855ba2c57832c3b85e0f647a20ad46b80fddbc2d79005194467fd0
6
+ metadata.gz: 48fdb6c675bda904061c721f24eae87857ea67d383a8b31e3fc49bd54015692efd613dbc112603ac3e76304023cde5b1b6ff6ec185989d7f1bd337089d0af930
7
+ data.tar.gz: 30b79b34d0ba031deb46406701489f9e9bfb4158fcb3f9a0c4f30c1706208cbe2be6894956a0ffdc7b97c7bde16a3237b45c231e517973a77ad5ed874015b113
@@ -6,12 +6,12 @@ Gem::Specification.new do |s|
6
6
  s.name = 'capistrano-node-whenever'
7
7
  s.version = Capistrano::NodeWhenever::VERSION
8
8
  s.date = '2015-11-10'
9
- s.summary = 'Capistrano plugin for https://github.com/toymachiner62/node-whenever'
10
9
  s.author = 'Tom Caflisch'
11
10
  s.email = 'tomcaflisch@gmail.com'
12
11
  s.files = `git ls-files`.split("\n")
13
12
  s.license = 'ISC'
14
- s.description = 'Manage your crontab in Node.js via capistrano deployment'
13
+ s.summary = 'Capistrano plugin for https://github.com/toymachiner62/node-whenever'
14
+ s.description = 'Capistrano plugin for https://github.com/toymachiner62/node-whenever'
15
15
  s.homepage = 'https://github.com/toymachiner62/capistrano-node-whenever'
16
16
  s.require_paths = ["lib"]
17
17
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module NodeWhenever
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-node-whenever
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
  - Tom Caflisch
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.0'
27
- description: Manage your crontab in Node.js via capistrano deployment
27
+ description: Capistrano plugin for https://github.com/toymachiner62/node-whenever
28
28
  email: tomcaflisch@gmail.com
29
29
  executables: []
30
30
  extensions: []