materielize 0.0.8 → 0.0.9

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.
@@ -1,3 +1,3 @@
1
1
  module Materielize
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -3,7 +3,7 @@ require "materielize"
3
3
  require "highline/import"
4
4
 
5
5
  namespace :materiel do
6
- desc "install", "Set up the materielize directory if it doesn't already exist"
6
+ desc "Set up the materielize directory if it doesn't already exist"
7
7
  task :install do
8
8
  setup = Materielize::ConfigSetup.new
9
9
 
@@ -14,7 +14,7 @@ namespace :materiel do
14
14
  puts "Done."
15
15
  end
16
16
 
17
- desc "uninstall", "Remove the materiel directory"
17
+ desc "Remove the materiel directory"
18
18
  task :uninstall do
19
19
  setup = Materielize::ConfigSetup.new
20
20
 
@@ -25,7 +25,7 @@ namespace :materiel do
25
25
  puts "Done."
26
26
  end
27
27
 
28
- desc "init_config_files", "Copy default config files into place."
28
+ desc "Copy default config files into place."
29
29
  task :init_config_files do
30
30
  setup = Materielize::ConfigSetup.new
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materielize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: