less-rails-bootstrap 1.3.0 → 1.3.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.
- data/CHANGELOG.md +6 -0
- data/README.md +2 -2
- data/lib/less/rails/bootstrap/version.rb +1 -1
- data/vendor/assets/javascripts/twitter/bootstrap.js +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The less-rails-bootstrap project hooks into less-rails (https://github.com/metas
|
|
|
7
7
|
|
|
8
8
|
* Assets are namespaced in twitter/bootstrap to avoid asset conflicts.
|
|
9
9
|
* Top level requires to get all stylesheets or javascripts.
|
|
10
|
-
*
|
|
10
|
+
* Ability to import or require individually namespaced stylesheets or javascripts.
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
## Versioning
|
|
@@ -27,7 +27,7 @@ gem 'less-rails-bootstrap', '1.3.0'
|
|
|
27
27
|
|
|
28
28
|
## Usage
|
|
29
29
|
|
|
30
|
-
The easiest way to use Twitter Bootstrap is require it in your `application.css` file. Doing so will compile the
|
|
30
|
+
The easiest way to use Twitter Bootstrap is require it in your `application.css` file. Doing so will compile the complete LESS libraries files for Bootstrap.
|
|
31
31
|
|
|
32
32
|
```css
|
|
33
33
|
/*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//= require twitter/bootstrap/alerts
|
|
2
2
|
//= require twitter/bootstrap/dropdown
|
|
3
3
|
//= require twitter/bootstrap/modal
|
|
4
|
+
//= require twitter/bootstrap/twipsy
|
|
4
5
|
//= require twitter/bootstrap/popover
|
|
5
6
|
//= require twitter/bootstrap/scrollspy
|
|
6
7
|
//= require twitter/bootstrap/tabs
|
|
7
|
-
//= require twitter/bootstrap/twipsy
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: less-rails-bootstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.3.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ken Collins
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-09-
|
|
18
|
+
date: 2011-09-26 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|