bootstrap-rails-engine 3.0.0.4 → 3.0.3.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7154c81312678e260a9c181a737ecc15362be9aa
4
- data.tar.gz: 27ee24f78eb880787fa8ee054a54da94e9ac46b9
3
+ metadata.gz: e8363f317b5a47321948fb96ec6652e68599f9c3
4
+ data.tar.gz: cf015ec05ee151678e6be7a2abeb61789cca8931
5
5
  SHA512:
6
- metadata.gz: af609adbb687be15c71f0f1db5437fd23f106d33e6c548a8a5527d54ab2d23ad72c6b38ef4862b6beb6a9315a2d7493825213e8fa99988b0e8319b156574be7c
7
- data.tar.gz: 2e4d52eb9800a0075a8c3756f621090f3abdc50855c1d0266810fe83c75b50ca830c75f7c87a76d38e1a1789b40d274e8c3974d93f1e1896e742c8f1f7b2c37d
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.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