twbs_less_rails 2.3.0 → 2.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a393241c768f8b46e4ba491a28b2f72781417f4
|
4
|
+
data.tar.gz: 46323f234fc2451c1724b337f6d79dcaff569904
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b489ff71cacaebdfbae247c3dd4a4b17d142fa0fed2af4f34992a721a269f9859744ad0f651a183d6f7657db6dd06384e07e5e279aefa200acb006e0b5a39f8
|
7
|
+
data.tar.gz: 7ffbbebfa697accf16cdb526b6c040ac4def56f373ef7c605921245348a0554921b656e903473d24c57397c3f3ff635103ac70c3529792496c2e219e7b45e338
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Changelog
|
2
2
|
=========
|
3
3
|
|
4
|
+
2.4.0
|
5
|
+
-----
|
6
|
+
* Bootstrap 3.0.1 @ [13b96677ba](https://github.com/twbs/bootstrap/tree/13b96677bacf3de360a762d11ad0e0007f0710da)
|
7
|
+
* FontAwesome 4.0.3 @ [0373b63c16](https://github.com/FortAwesome/Font-Awesome/tree/0373b63c16d7aa31b6715c3f81a98a2ffb9f40a6)
|
8
|
+
|
4
9
|
2.3.0
|
5
10
|
-----
|
6
11
|
* Bootstrap 3.0.1 @ [de271bf612](https://github.com/twbs/bootstrap/tree/de271bf6122d2d43a449518c08d00f9a507af874)
|
data/Gemfile.lock
CHANGED
@@ -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.
|
5
|
+
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts"; // for referencing Bootstrap CDN font files directly
|
6
6
|
@fa-css-prefix: fa;
|
7
|
-
@fa-version: "4.0.
|
7
|
+
@fa-version: "4.0.3";
|
8
8
|
@fa-border-color: #eee;
|
9
9
|
@fa-inverse: #fff;
|
10
10
|
@fa-li-width: (30em / 14);
|
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.
|
4
|
+
version: 2.4.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-11-
|
11
|
+
date: 2013-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|