mini-bootstrap-rails 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mini-bootstrap-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Camel song
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-02-13 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
+ - lib/mini-bootstrap-rails.rb
26
+ - lib/mini-bootstrap-rails/version.rb
27
+ - mini-bootstrap-rails.gemspec
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: ''
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: mini-bootstrap-rails
56
+ rubygems_version: 1.7.2
57
+ signing_key:
58
+ specification_version: 3
59
+ summary: A pure gem just adds bootstrap to your Rails project.
60
+ test_files: []