--- !ruby/object:Gem::Specification
name: express_ui
version: !ruby/object:Gem::Version
  version: 0.1.0.rc7
platform: ruby
authors:
- Steven Talcott Smith
- Nestor G Pestelos Jr
- Kindred Pasana
autorequire: 
bindir: bin
cert_chain: []
date: 2017-03-29 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: express_templates
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.11.16.rc1
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.11.16.rc1
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '5.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '5.0'
- !ruby/object:Gem::Dependency
  name: sass-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: jquery-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: font-awesome-sass
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '4.7'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '4.7'
- !ruby/object:Gem::Dependency
  name: byebug
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: sqlite3
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
description: User interface library for AppExpress components (https://appexpress.io)
email:
- steve@aelogica.com
- nestor@aelogica.com
- kindred@aelogica.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- app/assets/images/express_ui/logo.png
- app/assets/javascripts/express_ui/application.js
- app/assets/javascripts/express_ui/copy_code.js
- app/assets/javascripts/express_ui/search.js
- app/assets/javascripts/express_ui/styleguide.js
- app/assets/stylesheets/express_ui/atoms/_animations.sass
- app/assets/stylesheets/express_ui/atoms/_buttons.sass
- app/assets/stylesheets/express_ui/atoms/_headings.sass
- app/assets/stylesheets/express_ui/atoms/_icons.sass
- app/assets/stylesheets/express_ui/atoms/_images.sass
- app/assets/stylesheets/express_ui/atoms/_media_queries.sass
- app/assets/stylesheets/express_ui/atoms/_mixins.sass
- app/assets/stylesheets/express_ui/atoms/_reset.sass
- app/assets/stylesheets/express_ui/atoms/_typography.sass
- app/assets/stylesheets/express_ui/atoms/_variables.sass
- app/assets/stylesheets/express_ui/molecules/_button_group.sass
- app/assets/stylesheets/express_ui/molecules/_container.sass
- app/assets/stylesheets/express_ui/molecules/_flash_messages.sass
- app/assets/stylesheets/express_ui/molecules/_form_groups.sass
- app/assets/stylesheets/express_ui/molecules/_forms.sass
- app/assets/stylesheets/express_ui/molecules/_lists.sass
- app/assets/stylesheets/express_ui/molecules/_nav.sass
- app/assets/stylesheets/express_ui/molecules/_tables.sass
- app/assets/stylesheets/express_ui/molecules/_tabs.sass
- app/assets/stylesheets/express_ui/organisms/_header.sass
- app/assets/stylesheets/express_ui/organisms/_sidebar.sass
- app/assets/stylesheets/express_ui/style.sass
- app/assets/stylesheets/express_ui/styleguide.sass
- app/assets/stylesheets/express_ui/templates/_content_sidebar.sass
- app/assets/stylesheets/express_ui/templates/_full_width.sass
- app/assets/stylesheets/express_ui/templates/_half_width.sass
- app/assets/stylesheets/express_ui/templates/_master_detail.sass
- app/components/code_demo.rb
- app/controllers/express_ui/about_controller.rb
- app/controllers/express_ui/application_controller.rb
- app/controllers/express_ui/styleguide_controller.rb
- app/controllers/express_ui/templates_controller.rb
- app/controllers/express_ui/uicomponents_controller.rb
- app/helpers/express_ui/application_helper.rb
- app/jobs/express_ui/application_job.rb
- app/mailers/express_ui/application_mailer.rb
- app/models/express_ui/application_record.rb
- app/views/express_ui/atoms/_animations.html.erb
- app/views/express_ui/atoms/_buttons.html.erb
- app/views/express_ui/atoms/_headings.html.erb
- app/views/express_ui/atoms/_icons.html.erb
- app/views/express_ui/atoms/_mixins.html.erb
- app/views/express_ui/atoms/_typography.html.erb
- app/views/express_ui/atoms/_variables.html.erb
- app/views/express_ui/molecules/_button_group.html.erb
- app/views/express_ui/molecules/_container.html.erb
- app/views/express_ui/molecules/_flash_messages.html.erb
- app/views/express_ui/molecules/_form_group_horizontal.html.erb
- app/views/express_ui/molecules/_form_group_inline.html.erb
- app/views/express_ui/molecules/_form_group_single_line.html.erb
- app/views/express_ui/molecules/_form_groups.html.erb
- app/views/express_ui/molecules/_forms.html.erb
- app/views/express_ui/molecules/_forms_checkbox.html.erb
- app/views/express_ui/molecules/_forms_radio.html.erb
- app/views/express_ui/molecules/_forms_select.html.erb
- app/views/express_ui/molecules/_nav.html.erb
- app/views/express_ui/molecules/_nav_mega_menu.html.erb
- app/views/express_ui/molecules/_table.html.erb
- app/views/express_ui/molecules/_table_with_filtering.html.erb
- app/views/express_ui/organisms/_header.html.erb
- app/views/express_ui/shared/_header.html.erb
- app/views/express_ui/shared/_search_box.html.erb
- app/views/express_ui/shared/_sidebar_left.html.erb
- app/views/express_ui/shared/_sidebar_right.html.erb
- app/views/express_ui/styleguide/about.html.erb
- app/views/express_ui/styleguide/index.html.erb
- app/views/express_ui/templates/_header.html.erb
- app/views/express_ui/templates/_templates.html.erb
- app/views/express_ui/templates/content_and_sidebar.html.erb
- app/views/express_ui/templates/content_and_sidebar_fixed.html.erb
- app/views/express_ui/templates/full_width.html.erb
- app/views/express_ui/templates/half_width.html.erb
- app/views/express_ui/templates/master_detail.html.erb
- app/views/express_ui/templates/master_detail_fixed.html.erb
- app/views/express_ui/uicomponents/_buttons.html.et
- app/views/express_ui/uicomponents/_flash_message.html.et
- app/views/express_ui/uicomponents/_forms.html.et
- app/views/express_ui/uicomponents/_heading.html.et
- app/views/express_ui/uicomponents/_icons.html.et
- app/views/express_ui/uicomponents/_layout.html.et
- app/views/express_ui/uicomponents/_lists.html.et
- app/views/express_ui/uicomponents/_login.html.erb
- app/views/express_ui/uicomponents/_nav.html.et
- app/views/express_ui/uicomponents/_pages.html.et
- app/views/express_ui/uicomponents/_panel.html.et
- app/views/express_ui/uicomponents/_popup.html.et
- app/views/express_ui/uicomponents/_register.html.erb
- app/views/express_ui/uicomponents/_sidebar.html.et
- app/views/express_ui/uicomponents/_table.html.et
- app/views/express_ui/uicomponents/_widget_box.html.et
- app/views/express_ui/uicomponents/index.html.erb
- app/views/layouts/express_ui/styleguide.html.erb
- config/routes.rb
- lib/express_ui/engine.rb
- lib/express_ui/version.rb
- lib/express_ui.rb
- lib/tasks/express_ui_tasks.rake
- vendor/assets/javascripts/anchorific.js
- vendor/assets/javascripts/resizable.js
- vendor/assets/stylesheets/resizable.css
- MIT-LICENSE
- Rakefile
- README.md
homepage: https://github.com/aelogica/express-gems/express_ui
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: 1.3.1
requirements: []
rubyforge_project: 
rubygems_version: 2.0.14.1
signing_key: 
specification_version: 4
summary: User interface library for AppExpress components
test_files: []