kate-get 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.rdoc +3 -1
- metadata +27 -44
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: aaf9dd8e4dc6606b85e329bd88be5fc4be1d4472
|
4
|
+
data.tar.gz: 5167ede4973fd2ff64e30258984db329ee982844
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 1c78e8d0211462e7bf2dfa33232c93ef2a100880f36985a4eec0d5f1ab8a9a69414342732976c1be8ab0044937d848c0a7de1665adcf17d1acbcd9e8a8d7792a
|
7
|
+
data.tar.gz: 07eaf5c9c64d75cfe2dd7a7b3999561770d8e74b209fc8d58665a3806690a0a59fc76e33bb1195a1463302183dd019a74aca83e155fc7fddf4db8dda840aa726
|
data/README.rdoc
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
= Kate-Get
|
2
2
|
|
3
|
+
<b>Kate-Get is no longer supported or maintained since {the External Tools Plugin was removed}[http://kate-editor.org/2011/08/09/maintainer-needed-kate-external-tools-plugin/].</b>
|
4
|
+
|
3
5
|
Kate-Get takes a space separated list of file paths and checks each one against a list of sources. If a match is found, the file is copied via rsync to a local directory. Options for each source are controlled by a config file. Subdirectories are handled automatically based on how local and remote root paths are set.
|
4
6
|
|
5
7
|
== Usage
|
@@ -104,4 +106,4 @@ Kate-Get is licensed under the MIT license.
|
|
104
106
|
This software is provided "as is" and without any express or
|
105
107
|
implied warranties, including, without limitation, the implied
|
106
108
|
warranties of merchantibility and fitness for a particular
|
107
|
-
purpose.
|
109
|
+
purpose.
|
metadata
CHANGED
@@ -1,69 +1,52 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: kate-get
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
segments:
|
6
|
-
- 0
|
7
|
-
- 1
|
8
|
-
- 4
|
9
|
-
version: 0.1.4
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.5
|
10
5
|
platform: ruby
|
11
|
-
authors:
|
6
|
+
authors:
|
12
7
|
- Evan Boyd Sosenko
|
13
8
|
autorequire:
|
14
9
|
bindir: bin
|
15
10
|
cert_chain: []
|
16
|
-
|
17
|
-
date: 2011-08-29 00:00:00 -07:00
|
18
|
-
default_executable:
|
11
|
+
date: 2013-09-24 00:00:00.000000000 Z
|
19
12
|
dependencies: []
|
20
|
-
|
21
|
-
|
13
|
+
description: "\t\tKate-Get takes a space separated list of file paths and checks each
|
14
|
+
one against a list of sources. If a match is found, the file is copied via rsync
|
15
|
+
to a local directory. Options for each source are controlled by a config file.\n"
|
22
16
|
email:
|
23
|
-
executables:
|
17
|
+
executables:
|
24
18
|
- kate-get
|
25
19
|
extensions: []
|
26
|
-
|
27
20
|
extra_rdoc_files: []
|
28
|
-
|
29
|
-
files:
|
21
|
+
files:
|
30
22
|
- lib/kate-get.rb
|
31
23
|
- LICENCE.txt
|
32
24
|
- README.rdoc
|
33
25
|
- bin/kate-get
|
34
|
-
|
35
|
-
|
36
|
-
licenses:
|
26
|
+
homepage: https://github.com/razor-x/kate-get
|
27
|
+
licenses:
|
37
28
|
- MIT
|
29
|
+
metadata: {}
|
38
30
|
post_install_message:
|
39
31
|
rdoc_options: []
|
40
|
-
|
41
|
-
require_paths:
|
32
|
+
require_paths:
|
42
33
|
- lib
|
43
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
segments:
|
49
|
-
- 1
|
50
|
-
- 9
|
51
|
-
- 2
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - '>='
|
37
|
+
- !ruby/object:Gem::Version
|
52
38
|
version: 1.9.2
|
53
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
- 0
|
60
|
-
version: "0"
|
61
|
-
requirements:
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - '>='
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
44
|
+
requirements:
|
62
45
|
- rsync
|
63
46
|
rubyforge_project:
|
64
|
-
rubygems_version:
|
47
|
+
rubygems_version: 2.0.3
|
65
48
|
signing_key:
|
66
|
-
specification_version:
|
49
|
+
specification_version: 4
|
67
50
|
summary: Kate external tool to intelligently copy open remote files to local directories.
|
68
51
|
test_files: []
|
69
|
-
|
52
|
+
has_rdoc:
|