--- !ruby/object:Gem::Specification
name: effective_form_inputs
version: !ruby/object:Gem::Version
  version: 1.2.7
platform: ruby
authors:
- Code and Effect
autorequire: 
bindir: bin
cert_chain: []
date: 2018-10-13 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.2.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.2.0
- !ruby/object:Gem::Dependency
  name: simple_form
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.1.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.1.0
description: Collection of Form Inputs
email:
- info@codeandeffect.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- README.md
- app/assets/javascripts/effective_ckeditor_text_area/initialize.js.coffee
- app/assets/javascripts/effective_ckeditor_text_area/input.js
- app/assets/javascripts/effective_date_picker/initialize.js.coffee
- app/assets/javascripts/effective_date_picker/input.js
- app/assets/javascripts/effective_date_time_picker/bootstrap-datetimepicker.js
- app/assets/javascripts/effective_date_time_picker/initialize.js.coffee
- app/assets/javascripts/effective_date_time_picker/input.js
- app/assets/javascripts/effective_date_time_picker/moment.js
- app/assets/javascripts/effective_date_time_picker/overrides.js.coffee
- app/assets/javascripts/effective_email/initialize.js.coffee
- app/assets/javascripts/effective_email/input.js
- app/assets/javascripts/effective_form_inputs.js
- app/assets/javascripts/effective_panel_select/effective_panel_select.js.coffee
- app/assets/javascripts/effective_panel_select/initialize.js.coffee
- app/assets/javascripts/effective_panel_select/input.js
- app/assets/javascripts/effective_price/initialize.js.coffee
- app/assets/javascripts/effective_price/input.js
- app/assets/javascripts/effective_select/initialize.js.coffee
- app/assets/javascripts/effective_select/input.js
- app/assets/javascripts/effective_select/overrides.js.coffee
- app/assets/javascripts/effective_select/select2.js
- app/assets/javascripts/effective_tel/initialize.js.coffee
- app/assets/javascripts/effective_tel/input.js
- app/assets/javascripts/effective_tel/jquery.maskedInput.js
- app/assets/javascripts/effective_time_picker/initialize.js.coffee
- app/assets/javascripts/effective_time_picker/input.js
- app/assets/javascripts/effective_url/initialize.js.coffee
- app/assets/javascripts/effective_url/input.js
- app/assets/stylesheets/effective_date_picker/input.scss
- app/assets/stylesheets/effective_date_time_picker/bootstrap-datetimepicker.scss
- app/assets/stylesheets/effective_date_time_picker/input.scss
- app/assets/stylesheets/effective_date_time_picker/overrides.scss
- app/assets/stylesheets/effective_form_inputs.scss
- app/assets/stylesheets/effective_panel_select/input.scss
- app/assets/stylesheets/effective_radio_buttons/input.scss
- app/assets/stylesheets/effective_select/bootstrap-theme.css
- app/assets/stylesheets/effective_select/input.scss
- app/assets/stylesheets/effective_select/overrides.scss
- app/assets/stylesheets/effective_select/select2.css
- app/assets/stylesheets/effective_time_picker/input.scss
- app/helpers/effective_bootstrap3_helper.rb
- app/helpers/effective_form_inputs_helper.rb
- app/models/effective/form_builder_inputs.rb
- app/models/effective/form_input.rb
- app/models/inputs/effective_ckeditor_text_area/input.rb
- app/models/inputs/effective_ckeditor_text_area_input.rb
- app/models/inputs/effective_date_picker/input.rb
- app/models/inputs/effective_date_picker_input.rb
- app/models/inputs/effective_date_time_picker/input.rb
- app/models/inputs/effective_date_time_picker_input.rb
- app/models/inputs/effective_email/input.rb
- app/models/inputs/effective_email_input.rb
- app/models/inputs/effective_panel_select/input.rb
- app/models/inputs/effective_panel_select_input.rb
- app/models/inputs/effective_price/input.rb
- app/models/inputs/effective_price_input.rb
- app/models/inputs/effective_radio_buttons/input.rb
- app/models/inputs/effective_radio_buttons_input.rb
- app/models/inputs/effective_select/input.rb
- app/models/inputs/effective_select_input.rb
- app/models/inputs/effective_static_control/input.rb
- app/models/inputs/effective_static_control_input.rb
- app/models/inputs/effective_tel/input.rb
- app/models/inputs/effective_tel_input.rb
- app/models/inputs/effective_time_picker/input.rb
- app/models/inputs/effective_time_picker_input.rb
- app/models/inputs/effective_url/input.rb
- app/models/inputs/effective_url_input.rb
- app/validators/effective_email_validator.rb
- app/validators/effective_tel_validator.rb
- app/validators/effective_url_validator.rb
- app/views/effective/effective_panel_select/_input.html.haml
- app/views/effective/style_guide/_effective_form_inputs.html.haml
- lib/effective_form_inputs.rb
- lib/effective_form_inputs/engine.rb
- lib/effective_form_inputs/version.rb
homepage: https://github.com/code-and-effect/effective_form_inputs
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5.1
signing_key: 
specification_version: 4
summary: Collection of Form Inputs
test_files: []