caboodle 0.2.30 → 0.3.0
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/VERSION +1 -1
- data/lib/caboodle/command.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
data/lib/caboodle/command.rb
CHANGED
|
@@ -28,7 +28,6 @@ module Caboodle
|
|
|
28
28
|
puts `cd #{site_name} && git commit -m"initial setup"`
|
|
29
29
|
when /kit:add/
|
|
30
30
|
Caboodle::Config.load_kit args.first.capitalize
|
|
31
|
-
puts "Dump config"
|
|
32
31
|
Caboodle::Kit.dump_config
|
|
33
32
|
puts `git commit -m"kit:add #{args}" -a`
|
|
34
33
|
when /kit:home/
|
|
@@ -38,6 +37,7 @@ module Caboodle
|
|
|
38
37
|
Caboodle::Kit.available_kits.each {|kit| puts kit}
|
|
39
38
|
when /kit:remove/
|
|
40
39
|
Caboodle::Config.unload_kit args.first.capitalize
|
|
40
|
+
Caboodle::Kit.dump_config
|
|
41
41
|
puts `git commit -m"kit:remove #{args}" -a`
|
|
42
42
|
when /config:list/
|
|
43
43
|
configure
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caboodle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 3
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.3.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Stef Lewandowski
|