twbs_less_rails 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 016d9683aeb3c25bcbc2b7870f3ee86b233c89e8
4
- data.tar.gz: b5b97946b22946a71a7563a1a25aa536e2fcba16
3
+ metadata.gz: 7c6eef682bb0fcc0d46058e5be99a6bf596d0b46
4
+ data.tar.gz: 102d31355419e21bb1c9ab1ddebbf52d32de0104
5
5
  SHA512:
6
- metadata.gz: e1ddffbe7640acda16f7d429e2145a8b63758920aa5e7676cdbf1ddf4787c594e74bbef29e63b79abd245dec1eb6b25c631e6fbcd44c5a0a1924cc4a9767d538
7
- data.tar.gz: 4c6d7cb958964f674fdbe364a469c4c33f22d992f023556cf7becac669af53e5ebe3e913a8e765a0b8c2d940330339b80a2b06a6a131a23d4eca3c752d541e45
6
+ metadata.gz: 08911f7762258c26b532cfafd1735946df0119bd7228d685349b612ecc81dfa563354551be42b7da9dc3669005302c24772811d12bb5816be0fbf8f318b58a92
7
+ data.tar.gz: 418437b59f05e5e3d6517faa02b1f8ba4fd02d072f5a7277fcacb0ef7e34000a3bbb4d8c9687da3b0e5a620ec49569c8a957f06bf035f72e0b224088d7dd0687
data/CHANGELOG.md CHANGED
@@ -1,19 +1,24 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 2.3.0
5
+ -----
6
+ * Bootstrap 3.0.1 @ [de271bf612](https://github.com/twbs/bootstrap/tree/de271bf6122d2d43a449518c08d00f9a507af874)
7
+ * FontAwesome 4.0.2 @ [836d4d87e4](https://github.com/FortAwesome/Font-Awesome/tree/836d4d87e459b71932b7d033f6cf34539e6d5b79)
8
+
4
9
  2.2.0
5
10
  -----
6
- * Bootstrap 3.0.1 @ [867e2bef8d](https://github.com/twbs/bootstrap/commit/867e2bef8d9c9b901022899227b306a532f5baf3)
11
+ * Bootstrap 3.0.1 @ [867e2bef8d](https://github.com/twbs/bootstrap/tree/867e2bef8d9c9b901022899227b306a532f5baf3)
7
12
 
8
13
  2.1.0
9
14
  -----
10
- * Bootstrap 3.0.0 @ [30127a4296](https://github.com/twbs/bootstrap/commit/30127a4296476f0b21acac8b919e74806dd5e474)
11
- * FontAwesome 4.0.1 @ [c84c8ab2df](https://github.com/FortAwesome/Font-Awesome/commit/c84c8ab2df8e20b3dc2eb5738a83eb00c20c25d6)
15
+ * Bootstrap 3.0.0 @ [30127a4296](https://github.com/twbs/bootstrap/tree/30127a4296476f0b21acac8b919e74806dd5e474)
16
+ * FontAwesome 4.0.1 @ [c84c8ab2df](https://github.com/FortAwesome/Font-Awesome/tree/c84c8ab2df8e20b3dc2eb5738a83eb00c20c25d6)
12
17
 
13
18
  2.0.0
14
19
  -----
15
- * Bootstrap 3.0.0 @ [eb77241ae2](https://github.com/twbs/bootstrap/commit/eb77241ae2d4b90fccea1707e12caca355a1afce)
16
- * FontAwesome 4.0.0 @ [4e92eeb8ec](https://github.com/FortAwesome/Font-Awesome/commit/4e92eeb8ec7c757b74fc60b6ac8cdef937e0614f)
20
+ * Bootstrap 3.0.0 @ [eb77241ae2](https://github.com/twbs/bootstrap/tree/eb77241ae2d4b90fccea1707e12caca355a1afce)
21
+ * FontAwesome 4.0.0 @ [4e92eeb8ec](https://github.com/FortAwesome/Font-Awesome/tree/4e92eeb8ec7c757b74fc60b6ac8cdef937e0614f)
17
22
 
18
23
  1.0.2
19
24
  -----
@@ -21,6 +26,6 @@ Changelog
21
26
 
22
27
  1.0.0
23
28
  -----
24
- * Bootstrap 3.0.0 @ [32468b087b](https://github.com/twbs/bootstrap/commit/32468b087b615d1ed710f9118ff4f669cc5ad5e8)
25
- * Fontawesome 3.2.1 @ [906345058f](https://github.com/FortAwesome/Font-Awesome/commit/906345058f738c2b931f89754a319ed108e17bd8)
26
- * Respond.js 1.3.0 @ [ad87635f83](https://github.com/scottjehl/Respond/commit/ad87635f83f8b811e1da53c082325a4b35960771)
29
+ * Bootstrap 3.0.0 @ [32468b087b](https://github.com/twbs/bootstrap/tree/32468b087b615d1ed710f9118ff4f669cc5ad5e8)
30
+ * Fontawesome 3.2.1 @ [906345058f](https://github.com/FortAwesome/Font-Awesome/tree/906345058f738c2b931f89754a319ed108e17bd8)
31
+ * Respond.js 1.3.0 @ [ad87635f83](https://github.com/scottjehl/Respond/tree/ad87635f83f8b811e1da53c082325a4b35960771)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twbs_less_rails (2.2.0)
4
+ twbs_less_rails (2.3.0)
5
5
  less-rails
6
6
  rails (>= 3.2.15)
7
7
  therubyracer
@@ -9,25 +9,25 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.0.0)
13
- actionpack (= 4.0.0)
14
- mail (~> 2.5.3)
15
- actionpack (4.0.0)
16
- activesupport (= 4.0.0)
12
+ actionmailer (4.0.1)
13
+ actionpack (= 4.0.1)
14
+ mail (~> 2.5.4)
15
+ actionpack (4.0.1)
16
+ activesupport (= 4.0.1)
17
17
  builder (~> 3.1.0)
18
18
  erubis (~> 2.7.0)
19
19
  rack (~> 1.5.2)
20
20
  rack-test (~> 0.6.2)
21
- activemodel (4.0.0)
22
- activesupport (= 4.0.0)
21
+ activemodel (4.0.1)
22
+ activesupport (= 4.0.1)
23
23
  builder (~> 3.1.0)
24
- activerecord (4.0.0)
25
- activemodel (= 4.0.0)
24
+ activerecord (4.0.1)
25
+ activemodel (= 4.0.1)
26
26
  activerecord-deprecated_finders (~> 1.0.2)
27
- activesupport (= 4.0.0)
27
+ activesupport (= 4.0.1)
28
28
  arel (~> 4.0.0)
29
29
  activerecord-deprecated_finders (1.0.3)
30
- activesupport (4.0.0)
30
+ activesupport (4.0.1)
31
31
  i18n (~> 0.6, >= 0.6.4)
32
32
  minitest (~> 4.2)
33
33
  multi_json (~> 1.3)
@@ -79,17 +79,17 @@ GEM
79
79
  rack (1.5.2)
80
80
  rack-test (0.6.2)
81
81
  rack (>= 1.0)
82
- rails (4.0.0)
83
- actionmailer (= 4.0.0)
84
- actionpack (= 4.0.0)
85
- activerecord (= 4.0.0)
86
- activesupport (= 4.0.0)
82
+ rails (4.0.1)
83
+ actionmailer (= 4.0.1)
84
+ actionpack (= 4.0.1)
85
+ activerecord (= 4.0.1)
86
+ activesupport (= 4.0.1)
87
87
  bundler (>= 1.3.0, < 2.0)
88
- railties (= 4.0.0)
88
+ railties (= 4.0.1)
89
89
  sprockets-rails (~> 2.0.0)
90
- railties (4.0.0)
91
- actionpack (= 4.0.0)
92
- activesupport (= 4.0.0)
90
+ railties (4.0.1)
91
+ actionpack (= 4.0.1)
92
+ activesupport (= 4.0.1)
93
93
  rake (>= 0.8.7)
94
94
  thor (>= 0.18.1, < 2.0)
95
95
  rake (10.1.0)
@@ -280,8 +280,8 @@
280
280
  <glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
281
281
  <glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
282
282
  <glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
283
- <glyph unicode="&#xf116;" horiz-adv-x="1152" d="M896 608v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h224q14 0 23 -9t9 -23zM1024 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 -28 t-28 -68v-704q0 -40 28 -68t68 -28h704q40 0 68 28t28 68zM1152 928v-704q0 -92 -65.5 -158t-158.5 -66h-704q-93 0 -158.5 66t-65.5 158v704q0 93 65.5 158.5t158.5 65.5h704q93 0 158.5 -65.5t65.5 -158.5z" />
284
- <glyph unicode="&#xf117;" horiz-adv-x="1152" d="M928 1152q93 0 158.5 -65.5t65.5 -158.5v-704q0 -92 -65.5 -158t-158.5 -66h-704q-93 0 -158.5 66t-65.5 158v704q0 93 65.5 158.5t158.5 65.5h704zM1024 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 -28t-28 -68v-704q0 -40 28 -68t68 -28h704q40 0 68 28t28 68z M864 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576z" />
283
+ <glyph unicode="&#xf116;" horiz-adv-x="1792" />
284
+ <glyph unicode="&#xf117;" horiz-adv-x="1792" />
285
285
  <glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
286
286
  <glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
287
287
  <glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
@@ -400,7 +400,7 @@
400
400
  <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
401
401
  <glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
402
402
  <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
403
- <glyph unicode="&#xf196;" horiz-adv-x="1792" />
403
+ <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
404
404
  <glyph unicode="&#xf197;" horiz-adv-x="1792" />
405
405
  <glyph unicode="&#xf198;" horiz-adv-x="1792" />
406
406
  <glyph unicode="&#xf199;" horiz-adv-x="1792" />
@@ -1,3 +1,3 @@
1
1
  module TwbsLessRails
2
- VERSION = "2.2.0"
2
+ VERSION = "2.3.0"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.0.0
2
+ * Bootstrap: affix.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#affix
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: alert.js v3.0.0
2
+ * Bootstrap: alert.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#alerts
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: button.js v3.0.0
2
+ * Bootstrap: button.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#buttons
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: carousel.js v3.0.0
2
+ * Bootstrap: carousel.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#carousel
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: collapse.js v3.0.0
2
+ * Bootstrap: collapse.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#collapse
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: dropdown.js v3.0.0
2
+ * Bootstrap: dropdown.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#dropdowns
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: modal.js v3.0.0
2
+ * Bootstrap: modal.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#modals
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: popover.js v3.0.0
2
+ * Bootstrap: popover.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#popovers
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: scrollspy.js v3.0.0
2
+ * Bootstrap: scrollspy.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#scrollspy
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tab.js v3.0.0
2
+ * Bootstrap: tab.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#tabs
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tooltip.js v3.0.0
2
+ * Bootstrap: tooltip.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.0.0
2
+ * Bootstrap: transition.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#transitions
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,27 +1,6 @@
1
1
  /*!
2
- * Font Awesome 4.0.1
3
- * the iconic font designed for Bootstrap
4
- * ------------------------------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation can be
6
- * found at http://fontawesome.io. Stay up to date on Twitter at
7
- * http://twitter.com/fontawesome.
8
- *
9
- * License
10
- * ------------------------------------------------------------------------------
11
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
- * http://scripts.sil.org/OFL
13
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
- * http://opensource.org/licenses/mit-license.html
15
- * - Font Awesome documentation licensed under CC BY 3.0 -
16
- * http://creativecommons.org/licenses/by/3.0/
17
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
- *
20
- * Author - Dave Gandy
21
- * ------------------------------------------------------------------------------
22
- * Email: dave@fontawesome.io
23
- * Twitter: http://twitter.com/davegandy
24
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
2
+ * Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
25
4
  */
26
5
 
27
6
  @import "variables";
@@ -72,7 +72,7 @@
72
72
  .@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; }
73
73
  .@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; }
74
74
  .@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; }
75
- .@{fa-css-prefix}-move:before { content: @fa-var-move; }
75
+ .@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; }
76
76
  .@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; }
77
77
  .@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; }
78
78
  .@{fa-css-prefix}-backward:before { content: @fa-var-backward; }
@@ -101,8 +101,8 @@
101
101
  .@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; }
102
102
  .@{fa-css-prefix}-mail-forward:before,
103
103
  .@{fa-css-prefix}-share:before { content: @fa-var-share; }
104
- .@{fa-css-prefix}-resize-full:before { content: @fa-var-resize-full; }
105
- .@{fa-css-prefix}-resize-small:before { content: @fa-var-resize-small; }
104
+ .@{fa-css-prefix}-expand:before { content: @fa-var-expand; }
105
+ .@{fa-css-prefix}-compress:before { content: @fa-var-compress; }
106
106
  .@{fa-css-prefix}-plus:before { content: @fa-var-plus; }
107
107
  .@{fa-css-prefix}-minus:before { content: @fa-var-minus; }
108
108
  .@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; }
@@ -125,8 +125,8 @@
125
125
  .@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; }
126
126
  .@{fa-css-prefix}-folder:before { content: @fa-var-folder; }
127
127
  .@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; }
128
- .@{fa-css-prefix}-resize-vertical:before { content: @fa-var-resize-vertical; }
129
- .@{fa-css-prefix}-resize-horizontal:before { content: @fa-var-resize-horizontal; }
128
+ .@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; }
129
+ .@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; }
130
130
  .@{fa-css-prefix}-bar-chart-o:before { content: @fa-var-bar-chart-o; }
131
131
  .@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; }
132
132
  .@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; }
@@ -175,8 +175,9 @@
175
175
  .@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; }
176
176
  .@{fa-css-prefix}-filter:before { content: @fa-var-filter; }
177
177
  .@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; }
178
- .@{fa-css-prefix}-fullscreen:before { content: @fa-var-fullscreen; }
179
- .@{fa-css-prefix}-group:before { content: @fa-var-group; }
178
+ .@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; }
179
+ .@{fa-css-prefix}-group:before,
180
+ .@{fa-css-prefix}-users:before { content: @fa-var-users; }
180
181
  .@{fa-css-prefix}-chain:before,
