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 CHANGED
@@ -1,6 +1,12 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 1.3.1 (Sept 26, 2011)
5
+ ---------------------
6
+
7
+ * Require twipsy before popover [stratequip]
8
+
9
+
4
10
  1.3.0 (Sept 25, 2011)
5
11
  ---------------------
6
12
 
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 libraries LESS files.
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
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "1.3.0"
4
+ VERSION = "1.3.1"
5
5
  end
6
6
  end
7
7
  end
@@ -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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 0
10
- version: 1.3.0
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-25 00:00:00 -04:00
18
+ date: 2011-09-26 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency