# -*- encoding: utf-8 -*- require File.expand_path('../lib/booter/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Alexey Vakhov"] gem.email = ["vakhov@gmail.com"] gem.description = %q{Twitter bootstrap for Rails} gem.summary = %q{Twitter bootstrap framework wrapper for Ruby on Rails with nice form rendering helper.} gem.homepage = "https://github.com/boshie/booter" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "booter" gem.require_paths = ["lib"] gem.version = Booter::VERSION gem.add_dependency 'rails', '~> 3.2' end