--- !ruby/object:Gem::Specification name: bhf version: !ruby/object:Gem::Version version: 0.10.17 platform: ruby authors: - Anton Pawlik autorequire: bindir: bin cert_chain: [] date: 2017-01-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - !ruby/object:Gem::Dependency name: turbolinks requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' - !ruby/object:Gem::Dependency name: kaminari 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: haml-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: sass-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5' - !ruby/object:Gem::Dependency name: shoulda requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: rdoc requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: jeweler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' - !ruby/object:Gem::Dependency name: simplecov 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: A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. Easy integratable and highly configurable and agnostic. Works with ActiveRecord and Mongoid. email: anton.pawlik@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.md files: - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - VERSION - app/assets/images/bhf/ajax_loader.gif - app/assets/images/bhf/bg.png - app/assets/images/bhf/mooeditable-toolbarbuttons-tango.png - app/assets/images/bhf/pictos.png - app/assets/images/bhf/pictos_2x.png - app/assets/images/bhf/small_ajax_loader.gif - app/assets/images/bhf/small_ajax_loader_h.gif - app/assets/images/bhf/wmd-buttons.png - app/assets/images/logo_bhf.svg - app/assets/javascripts/bhf/application.js - app/assets/javascripts/bhf/classes/Ajaxify.js - app/assets/javascripts/bhf/classes/ArrayFields.js - app/assets/javascripts/bhf/classes/FormHelper.js - app/assets/javascripts/bhf/classes/MooEditable.js - app/assets/javascripts/bhf/classes/MultipleFields.js - app/assets/javascripts/bhf/classes/Picker.js - app/assets/javascripts/bhf/classes/Picker_Attach.js - app/assets/javascripts/bhf/classes/Picker_Date.js - app/assets/javascripts/bhf/classes/PlatformHelper.js - app/assets/javascripts/bhf/classes/QuickEdit.js - app/assets/javascripts/bhf/classes/QuickEditStack.js - app/assets/javascripts/bhf/classes/Request_bhf.js - app/assets/javascripts/bhf/classes/Setlatlng.js - app/assets/javascripts/bhf/classes/showdown.js - app/assets/javascripts/bhf/classes/wmd.js - app/assets/javascripts/bhf/locales/Locale.de-DE.js - app/assets/javascripts/bhf/locales/Locale.en-US.js - app/assets/javascripts/bhf/locales/Locale.pt-PT.js - app/assets/javascripts/bhf/mootools-core-1.5.0-full-compat.js - app/assets/javascripts/bhf/mootools-more-1.5.0.js - app/assets/javascripts/bhf/mootools_ujs.js - app/assets/stylesheets/bhf/MooEditable.css.scss - app/assets/stylesheets/bhf/application.css.sass - app/assets/stylesheets/bhf/functions.css.sass - app/assets/stylesheets/bhf/reset.css.sass - app/assets/stylesheets/bhf/typo.css.scss - app/controllers/bhf/application_controller.rb - app/controllers/bhf/embed_entries_controller.rb - app/controllers/bhf/entries_controller.rb - app/controllers/bhf/pages_controller.rb - app/helpers/bhf/application_helper.rb - app/helpers/bhf/entries_helper.rb - app/helpers/bhf/frontend_helper.rb - app/helpers/bhf/pages_helper.rb - app/views/bhf/_footer.html.haml - app/views/bhf/_user.html.haml - app/views/bhf/application/index.html.haml - app/views/bhf/entries/_form.html.haml - app/views/bhf/entries/_validation_errors.html.haml - app/views/bhf/entries/edit.html.haml - app/views/bhf/entries/new.html.haml - app/views/bhf/entries/show.html.haml - app/views/bhf/form/belongs_to/_radio.html.haml - app/views/bhf/form/belongs_to/_select.html.haml - app/views/bhf/form/belongs_to/_static.html.haml - app/views/bhf/form/column/_array.html.haml - app/views/bhf/form/column/_boolean.html.haml - app/views/bhf/form/column/_date.html.haml - app/views/bhf/form/column/_hash.html.haml - app/views/bhf/form/column/_hidden.html.haml - app/views/bhf/form/column/_image_file.html.haml - app/views/bhf/form/column/_mappin.html.haml - app/views/bhf/form/column/_markdown.html.haml - app/views/bhf/form/column/_multiple_fields.html.haml - app/views/bhf/form/column/_number.html.haml - app/views/bhf/form/column/_paperclip.html.haml - app/views/bhf/form/column/_password.html.haml - app/views/bhf/form/column/_static.html.haml - app/views/bhf/form/column/_string.html.haml - app/views/bhf/form/column/_text.html.haml - app/views/bhf/form/column/_type.html.haml - app/views/bhf/form/column/_wysiwyg.html.haml - app/views/bhf/form/embeds_many/_static.html.haml - app/views/bhf/form/embeds_one/_static.html.haml - app/views/bhf/form/has_and_belongs_to_many/_check_box.html.haml - app/views/bhf/form/has_and_belongs_to_many/_static.html.haml - app/views/bhf/form/has_many/_check_box.html.haml - app/views/bhf/form/has_many/_static.html.haml - app/views/bhf/form/has_one/_select.html.haml - app/views/bhf/form/has_one/_static.html.haml - app/views/bhf/helper/_definition_item.html.haml - app/views/bhf/helper/_field_errors.html.haml - app/views/bhf/helper/_flash.html.haml - app/views/bhf/helper/_frontend_edit.html.haml - app/views/bhf/helper/_info.html.haml - app/views/bhf/helper/_node.html.haml - app/views/bhf/helper/_reflection_node.html.haml - app/views/bhf/pages/_platform.html.haml - app/views/bhf/pages/_search.html.haml - app/views/bhf/pages/show.html.haml - app/views/bhf/table/belongs_to/_default.html.haml - app/views/bhf/table/column/_array.html.haml - app/views/bhf/table/column/_boolean.html.haml - app/views/bhf/table/column/_carrierwave.html.haml - app/views/bhf/table/column/_date.html.haml - app/views/bhf/table/column/_empty.html.haml - app/views/bhf/table/column/_extern_link.html.haml - app/views/bhf/table/column/_file.html.haml - app/views/bhf/table/column/_hash.html.haml - app/views/bhf/table/column/_image.html.haml - app/views/bhf/table/column/_number.html.haml - app/views/bhf/table/column/_paperclip.html.haml - app/views/bhf/table/column/_primary_key.html.haml - app/views/bhf/table/column/_string.html.haml - app/views/bhf/table/column/_text.html.haml - app/views/bhf/table/column/_thumbnail.html.haml - app/views/bhf/table/column/_toggle.html.haml - app/views/bhf/table/column/_type.html.haml - app/views/bhf/table/embeds_many/_default.html.haml - app/views/bhf/table/embeds_one/_default.html.haml - app/views/bhf/table/has_and_belongs_to_many/_default.html.haml - app/views/bhf/table/has_many/_default.html.haml - app/views/bhf/table/has_one/_default.html.haml - app/views/kaminari/bhf/_gap.html.haml - app/views/kaminari/bhf/_next_page.html.haml - app/views/kaminari/bhf/_page.html.haml - app/views/kaminari/bhf/_paginator.html.haml - app/views/kaminari/bhf/_prev_page.html.haml - app/views/layouts/bhf/application.haml - app/views/layouts/bhf/quick_edit.haml - bhf.gemspec - config/locales/de.yml - config/locales/en.yml - config/locales/pt.yml - config/routes.rb - lib/bhf.rb - lib/bhf/action_view/form_builder.rb - lib/bhf/action_view/form_options.rb - lib/bhf/active_record/base.rb - lib/bhf/controller/extension.rb - lib/bhf/mongoid/document.rb - lib/bhf/platform/attribute/abstract.rb - lib/bhf/platform/attribute/column.rb - lib/bhf/platform/attribute/reflection.rb - lib/bhf/platform/base.rb - lib/bhf/platform/pagination.rb - lib/bhf/settings/base.rb - lib/bhf/settings/platform.rb - lib/bhf/settings/yaml_parser.rb - lib/rails/generators/bhf/templates/initializer.rb - test/database.yml - test/test_helper.rb homepage: http://antpaw.github.io/bhf 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.8 signing_key: specification_version: 4 summary: A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. test_files: []