# -*- encoding: utf-8 -*- # stub: bootstrap_leather 0.10.5 ruby lib Gem::Specification.new do |s| s.name = "bootstrap_leather".freeze s.version = "0.10.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Karen Lundgren".freeze] s.date = "2017-04-09" s.description = "BootstrapLeather is a collection of view helpers and scaffold generators that makes it easier to create apps using Twitter Bootstrap".freeze s.email = "karen.e.lundgren@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "app/helpers/bootstrap_leather/alerts_helper.rb".freeze, "app/helpers/bootstrap_leather/application_helper.rb".freeze, "app/helpers/bootstrap_leather/badges_helper.rb".freeze, "app/helpers/bootstrap_leather/carousels_helper.rb".freeze, "app/helpers/bootstrap_leather/foot_helper.rb".freeze, "app/helpers/bootstrap_leather/grid_helper.rb".freeze, "app/helpers/bootstrap_leather/head_helper.rb".freeze, "app/helpers/bootstrap_leather/hero_unit_helper.rb".freeze, "app/helpers/bootstrap_leather/icons_helper.rb".freeze, "app/helpers/bootstrap_leather/modals_helper.rb".freeze, "app/helpers/bootstrap_leather/navigation_helper.rb".freeze, "app/helpers/bootstrap_leather/tabs_helper.rb".freeze, "app/helpers/bootstrap_leather/thumbnails_helper.rb".freeze, "app/helpers/bootstrap_leather/typography_helper.rb".freeze, "app/helpers/bootstrap_leather/widgets_helper.rb".freeze, "app/views/bootstrap_leather/alerts/_alert.html.haml".freeze, "app/views/bootstrap_leather/alerts/_alert_flash_messages.html.haml".freeze, "app/views/bootstrap_leather/badges/_badge.html.haml".freeze, "app/views/bootstrap_leather/badges/_badge_to.html.haml".freeze, "app/views/bootstrap_leather/carousels/_carousel.html.haml".freeze, "app/views/bootstrap_leather/carousels/_carousel_with_thumbnails.html.haml".freeze, "app/views/bootstrap_leather/foot/_footer_javascript.html.haml".freeze, "app/views/bootstrap_leather/head/_head_css.html.haml".freeze, "app/views/bootstrap_leather/hero_unit/_hero_unit.html.haml".freeze, "app/views/bootstrap_leather/icons/_icon.html.haml".freeze, "app/views/bootstrap_leather/icons/_icon_button_to.html.haml".freeze, "app/views/bootstrap_leather/icons/_icon_link_to.html.haml".freeze, "app/views/bootstrap_leather/modals/_modal.html.haml".freeze, "app/views/bootstrap_leather/navigation/_dropdown_nav_item.html.haml".freeze, "app/views/bootstrap_leather/navigation/_hamburger_menu.html.haml".freeze, "app/views/bootstrap_leather/navigation/_logo_and_title.html.haml".freeze, "app/views/bootstrap_leather/navigation/_nav_heading.html.haml".freeze, "app/views/bootstrap_leather/navigation/_nav_item.html.haml".freeze, "app/views/bootstrap_leather/navigation/_nav_list.html.haml".freeze, "app/views/bootstrap_leather/navigation/_navbar.html.haml".freeze, "app/views/bootstrap_leather/navigation/_navbar_contents.html.haml".freeze, "app/views/bootstrap_leather/tabs/_tabs.html.haml".freeze, "app/views/bootstrap_leather/thumbnails/_thumbnail.html.haml".freeze, "app/views/bootstrap_leather/typography/_dl.html.haml".freeze, "app/views/bootstrap_leather/typography/_page_header.html.haml".freeze, "app/views/bootstrap_leather/widgets/_widgets.html.haml".freeze, "bootstrap_leather.gemspec".freeze, "config/locales/en.yml".freeze, "lib/bootstrap_leather.rb".freeze, "lib/bootstrap_leather/configuration.rb".freeze, "lib/bootstrap_leather/engine.rb".freeze, "lib/bootstrap_leather/localization.rb".freeze, "lib/bootstrap_leather/version.rb".freeze, "lib/generators/bootstrap_leather/install/install_generator.rb".freeze, "lib/generators/bootstrap_leather/install/templates/initializer.rb".freeze, "lib/generators/bootstrap_leather/utils.rb".freeze, "lib/templates/erb/scaffold/_form.html.erb".freeze, "lib/templates/erb/scaffold/edit.html.erb".freeze, "lib/templates/erb/scaffold/index.html.erb".freeze, "lib/templates/erb/scaffold/new.html.erb".freeze, "lib/templates/erb/scaffold/show.html.erb".freeze, "lib/templates/haml/scaffold/_form.html.haml".freeze, "lib/templates/haml/scaffold/edit.html.haml".freeze, "lib/templates/haml/scaffold/index.html.haml".freeze, "lib/templates/haml/scaffold/new.html.haml".freeze, "lib/templates/haml/scaffold/show.html.haml".freeze, "spec/dummy/Rakefile".freeze, "spec/dummy/app/assets/images/.keep".freeze, "spec/dummy/app/assets/javascripts/application.js".freeze, "spec/dummy/app/assets/stylesheets/application.scss".freeze, "spec/dummy/app/assets/stylesheets/bootstrap-everything.scss".freeze, "spec/dummy/app/controllers/application_controller.rb".freeze, "spec/dummy/app/controllers/concerns/.keep".freeze, "spec/dummy/app/controllers/doo_dads_controller.rb".freeze, "spec/dummy/app/controllers/erbits_controller.rb".freeze, "spec/dummy/app/controllers/whatzits_controller.rb".freeze, "spec/dummy/app/helpers/application_helper.rb".freeze, "spec/dummy/app/mailers/application_mailer.rb".freeze, "spec/dummy/app/models/application_record.rb".freeze, "spec/dummy/app/models/concerns/.keep".freeze, "spec/dummy/app/models/doo_dad.rb".freeze, "spec/dummy/app/models/erbit.rb".freeze, "spec/dummy/app/models/whatzit.rb".freeze, "spec/dummy/app/views/doo_dads/_form.html.haml".freeze, "spec/dummy/app/views/doo_dads/edit.html.haml".freeze, "spec/dummy/app/views/doo_dads/index.html.haml".freeze, "spec/dummy/app/views/doo_dads/new.html.haml".freeze, "spec/dummy/app/views/doo_dads/show.html.haml".freeze, "spec/dummy/app/views/erbits/_form.html.erb".freeze, "spec/dummy/app/views/erbits/edit.html.erb".freeze, "spec/dummy/app/views/erbits/index.html.erb".freeze, "spec/dummy/app/views/erbits/new.html.erb".freeze, "spec/dummy/app/views/erbits/show.html.erb".freeze, "spec/dummy/app/views/layouts/application.html.haml".freeze, "spec/dummy/app/views/pages/index.html.haml".freeze, "spec/dummy/app/views/pages/style_guide.html.haml".freeze, "spec/dummy/app/views/whatzits/_form.html.haml".freeze, "spec/dummy/app/views/whatzits/edit.html.haml".freeze, "spec/dummy/app/views/whatzits/index.html.haml".freeze, "spec/dummy/app/views/whatzits/new.html.haml".freeze, "spec/dummy/app/views/whatzits/show.html.haml".freeze, "spec/dummy/bin/bundle".freeze, "spec/dummy/bin/rails".freeze, "spec/dummy/bin/rake".freeze, "spec/dummy/bin/setup".freeze, "spec/dummy/bin/update".freeze, "spec/dummy/config.ru".freeze, "spec/dummy/config/application.rb".freeze, "spec/dummy/config/boot.rb".freeze, "spec/dummy/config/cable.yml".freeze, "spec/dummy/config/database.yml".freeze, "spec/dummy/config/environment.rb".freeze, "spec/dummy/config/environments/development.rb".freeze, "spec/dummy/config/environments/test.rb".freeze, "spec/dummy/config/initializers/application_controller_renderer.rb".freeze, "spec/dummy/config/initializers/assets.rb".freeze, "spec/dummy/config/initializers/backtrace_silencers.rb".freeze, "spec/dummy/config/initializers/bootstrap_leather.rb".freeze, "spec/dummy/config/initializers/cookies_serializer.rb".freeze, "spec/dummy/config/initializers/filter_parameter_logging.rb".freeze, "spec/dummy/config/initializers/high_voltage.rb".freeze, "spec/dummy/config/initializers/inflections.rb".freeze, "spec/dummy/config/initializers/mime_types.rb".freeze, "spec/dummy/config/initializers/new_framework_defaults.rb".freeze, "spec/dummy/config/initializers/session_store.rb".freeze, "spec/dummy/config/initializers/wrap_parameters.rb".freeze, "spec/dummy/config/locales/en.yml".freeze, "spec/dummy/config/puma.rb".freeze, "spec/dummy/config/routes.rb".freeze, "spec/dummy/config/secrets.yml".freeze, "spec/dummy/config/spring.rb".freeze, "spec/dummy/db/migrate/20170407151055_create_doo_dads.rb".freeze, "spec/dummy/db/migrate/20170408145839_create_whatzits.rb".freeze, "spec/dummy/db/migrate/20170408161201_create_erbits.rb".freeze, "spec/dummy/db/schema.rb".freeze, "spec/dummy/db/seeds.rb".freeze, "spec/dummy/db/test.sqlite3".freeze, "spec/factories/doo_dad.rb".freeze, "spec/factories/erbit.rb".freeze, "spec/factories/whatzit.rb".freeze, "spec/helpers/bootstrap_leather/alerts_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/badges_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/carousels_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/foot_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/grid_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/head_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/hero_unit_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/icon_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/modals_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/navigation_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/tabs_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/thumbnails_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/typography_helper_spec.rb".freeze, "spec/helpers/bootstrap_leather/widgets_helper_spec.rb".freeze, "spec/rails_helper.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://www.gemvein.com/museum/cases/bootstrap_leather".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "BootstrapLeather helps create apps using Twitter Bootstrap".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["< 6".freeze, ">= 4".freeze]) s.add_runtime_dependency(%q.freeze, ["< 6".freeze, ">= 4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.48".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 9".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 3".freeze]) s.add_development_dependency(%q.freeze, [">= 1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) end