kate-get 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -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
- - 2
9
- version: 0.1.2
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-05 00:00:00 -07:00
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
- - README
32
- - LICENCE
31
+ - LICENCE.txt
32
+ - README.rdoc
33
33
  - bin/kate-get
34
34
  has_rdoc: true
35
35
  homepage: