flexa_lib 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
data/flexa_lib.gemspec CHANGED
@@ -7,7 +7,7 @@ require 'flexa_lib/version'
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'flexa_lib'
9
9
  # s.version = FlexaLib::VERSION
10
- s.version = '0.1.16'
10
+ s.version = '0.1.17'
11
11
  s.platform = Gem::Platform::RUBY
12
12
 
13
13
  s.authors = ['Allan Freitas','Marcio Sfalsin']
@@ -1,7 +1,7 @@
1
1
  require 'rails/generators/generated_attribute'
2
2
 
3
3
  module FlexaLib
4
- class FlexaGenerator < Rails::Generators::Base
4
+ class CrudGenerator < Rails::Generators::Base
5
5
  source_root File.expand_path('../templates', __FILE__)
6
6
 
7
7
  argument :controller_path, :type => :string
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexa_lib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 16
10
- version: 0.1.16
9
+ - 17
10
+ version: 0.1.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Allan Freitas
@@ -218,7 +218,7 @@ files:
218
218
  - lib/flexa_lib/inputs/date_picker_input.rb
219
219
  - lib/flexa_lib/inputs/lookup_input.rb
220
220
  - lib/flexa_lib/helpers.rb
221
- - lib/generators/flexa_lib/crud/flexa_generator.rb
221
+ - lib/generators/flexa_lib/crud/crud_generator.rb
222
222
  - lib/generators/flexa_lib/lookup/lookup_generator.rb
223
223
  - lib/generators/flexa_lib/lookup/templates/lookup_controller.rb
224
224
  - lib/generators/flexa_lib/lookup/lookup_generator_test.rb