# -*- encoding: utf-8 -*-
# stub: bootstrap_leather 0.7.4 ruby lib

Gem::Specification.new do |s|
  s.name = "bootstrap_leather".freeze
  s.version = "0.7.4".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 = "2015-06-24"
  s.description = "BootstrapLeather is a collection of view helpers 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.rdoc".freeze]
  s.files = [".document".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "app/helpers/bootstrap_leather_helper.rb".freeze, "app/views/bootstrap_leather/_alert.html.haml".freeze, "app/views/bootstrap_leather/_alert_flash_messages.html.haml".freeze, "app/views/bootstrap_leather/_badge.html.haml".freeze, "app/views/bootstrap_leather/_badge_to.html.haml".freeze, "app/views/bootstrap_leather/_definition_list.html.haml".freeze, "app/views/bootstrap_leather/_dropdown_nav_item.html.haml".freeze, "app/views/bootstrap_leather/_footer_javascript.html.haml".freeze, "app/views/bootstrap_leather/_head_css.html.haml".freeze, "app/views/bootstrap_leather/_hero_unit.html.haml".freeze, "app/views/bootstrap_leather/_icon.html.haml".freeze, "app/views/bootstrap_leather/_icon_button_to.html.haml".freeze, "app/views/bootstrap_leather/_icon_link_to.html.haml".freeze, "app/views/bootstrap_leather/_logo_and_title.html.haml".freeze, "app/views/bootstrap_leather/_modal.html.haml".freeze, "app/views/bootstrap_leather/_nav_item.html.haml".freeze, "app/views/bootstrap_leather/_nav_list.html.haml".freeze, "app/views/bootstrap_leather/_navbar.html.haml".freeze, "app/views/bootstrap_leather/_page_header.html.haml".freeze, "app/views/bootstrap_leather/_tabs.html.haml".freeze, "app/views/bootstrap_leather/_thumbnail.html.haml".freeze, "app/views/bootstrap_leather/_widgets.html.haml".freeze, "bootstrap_leather.gemspec".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/railtie.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]
  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 makes it easier to create apps using Twitter Bootstrap".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<bootstrap-sass>.freeze, ["~> 3.3".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, ["~> 4".freeze])
  s.add_runtime_dependency(%q<haml>.freeze, ["~> 4".freeze])
  s.add_runtime_dependency(%q<jeweler>.freeze, ["~> 2".freeze])
end