scaf-generator 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ class ScafGenerator < Rails::Generators::Base
11
11
  super
12
12
 
13
13
  # Inicializa la variable de instancia @attributos a partir de los argumentos
14
- obtener_atributos
14
+ # obtener_atributos
15
15
 
16
16
  # Genera un Controller
17
17
  generate "controller", "#{plural_name} --no-assets"
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Scaf
2
2
  module Generator
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaf-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-02-27 00:00:00.000000000 Z
12
+ date: 2012-02-28 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Scaffold adaptado a las necesidades de Xaver
15
15
  email: