net-scp 1.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.
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: net-scp
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Jamis Buck
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-01 00:00:00 -06:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: net-ssh
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.99.1
23
+ version:
24
+ description: A pure Ruby implementation of the SCP client protocol
25
+ email: jamis@jamisbuck.org
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - CHANGELOG.rdoc
34
+ - lib/net/scp/download.rb
35
+ - lib/net/scp/errors.rb
36
+ - lib/net/scp/upload.rb
37
+ - lib/net/scp/version.rb
38
+ - lib/net/scp.rb
39
+ - lib/uri/open-scp.rb
40
+ - lib/uri/scp.rb
41
+ - Rakefile
42
+ - README.rdoc
43
+ - setup.rb
44
+ - test/common.rb
45
+ - test/test_all.rb
46
+ - test/test_download.rb
47
+ - test/test_scp.rb
48
+ - test/test_upload.rb
49
+ - Manifest
50
+ - net-scp.gemspec
51
+ has_rdoc: true
52
+ homepage: http://net-ssh.rubyforge.org/scp
53
+ post_install_message:
54
+ rdoc_options: []
55
+
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
69
+ version:
70
+ requirements: []
71
+
72
+ rubyforge_project: net-ssh
73
+ rubygems_version: 1.1.1
74
+ signing_key:
75
+ specification_version: 2
76
+ summary: A pure Ruby implementation of the SCP client protocol
77
+ test_files:
78
+ - test/test_all.rb