bootstrap-rails-engine 3.0.0.4 → 3.0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.md +1 -2
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +200 -199
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/javascripts/bootstrap/bootstrap.js +72 -65
- data/app/assets/javascripts/bootstrap/bootstrap.min.js +7 -6
- data/app/assets/stylesheets/bootstrap/bootstrap-theme.css +129 -116
- data/app/assets/stylesheets/bootstrap/bootstrap-theme.min.css +7 -1
- data/app/assets/stylesheets/bootstrap/bootstrap.css.erb +1323 -1010
- data/app/assets/stylesheets/bootstrap/bootstrap.min.css.erb +6 -8
- data/lib/bootstrap-rails-engine/version.rb +2 -2
- data/lib/bootstrap-rails-engine.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8363f317b5a47321948fb96ec6652e68599f9c3
|
4
|
+
data.tar.gz: cf015ec05ee151678e6be7a2abeb61789cca8931
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56b3b3387850e7db71727a9c1dde89e90d231d43a829f852fbd1c37d1ef64bba0a7220abb61e497fb9aa36469ed2834aa3c0fbc2b40d97cd2daec8a959360024
|
7
|
+
data.tar.gz: df933eb0688f519420b229ea0259821768837e3c5be7cb961bf7c347802c21191c057207320e9705baaf56171a14de658b41b3d084a72a312f7df1bca3aa353c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Make [Twitter Bootstrap](http://twitter.github.com/bootstrap) into Rails Engine. [Bootstrap-datepicker](https://github.com/eternicode/bootstrap-datepicker) is also included.
|
3
3
|
|
4
4
|
## Version
|
5
|
-
* Bootstrap 3.0.
|
5
|
+
* Bootstrap 3.0.3
|
6
6
|
* Bootstrap-datepicker 1.2.0
|
7
7
|
|
8
8
|
### Older Versions
|
@@ -17,7 +17,6 @@ Include Gemfile,
|
|
17
17
|
Add stylesheets into application.css
|
18
18
|
|
19
19
|
*= require bootstrap/bootstrap
|
20
|
-
*= require bootstrap/bootstrap-responsive
|
21
20
|
|
22
21
|
Add javascripts into application.js
|
23
22
|
|
Binary file
|