Sha256: 6ae15532f8e5d408b3457e2d5e4624c65e0ff8a534fa882800e26af3e2e9ef2b
Contents?: true
Size: 986 Bytes
Versions: 1
Compression:
Stored size: 986 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bravo-bootstrap-rails/version" Gem::Specification.new do |s| s.name = "bravo-bootstrap-rails" s.version = Bravo::Bootstrap::Rails::VERSION s.authors = ["Camel Song"] s.email = ["neosoyn@gmail.com"] s.homepage = "https://github.com/camelsong/bravo-bootstrap-rails" s.summary = %q{A pure gem just adds bootstrap to your Rails project. Former name is mini-bootstrap-rails} s.description = %q{A pure gem just adds bootstrap to your Rails project.} s.rubyforge_project = "bravo-bootstrap-rails" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bravo-bootstrap-rails-0.2.0 | bravo-bootstrap-rails.gemspec |