spinebox 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/spinebox +2 -2
  2. data/lib/spinebox/version.rb +1 -1
  3. 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
- # View Generator
70
- on "scaffold MODEL [attributes]", "Scaffold a model, view and a controller", :if => proc { ['scaffold', 's'].include?(ARGV.first)}, :type => :scaffold do
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)
@@ -1,3 +1,3 @@
1
1
  module Spinebox
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
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-09 00:00:00.000000000 Z
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