181
182
  .@{fa-css-prefix}-link:before { content: @fa-var-link; }
182
183
  .@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; }
@@ -189,7 +190,7 @@
189
190
  .@{fa-css-prefix}-save:before,
190
191
  .@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; }
191
192
  .@{fa-css-prefix}-square:before { content: @fa-var-square; }
192
- .@{fa-css-prefix}-reorder:before { content: @fa-var-reorder; }
193
+ .@{fa-css-prefix}-bars:before { content: @fa-var-bars; }
193
194
  .@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; }
194
195
  .@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; }
195
196
  .@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; }
@@ -240,8 +241,8 @@
240
241
  .@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
241
242
  .@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
242
243
  .@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }
243
- .@{fa-css-prefix}-building:before { content: @fa-var-building; }
244
- .@{fa-css-prefix}-hospital:before { content: @fa-var-hospital; }
244
+ .@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; }
245
+ .@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; }
245
246
  .@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; }
246
247
  .@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; }
247
248
  .@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; }
@@ -271,8 +272,6 @@
271
272
  .@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
272
273
  .@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; }
273
274
  .@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; }
274
- .@{fa-css-prefix}-expand-o:before { content: @fa-var-expand-o; }
275
- .@{fa-css-prefix}-collapse-o:before { content: @fa-var-collapse-o; }
276
275
  .@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; }
