# -*- encoding: utf-8 -*- # stub: sinatra-bootstrap 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "sinatra-bootstrap".freeze s.version = "0.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michal Fojtik".freeze, "Mateus Medeiros".freeze] s.date = "2013-10-21" s.description = "This gem is a fork of sinatra-twitter-bootstrap remade for bootstrap 3. Usable, though still somewhat of a work-in-progress. Check the homepage for details.".freeze s.email = "dood-ad@outlook.com".freeze s.extra_rdoc_files = ["README.md".freeze] s.files = ["README.md".freeze, "lib/sinatra/assets/bootstrap.min.css".freeze, "lib/sinatra/assets/bootstrap.min.js".freeze, "lib/sinatra/assets/glyphicons-halflings-regular.eot".freeze, "lib/sinatra/assets/glyphicons-halflings-regular.svg".freeze, "lib/sinatra/assets/glyphicons-halflings-regular.ttf".freeze, "lib/sinatra/assets/glyphicons-halflings-regular.woff".freeze, "lib/sinatra/assets/html5.js".freeze, "lib/sinatra/assets/jquery.min.js".freeze, "lib/sinatra/assets/respond.min.js".freeze, "lib/sinatra/bootstrap.rb".freeze, "lib/sinatra/bootstrap/helpers.rb".freeze] s.homepage = "http://github.com/mateusmedeiros/sinatra-bootstrap".freeze s.licenses = ["Apache-2.0".freeze, "WTFPL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Helpers for Bootstrap 3 on Sinatra".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end