--- !ruby/object:Gem::Specification name: bootstrap_helpers version: !ruby/object:Gem::Version hash: 13 prerelease: segments: - 0 - 0 - 9 version: 0.0.9 platform: ruby authors: - Sergey Pchelincev autorequire: bindir: bin cert_chain: [] date: 2011-12-06 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirement: *id001 prerelease: false type: :development name: rake description: Speed up bilding you interface with bootstrap email: - jalkoby91@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Rakefile - bootstrap_helpers.gemspec - lib/bootstrap_helpers.rb - lib/bootstrap_helpers/flash_message_proccessor.rb - lib/bootstrap_helpers/railtie.rb - lib/bootstrap_helpers/url_processor.rb - lib/bootstrap_helpers/version.rb - lib/bootstrap_helpers/view_helpers.rb - test_app/.gitignore - test_app/.rspec - test_app/Gemfile - test_app/Guardfile - test_app/README - test_app/Rakefile - test_app/app/controllers/application_controller.rb - test_app/app/controllers/samples_controller.rb - test_app/app/helpers/application_helper.rb - test_app/app/models/post.rb - test_app/app/views/layouts/application.html.erb - test_app/app/views/samples/bootstrap_flash_messages.html.erb - test_app/app/views/samples/bootstrap_form_input.html.erb - test_app/app/views/samples/bootstrap_forms_for.html.erb - test_app/app/views/samples/bootstrap_tab_items.html.erb - test_app/app/views/samples/index.html.erb - test_app/chromedriver.log - test_app/config.ru - test_app/config/application.rb - test_app/config/boot.rb - test_app/config/database.yml - test_app/config/environment.rb - test_app/config/environments/development.rb - test_app/config/environments/production.rb - test_app/config/environments/test.rb - test_app/config/initializers/backtrace_silencers.rb - test_app/config/initializers/inflections.rb - test_app/config/initializers/mime_types.rb - test_app/config/initializers/secret_token.rb - test_app/config/initializers/session_store.rb - test_app/config/locales/en.yml - test_app/config/routes.rb - test_app/db/migrate/20111117155440_create_posts.rb - test_app/db/schema.rb - test_app/db/seeds.rb - test_app/doc/README_FOR_APP - test_app/lib/tasks/.gitkeep - test_app/public/404.html - test_app/public/422.html - test_app/public/500.html - test_app/public/favicon.ico - test_app/public/images/rails.png - test_app/public/javascripts/application.js - test_app/public/javascripts/bootstrap-alerts.js - test_app/public/javascripts/bootstrap-buttons.js - test_app/public/javascripts/bootstrap-dropdown.js - test_app/public/javascripts/bootstrap-modal.js - test_app/public/javascripts/bootstrap-scrollspy.js - test_app/public/javascripts/bootstrap-tabs.js - test_app/public/javascripts/bootstrap-twipsy-popover.js - test_app/public/javascripts/bootstrap-twipsy.js - test_app/public/javascripts/jquery-ui.js - test_app/public/javascripts/jquery-ui.min.js - test_app/public/javascripts/jquery.js - test_app/public/javascripts/jquery.min.js - test_app/public/javascripts/jquery_ujs.js - test_app/public/robots.txt - test_app/public/stylesheets/.gitkeep - test_app/public/stylesheets/bootstrap.css - test_app/script/rails - test_app/spec/requests/bootstrap_form_input_spec.rb - test_app/spec/spec_helper.rb - test_app/test/fixtures/posts.yml - test_app/test/unit/post_test.rb - test_app/vendor/plugins/.gitkeep homepage: "" licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: bootstrap_helpers rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Early version of collection bootstrap helpers for Rails 3.x test_files: []