bootswatch_rails 3.3.0.1 → 3.3.0.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5218c451d4be8bc1e42688ce08af7f87e3cbf16a
|
|
4
|
+
data.tar.gz: 309673d34204fe5db8d44b558afebbd7a7534e0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c7e2c7904bdb9d72504b186689b115f1b8bcc167b090cf1cd8618a1cb257086420328f812a15a956310f6d90459386c244354db0bdfc46025d50c9e9a2b9a35
|
|
7
|
+
data.tar.gz: 1b0005703635f3106604e5f625871727b1c5f4e4d50276c7bbf66f6109bd48d38fc50cd8771d568d136113df05082ed103f51577274dd56a90b053ebc2357b8e
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module BootswatchRails
|
|
2
2
|
BOOTSTRAP = "3.3.0"
|
|
3
3
|
FONT_AWESOME = "4.2.0"
|
|
4
|
-
VERSION = "3.3.0.
|
|
4
|
+
VERSION = "3.3.0.2"
|
|
5
5
|
|
|
6
6
|
THEMES = [:cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
|
|
7
7
|
DEFAULT = 0
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
|
|
11
11
|
// about supported directives.
|
|
12
12
|
//
|
|
13
|
-
<%-
|
|
13
|
+
<%- if options.cdn == "none" -%>
|
|
14
14
|
//= require jquery
|
|
15
15
|
<%- if options.ui? -%>
|
|
16
16
|
//= require jquery-ui
|
|
17
17
|
<%- end -%>
|
|
18
18
|
<%- end -%>
|
|
19
19
|
//= require jquery_ujs
|
|
20
|
-
<%-
|
|
20
|
+
<%- if options.cdn == "none" -%>
|
|
21
21
|
//= require bootstrap
|
|
22
22
|
<%- end -%>
|
|
23
23
|
//= require_tree .
|