less-rails-bootstrap 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
=========
|
3
3
|
|
4
|
-
2.0.
|
4
|
+
2.0.2 - 02/01/2012
|
5
|
+
|
6
|
+
* Change require order for tooltip.js [Rufus Post]
|
7
|
+
|
8
|
+
|
9
|
+
2.0.1 - 01/31/2012
|
5
10
|
|
6
11
|
* Package up Glyphicons and use less-rails' asset-url() helper.
|
7
12
|
|
8
13
|
|
9
|
-
2.0.0 - 01/31/
|
14
|
+
2.0.0 - 01/31/2012
|
10
15
|
|
11
16
|
* Update to Twitter Bootstrap 2.0.0
|
12
17
|
|
@@ -4,9 +4,9 @@
|
|
4
4
|
//= require twitter/bootstrap/collapse.js
|
5
5
|
//= require twitter/bootstrap/dropdown.js
|
6
6
|
//= require twitter/bootstrap/modal.js
|
7
|
+
//= require twitter/bootstrap/tooltip.js
|
7
8
|
//= require twitter/bootstrap/popover.js
|
8
9
|
//= require twitter/bootstrap/scrollspy.js
|
9
10
|
//= require twitter/bootstrap/tab.js
|
10
|
-
//= require twitter/bootstrap/tooltip.js
|
11
11
|
//= require twitter/bootstrap/transition.js
|
12
12
|
//= require twitter/bootstrap/typeahead.js
|
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: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 2
|
10
|
+
version: 2.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ken Collins
|