materielize 1.0.3 → 1.0.4
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/README.md +3 -0
- data/lib/materielize/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -27,6 +27,9 @@ Creates the materiel directory and the default_config_files subdirectory. The d
|
|
|
27
27
|
$ rake materiel:init_config_files
|
|
28
28
|
This copies files to their mirrored locations. If files are already present you will be prompted if you want to overwrite them.
|
|
29
29
|
|
|
30
|
+
$ rake materiel:init_config_files force
|
|
31
|
+
This copies files to their mirrored locations. If files are already present they will be overwritten.
|
|
32
|
+
|
|
30
33
|
$ rake materiel:uninstall
|
|
31
34
|
This will remove the materiel directory, recursively.
|
|
32
35
|
|
data/lib/materielize/version.rb
CHANGED