spinebox 0.0.6 → 0.0.7
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/bin/spinebox +2 -2
- data/lib/spinebox/version.rb +1 -1
- metadata +2 -2
data/bin/spinebox
CHANGED
|
@@ -66,8 +66,8 @@ Spinebox::Command.dispatch do
|
|
|
66
66
|
exit(0)
|
|
67
67
|
end
|
|
68
68
|
|
|
69
|
-
#
|
|
70
|
-
on "scaffold MODEL [attributes]", "Scaffold a model, view and a controller", :if => proc { ['scaffold'
|
|
69
|
+
# Scaffold Generator
|
|
70
|
+
on "scaffold MODEL [attributes]", "Scaffold a model, view and a controller", :if => proc { ['scaffold'].include?(ARGV.first)}, :type => :scaffold do
|
|
71
71
|
ARGV.shift
|
|
72
72
|
name = ARGV.shift
|
|
73
73
|
model = Spinebox::Generator::Model.new(name, ARGV)
|
data/lib/spinebox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spinebox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-05-
|
|
12
|
+
date: 2012-05-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: A ready to use spine.js rack skeleton builder with development server,
|
|
15
15
|
routes, config and precompile support
|