277
276
  .@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; }
278
277
  .@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; }
@@ -313,10 +312,10 @@
313
312
  .@{fa-css-prefix}-html5:before { content: @fa-var-html5; }
314
313
  .@{fa-css-prefix}-css3:before { content: @fa-var-css3; }
315
314
  .@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; }
316
- .@{fa-css-prefix}-unlock-o:before { content: @fa-var-unlock-o; }
315
+ .@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; }
317
316
  .@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; }
318
- .@{fa-css-prefix}-ellipsis-horizontal:before { content: @fa-var-ellipsis-horizontal; }
319
- .@{fa-css-prefix}-ellipsis-vertical:before { content: @fa-var-ellipsis-vertical; }
317
+ .@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; }
318
+ .@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; }
320
319
  .@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; }
321
320
  .@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; }
322
321
  .@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; }
@@ -410,3 +409,4 @@
410
409
  .@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
411
410
  .@{fa-css-prefix}-turkish-lira:before,
412
411
  .@{fa-css-prefix}-try:before { content: @fa-var-try; }
412
+ .@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; }
@@ -2,9 +2,9 @@
2
2
  // --------------------------
3
3
 
4
4
  @fa-font-path: "../fonts";
5
- //@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts"; // for referencing Bootstrap CDN font files directly
5
+ //@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.2/fonts"; // for referencing Bootstrap CDN font files directly
6
6
  @fa-css-prefix: fa;
