bravo-bootstrap-rails 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bravo-bootstrap-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Camel Song
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-03-20 00:00:00.000000000Z
13
+ dependencies: []
14
+ description: A pure gem just adds bootstrap to your Rails project.
15
+ email:
16
+ - neosoyn@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - Gemfile
23
+ - README.md
24
+ - Rakefile
25
+ - bravo-bootstrap-rails.gemspec
26
+ - lib/bravo-bootstrap-rails.rb
27
+ - lib/bravo-bootstrap-rails/version.rb
28
+ - vendor/assets/images/glyphicons-halflings-white.png
29
+ - vendor/assets/images/glyphicons-halflings.png
30
+ - vendor/assets/javascripts/bootstrap.js
31
+ - vendor/assets/javascripts/bootstrap.min.js
32
+ - vendor/assets/stylesheets/bootstrap-responsive.css
33
+ - vendor/assets/stylesheets/bootstrap-responsive.min.css
34
+ - vendor/assets/stylesheets/bootstrap.css
35
+ - vendor/assets/stylesheets/bootstrap.min.css
36
+ homepage: https://github.com/camelsong/bravo-bootstrap-rails
37
+ licenses: []
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project: bravo-bootstrap-rails
56
+ rubygems_version: 1.8.17
57
+ signing_key:
58
+ specification_version: 3
59
+ summary: A pure gem just adds bootstrap to your Rails project. Former name is mini-bootstrap-rails
60
+ test_files: []