massimo 0.5.0 → 0.5.1
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/bin/massimo +0 -3
- data/lib/massimo/cli.rb +1 -1
- data/lib/massimo.rb +1 -0
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.1
|
data/bin/massimo
CHANGED
data/lib/massimo/cli.rb
CHANGED
@@ -53,7 +53,7 @@ module Massimo
|
|
53
53
|
require 'active_support/inflector'
|
54
54
|
|
55
55
|
if file
|
56
|
-
create_file File.join(site.config.path_for(
|
56
|
+
create_file File.join(site.config.path_for(site_or_resource.pluralize), file)
|
57
57
|
else
|
58
58
|
empty_directory site_or_resource
|
59
59
|
inside site_or_resource do
|
data/lib/massimo.rb
CHANGED