7
- @fa-version: "4.0.1";
7
+ @fa-version: "4.0.2";
8
8
  @fa-border-color: #eee;
9
9
  @fa-inverse: #fff;
10
10
  @fa-li-width: (30em / 14);
@@ -76,7 +76,7 @@
76
76
  @fa-var-pencil-square-o: "\f044";
77
77
  @fa-var-share-square-o: "\f045";
78
78
  @fa-var-check-square-o: "\f046";
79
- @fa-var-move: "\f047";
79
+ @fa-var-arrows: "\f047";
80
80
  @fa-var-step-backward: "\f048";
81
81
  @fa-var-fast-backward: "\f049";
82
82
  @fa-var-backward: "\f04a";
@@ -104,8 +104,8 @@
104
104
  @fa-var-arrow-up: "\f062";
105
105
  @fa-var-arrow-down: "\f063";
106
106
  @fa-var-share: "\f064";
107
- @fa-var-resize-full: "\f065";
108
- @fa-var-resize-small: "\f066";
107
+ @fa-var-expand: "\f065";
108
+ @fa-var-compress: "\f066";
109
109
  @fa-var-plus: "\f067";
110
110
  @fa-var-minus: "\f068";
111
111
  @fa-var-asterisk: "\f069";
@@ -127,8 +127,8 @@
127
127
  @fa-var-shopping-cart: "\f07a";
