capistrano-upload 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +63 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: feca1bba936e3326ccf790aafc64862e3a15453d
4
+ data.tar.gz: a148186e628976cc38c2e2d1aa86a41d149007a2
5
+ SHA512:
6
+ metadata.gz: 0bd48c9f2f034b90daf52d4f7f4385091bfbcaf278f4ea9e8ea79a20554769ba6a840c88b9b805a373f9b9d8f935c0e6025d4185bf5cd8fc0f13ecb718e71bec
7
+ data.tar.gz: 3651c682673168b97d29391d4323002fe2fef7b9f665d83762c36b740272e126be38f475371f3fd53e898388156ec78e86a593ae8402242d5e142cfbef34ee6c
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: capistrano-upload
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Erlingur Þorsteinsson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-06-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: capistrano
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.0.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '3.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.0.0
33
+ description: Adds the deploy:upload task back to Capistrano 3
34
+ email: erlingur@themoon.is
35
+ executables: []
36
+ extensions: []
37
+ extra_rdoc_files: []
38
+ files: []
39
+ homepage: https://github.com/Reiknistofa/capistrano-upload
40
+ licenses:
41
+ - MIT
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubyforge_project:
59
+ rubygems_version: 2.2.2
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: Adds the deploy:upload task back to Capistrano 3
63
+ test_files: []