kate-get 0.1.2 → 0.1.3
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.
- data/{LICENCE → LICENCE.txt} +0 -0
- data/{README → README.rdoc} +2 -0
- metadata +5 -5
data/{LICENCE → LICENCE.txt}
RENAMED
|
File without changes
|
data/{README → README.rdoc}
RENAMED
|
@@ -10,6 +10,8 @@ First, make a config file for kate-get (see the next section) and then call it w
|
|
|
10
10
|
|
|
11
11
|
The quoted argument is a space separated string of full file paths. Each file will be checked against the list of sources until it matches one, then the file will be copied into the corresponding subdirectory of the root directory for that source.
|
|
12
12
|
|
|
13
|
+
YARD documentation can be found at the RubyGems.org page https://rubygems.org/gems/kate-get.
|
|
14
|
+
|
|
13
15
|
== Making a config file
|
|
14
16
|
|
|
15
17
|
By default, Kate-Get looks for the YAML file
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.1.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Evan Boyd Sosenko
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-05-
|
|
17
|
+
date: 2011-05-09 00:00:00 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
@@ -28,8 +28,8 @@ extra_rdoc_files: []
|
|
|
28
28
|
|
|
29
29
|
files:
|
|
30
30
|
- lib/kate-get.rb
|
|
31
|
-
-
|
|
32
|
-
-
|
|
31
|
+
- LICENCE.txt
|
|
32
|
+
- README.rdoc
|
|
33
33
|
- bin/kate-get
|
|
34
34
|
has_rdoc: true
|
|
35
35
|
homepage:
|