128
128
  @fa-var-folder: "\f07b";
129
129
  @fa-var-folder-open: "\f07c";
130
- @fa-var-resize-vertical: "\f07d";
131
- @fa-var-resize-horizontal: "\f07e";
130
+ @fa-var-arrows-v: "\f07d";
131
+ @fa-var-arrows-h: "\f07e";
132
132
  @fa-var-bar-chart-o: "\f080";
133
133
  @fa-var-twitter-square: "\f081";
134
134
  @fa-var-facebook-square: "\f082";
@@ -176,8 +176,8 @@
176
176
  @fa-var-tasks: "\f0ae";
177
177
  @fa-var-filter: "\f0b0";
178
178
  @fa-var-briefcase: "\f0b1";
179
- @fa-var-fullscreen: "\f0b2";
180
- @fa-var-group: "\f0c0";
179
+ @fa-var-arrows-alt: "\f0b2";
180
+ @fa-var-users: "\f0c0";
181
181
  @fa-var-link: "\f0c1";
182
182
  @fa-var-cloud: "\f0c2";
183
183
  @fa-var-flask: "\f0c3";
@@ -186,7 +186,7 @@
186
186
  @fa-var-paperclip: "\f0c6";
187
187
  @fa-var-floppy-o: "\f0c7";
188
188
  @fa-var-square: "\f0c8";
