capistrano-node-whenever 0.0.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c8792cf714bcfdfe1c74fc830479a23a4e1418ff
4
+ data.tar.gz: 96509b850db2557a5e1a76d61438f62f67ab9ed3
5
+ SHA512:
6
+ metadata.gz: c9fdd49bfc75f4452a15f959caf0995f6bee9537d2d1e1646c58b01fffba6652a48696cf57c53d7cf9f6ffb2fe2e369d07c235c6df619562337878a90abd674a
7
+ data.tar.gz: ddc388a6a5800e12fd836fdc23c08bb5ea801daac1c9a3cbcc0d973376987c0ef43d5ca0c37424ffbf50f221787f7e370aa0068eeccf9c51eb83e2b9981188d9
@@ -0,0 +1,5 @@
1
+ class CapistranoNodeWhenever
2
+ def self.hi
3
+ puts "Aloha!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: capistrano-node-whenever
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Tom Caflisch
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple description
14
+ email: tomcaflisch@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/capistrano-node-whenever.rb
20
+ homepage: http://example.com
21
+ licenses:
22
+ - ISC
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.2.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Manage your crontab in Node.js via capistrano deployment
44
+ test_files: []