--- !ruby/object:Gem::Specification name: bootstrap_toolbelt version: !ruby/object:Gem::Version version: 0.0.10 platform: ruby authors: - Kristian Rasmussen autorequire: bindir: bin cert_chain: [] date: 2015-03-09 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.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.2.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: Bootstrap view helpers email: - me@krx.io executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.rdoc - Rakefile - app/controllers/concerns/flash_messages.rb - app/helpers/flash_helper.rb - app/helpers/icon_helper.rb - app/helpers/navigation_helper.rb - app/views/flash_helper/_flash.html.erb - app/views/shared/_flash.html.erb - config/locales/da.yml - config/locales/en.yml - config/routes.rb - lib/bootstrap_toolbelt.rb - lib/bootstrap_toolbelt/engine.rb - lib/bootstrap_toolbelt/version.rb - lib/tasks/bootstrap_toolbelt_tasks.rake - test/bootstrap_toolbelt_test.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/users.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/assets/stylesheets/users.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/users_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/users_helper.rb - test/dummy/app/models/user.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/users/_form.html.erb - test/dummy/app/views/users/edit.html.erb - test/dummy/app/views/users/index.html.erb - test/dummy/app/views/users/new.html.erb - test/dummy/app/views/users/show.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20150302084828_create_users.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/test/controllers/users_controller_test.rb - test/dummy/test/fixtures/users.yml - test/dummy/test/models/user_test.rb - test/dummy/tmp/cache/assets/development/sprockets/0800f54ee19cf3cee10b956fa9786799 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 - test/dummy/tmp/cache/assets/development/sprockets/4050a4e5062ab95c9f32e9b6940821ea - test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 - test/dummy/tmp/cache/assets/development/sprockets/5f1a0d05e77ca8b9a1fc2a47e17a8174 - test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 - test/dummy/tmp/cache/assets/development/sprockets/87b209c0c9da28094a8d5581a21262c6 - test/dummy/tmp/cache/assets/development/sprockets/cebc6db0bbb8120f430da3970b173d2f - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/f56253b5f374fff1a33fbbc9881c9124 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/integration/navigation_test.rb - test/test_helper.rb homepage: http://github.com/iamkristian/bootstrap_toolbelt 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 signing_key: specification_version: 4 summary: A collection of view helpers for Bootstrap test_files: - test/bootstrap_toolbelt_test.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/users.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/assets/stylesheets/users.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/users_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/users_helper.rb - test/dummy/app/models/user.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/users/_form.html.erb - test/dummy/app/views/users/edit.html.erb - test/dummy/app/views/users/index.html.erb - test/dummy/app/views/users/new.html.erb - test/dummy/app/views/users/show.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20150302084828_create_users.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/test/controllers/users_controller_test.rb - test/dummy/test/fixtures/users.yml - test/dummy/test/models/user_test.rb - test/dummy/tmp/cache/assets/development/sprockets/0800f54ee19cf3cee10b956fa9786799 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 - test/dummy/tmp/cache/assets/development/sprockets/4050a4e5062ab95c9f32e9b6940821ea - test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 - test/dummy/tmp/cache/assets/development/sprockets/5f1a0d05e77ca8b9a1fc2a47e17a8174 - test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 - test/dummy/tmp/cache/assets/development/sprockets/87b209c0c9da28094a8d5581a21262c6 - test/dummy/tmp/cache/assets/development/sprockets/cebc6db0bbb8120f430da3970b173d2f - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/f56253b5f374fff1a33fbbc9881c9124 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/integration/navigation_test.rb - test/test_helper.rb