189
- @fa-var-reorder: "\f0c9";
189
+ @fa-var-bars: "\f0c9";
190
190
  @fa-var-list-ul: "\f0ca";
191
191
  @fa-var-list-ol: "\f0cb";
192
192
  @fa-var-strikethrough: "\f0cc";
@@ -229,8 +229,8 @@
229
229
  @fa-var-coffee: "\f0f4";
230
230
  @fa-var-cutlery: "\f0f5";
231
231
  @fa-var-file-text-o: "\f0f6";
232
- @fa-var-building: "\f0f7";
233
- @fa-var-hospital: "\f0f8";
232
+ @fa-var-building-o: "\f0f7";
233
+ @fa-var-hospital-o: "\f0f8";
234
234
  @fa-var-ambulance: "\f0f9";
235
235
  @fa-var-medkit: "\f0fa";
236
236
  @fa-var-fighter-jet: "\f0fb";
@@ -258,8 +258,6 @@
258
258
  @fa-var-github-alt: "\f113";
259
259
  @fa-var-folder-o: "\f114";
260
260
  @fa-var-folder-open-o: "\f115";
261
- @fa-var-expand-o: "\f116";
262
- @fa-var-collapse-o: "\f117";
263
261
  @fa-var-smile-o: "\f118";
264
262
  @fa-var-frown-o: "\f119";
265
263
  @fa-var-meh-o: "\f11a";
@@ -297,10 +295,10 @@
297
295
  @fa-var-html5: "\f13b";
298
296
  @fa-var-css3: "\f13c";
299
297
  @fa-var-anchor: "\f13d";
300
- @fa-var-unlock-o: "\f13e";
298
+ @fa-var-unlock-alt: "\f13e";
301
299
  @fa-var-bullseye: "\f140";
302
- @fa-var-ellipsis-horizontal: "\f141";
303
- @fa-var-ellipsis-vertical: "\f142";
300
+ @fa-var-ellipsis-h: "\f141";
301
+ @fa-var-ellipsis-v: "\f142";
304
302
  @fa-var-rss-square: "\f143";
305
303
  @fa-var-play-circle: "\f144";
306
304
  @fa-var-ticket: "\f145";
@@ -379,4 +377,5 @@
379
377
  @fa-var-wheelchair: "\f193";
380
378
  @fa-var-vimeo-square: "\f194";
381
379
  @fa-var-try: "\f195";
380
+ @fa-var-plus-square-o: "\f196";
382
381
 
@@ -92,14 +92,6 @@ output {
92
92
  vertical-align: middle;
93
93
  }
94
94
 
95
- // Placeholder
96
- //
97
- // Placeholder text gets special styles because when browsers invalidate entire
98
- // lines if it doesn't understand a selector/
99
- .form-control {
100
- .placeholder();
101
- }
102
-
103
95
 
104
96
  // Common form controls
105
97
  //
@@ -142,6 +134,12 @@ output {
142
134
  // Customize the `:focus` state to imitate native WebKit styles.
143
135
  .form-control-focus();
144
136
 
137
+ // Placeholder
138
+ //
139
+ // Placeholder text gets special styles because when browsers invalidate entire
140
+ // lines if it doesn't understand a selector/
141
+ .placeholder();
142
+
145
143
  // Disabled and read-only inputs
146
144
  // Note: HTML5 says that controls under a fieldset > legend:first-child won't
147
145
  // be disabled if the fieldset is disabled. Due to implementation difficulty,
@@ -96,7 +96,7 @@
96
96
  border-bottom: 1px solid transparent;
97
97
  .border-top-radius(@panel-border-radius - 1);
98
98
 
99
- & > .dropdown .dropdown-toggle {
99
+ > .dropdown .dropdown-toggle {
100
100
  color: inherit;
101
101
  }
102
102
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_less_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-30 00:00:00.000000000 Z
11
+ date: 2013-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails