gf-dircat 0.0.4 → 0.0.6

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.
Files changed (2) hide show
  1. data/README.rdoc +16 -24
  2. metadata +5 -5
@@ -1,43 +1,35 @@
1
- = DIRCAT: Utilities per la gestione di cataloghi e di directory
1
+ = DIRCAT
2
2
 
3
- == dircat_build
3
+ Utilities for manage catalogs of files and directory.
4
+ This utilities can be utilized as help to backup a directory.
4
5
 
5
- Costruisce un catalogo a partire da una directory
6
+ === dircat-build
6
7
 
7
- Esempio:
8
+ Build a catalog from a directory
8
9
 
9
- Per costruire un catalogo di una directory dir1
10
+ Ex.: dircat-build -o <catalog_name> dir1
10
11
 
11
- DirCatBuild -o nome catalogo dir1
12
+ builds catalog from directory dir1.
12
13
 
13
- == dircat_cfr
14
+ === dircat-cfr
14
15
 
15
- Confronta due cataloghi
16
+ Compare two catalogs
16
17
 
17
- == dircat_cmp
18
+ === dircat-query
18
19
 
19
- == dircat_query
20
-
21
- Interroga un catalogo
22
-
23
- == DESCRIPTION:
24
-
25
- == FEATURES/PROBLEMS:
26
-
27
- * FIX (list of features or problems)
28
-
29
- == SYNOPSIS:
30
-
31
- FIX (code sample of usage)
20
+ show the contents of catalog
32
21
 
33
22
  == REQUIREMENTS:
34
23
 
35
24
  * utilizza la libreria abstract di kwartz
36
- * gui: dipende da fxruby e/o wxruby
37
25
 
38
26
  == INSTALL:
39
27
 
40
- * FIX (sudo gem install, anything else)
28
+ sudo gem install dircat
29
+
30
+ or
31
+
32
+ sudo gem install gf-dircat -s gems.github.com
41
33
 
42
34
  == Copyright
43
35
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gf-dircat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - gf
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-24 00:00:00 -07:00
12
+ date: 2009-05-28 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: tree_visitor
16
+ name: treevisitor
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,11 +74,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  version:
75
75
  requirements: []
76
76
 
77
- rubyforge_project: ralbum
77
+ rubyforge_project: dircat
78
78
  rubygems_version: 1.2.0
79
79
  signing_key:
80
80
  specification_version: 2
81
- summary: TODO
81
+ summary: command line utilites to manage catalogs of directory
82
82
  test_files:
83
83
  - test/dircat/tc_dircat.rb
84
84
  - test/dircat/tc_dircat_build.rb