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: e5ab991aeefb9e0f9f94bd1770a88fff5d261118
4
- data.tar.gz: cdd6fa031c64bac29026a74dc5093362b3fd9bdb
3
+ metadata.gz: 5218c451d4be8bc1e42688ce08af7f87e3cbf16a
4
+ data.tar.gz: 309673d34204fe5db8d44b558afebbd7a7534e0b
5
5
  SHA512:
6
- metadata.gz: c5f457f23fa82daa60321973aa974de4a3feb9f1cc6e2c7115e2ff7fe4370f1f61936cbc1e6fa5330ecfc7ac45b43db876af048d15d4f2a8519d5a903a34a834
7
- data.tar.gz: fe94dda766ccd6c3a6583c2f16ce80241e0232694205a9525615b5f3216a8cfdb02928b51ba0924dbadf2bb69f6fcbe06de9b5f302e52420a108c94ae2c3ec18
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.1"
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
- <%- unless options.cdn? -%>
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
- <%- unless options.cdn? -%>
20
+ <%- if options.cdn == "none" -%>
21
21
  //= require bootstrap
22
22
  <%- end -%>
23
23
  //= require_tree .
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0.1
4
+ version: 3.3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand