docs-cambiocds-com-jekyll-theme 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +48 -48
  4. data/_layouts/default.html +96 -100
  5. data/assets/css/asciidoctor.css +397 -397
  6. data/assets/css/coderay.css +89 -89
  7. data/assets/css/custom.css +32 -0
  8. data/assets/css/font-awesome.css +1801 -1801
  9. data/assets/css/font-awesome.min.css +3 -3
  10. data/assets/css/foundation.css +8545 -8545
  11. data/assets/css/foundation.min.css +8331 -8331
  12. data/assets/css/normalize.css +427 -427
  13. data/assets/js/foundation.min.js +6069 -6069
  14. data/assets/js/foundation/foundation.abide.js +325 -325
  15. data/assets/js/foundation/foundation.accordion.js +71 -71
  16. data/assets/js/foundation/foundation.alert.js +46 -46
  17. data/assets/js/foundation/foundation.clearing.js +573 -573
  18. data/assets/js/foundation/foundation.dropdown.js +444 -444
  19. data/assets/js/foundation/foundation.equalizer.js +77 -77
  20. data/assets/js/foundation/foundation.interchange.js +349 -349
  21. data/assets/js/foundation/foundation.joyride.js +939 -939
  22. data/assets/js/foundation/foundation.js +691 -691
  23. data/assets/js/foundation/foundation.magellan.js +199 -199
  24. data/assets/js/foundation/foundation.offcanvas.js +154 -154
  25. data/assets/js/foundation/foundation.orbit.js +512 -512
  26. data/assets/js/foundation/foundation.reveal.js +455 -455
  27. data/assets/js/foundation/foundation.slider.js +268 -268
  28. data/assets/js/foundation/foundation.tab.js +221 -221
  29. data/assets/js/foundation/foundation.tooltip.js +301 -301
  30. data/assets/js/foundation/foundation.topbar.js +444 -444
  31. data/assets/js/toc.js +82 -82
  32. data/assets/js/vendor/fastclick.js +169 -169
  33. data/assets/js/vendor/jquery.cookie.js +57 -57
  34. data/assets/js/vendor/jquery.js +2339 -2339
  35. data/assets/js/vendor/modernizr.js +304 -304
  36. data/assets/js/vendor/placeholder.js +75 -75
  37. metadata +12 -11
@@ -1,75 +1,75 @@
1
- /*! http://mths.be/placeholder v2.0.8 by @mathias */
2
- !function (a, b, c) {
3
- function d(a) {
4
- var b = {}, d = /^jQuery\d+$/;
5
- return c.each(a.attributes, function (a, c) {
6
- c.specified && !d.test(c.name) && (b[c.name] = c.value)
7
- }), b
8
- }
9
-
10
- function e(a, b) {
11
- var d = this, e = c(d);
12
- if (d.value == e.attr("placeholder") && e.hasClass("placeholder"))if (e.data("placeholder-password")) {
13
- if (e = e.hide().next().show().attr("id", e.removeAttr("id").data("placeholder-id")), a === !0)return e[0].value = b;
14
- e.focus()
15
- } else d.value = "", e.removeClass("placeholder"), d == g() && d.select()
16
- }
17
-
18
- function f() {
19
- var a, b = this, f = c(b), g = this.id;
20
- if ("" == b.value) {
21
- if ("password" == b.type) {
22
- if (!f.data("placeholder-textinput")) {
23
- try {
24
- a = f.clone().attr({type: "text"})
25
- } catch (h) {
26
- a = c("<input>").attr(c.extend(d(this), {type: "text"}))
27
- }
28
- a.removeAttr("name").data({
29
- "placeholder-password": f,
30
- "placeholder-id": g
31
- }).bind("focus.placeholder", e), f.data({"placeholder-textinput": a, "placeholder-id": g}).before(a)
32
- }
33
- f = f.removeAttr("id").hide().prev().attr("id", g).show()
34
- }
35
- f.addClass("placeholder"), f[0].value = f.attr("placeholder")
36
- } else f.removeClass("placeholder")
37
- }
38
-
39
- function g() {
40
- try {
41
- return b.activeElement
42
- } catch (a) {
43
- }
44
- }
45
-
46
- var h, i, j = "[object OperaMini]" == Object.prototype.toString.call(a.operamini), k = "placeholder"in b.createElement("input") && !j, l = "placeholder"in b.createElement("textarea") && !j, m = c.fn, n = c.valHooks, o = c.propHooks;
47
- k && l ? (i = m.placeholder = function () {
48
- return this
49
- }, i.input = i.textarea = !0) : (i = m.placeholder = function () {
50
- var a = this;
51
- return a.filter((k ? "textarea" : ":input") + "[placeholder]").not(".placeholder").bind({
52
- "focus.placeholder": e,
53
- "blur.placeholder": f
54
- }).data("placeholder-enabled", !0).trigger("blur.placeholder"), a
55
- }, i.input = k, i.textarea = l, h = {
56
- get: function (a) {
57
- var b = c(a), d = b.data("placeholder-password");
58
- return d ? d[0].value : b.data("placeholder-enabled") && b.hasClass("placeholder") ? "" : a.value
59
- }, set: function (a, b) {
60
- var d = c(a), h = d.data("placeholder-password");
61
- return h ? h[0].value = b : d.data("placeholder-enabled") ? ("" == b ? (a.value = b, a != g() && f.call(a)) : d.hasClass("placeholder") ? e.call(a, !0, b) || (a.value = b) : a.value = b, d) : a.value = b
62
- }
63
- }, k || (n.input = h, o.value = h), l || (n.textarea = h, o.value = h), c(function () {
64
- c(b).delegate("form", "submit.placeholder", function () {
65
- var a = c(".placeholder", this).each(e);
66
- setTimeout(function () {
67
- a.each(f)
68
- }, 10)
69
- })
70
- }), c(a).bind("beforeunload.placeholder", function () {
71
- c(".placeholder").each(function () {
72
- this.value = ""
73
- })
74
- }))
75
- }(this, document, jQuery);
1
+ /*! http://mths.be/placeholder v2.0.8 by @mathias */
2
+ !function (a, b, c) {
3
+ function d(a) {
4
+ var b = {}, d = /^jQuery\d+$/;
5
+ return c.each(a.attributes, function (a, c) {
6
+ c.specified && !d.test(c.name) && (b[c.name] = c.value)
7
+ }), b
8
+ }
9
+
10
+ function e(a, b) {
11
+ var d = this, e = c(d);
12
+ if (d.value == e.attr("placeholder") && e.hasClass("placeholder"))if (e.data("placeholder-password")) {
13
+ if (e = e.hide().next().show().attr("id", e.removeAttr("id").data("placeholder-id")), a === !0)return e[0].value = b;
14
+ e.focus()
15
+ } else d.value = "", e.removeClass("placeholder"), d == g() && d.select()
16
+ }
17
+
18
+ function f() {
19
+ var a, b = this, f = c(b), g = this.id;
20
+ if ("" == b.value) {
21
+ if ("password" == b.type) {
22
+ if (!f.data("placeholder-textinput")) {
23
+ try {
24
+ a = f.clone().attr({type: "text"})
25
+ } catch (h) {
26
+ a = c("<input>").attr(c.extend(d(this), {type: "text"}))
27
+ }
28
+ a.removeAttr("name").data({
29
+ "placeholder-password": f,
30
+ "placeholder-id": g
31
+ }).bind("focus.placeholder", e), f.data({"placeholder-textinput": a, "placeholder-id": g}).before(a)
32
+ }
33
+ f = f.removeAttr("id").hide().prev().attr("id", g).show()
34
+ }
35
+ f.addClass("placeholder"), f[0].value = f.attr("placeholder")
36
+ } else f.removeClass("placeholder")
37
+ }
38
+
39
+ function g() {
40
+ try {
41
+ return b.activeElement
42
+ } catch (a) {
43
+ }
44
+ }
45
+
46
+ var h, i, j = "[object OperaMini]" == Object.prototype.toString.call(a.operamini), k = "placeholder"in b.createElement("input") && !j, l = "placeholder"in b.createElement("textarea") && !j, m = c.fn, n = c.valHooks, o = c.propHooks;
47
+ k && l ? (i = m.placeholder = function () {
48
+ return this
49
+ }, i.input = i.textarea = !0) : (i = m.placeholder = function () {
50
+ var a = this;
51
+ return a.filter((k ? "textarea" : ":input") + "[placeholder]").not(".placeholder").bind({
52
+ "focus.placeholder": e,
53
+ "blur.placeholder": f
54
+ }).data("placeholder-enabled", !0).trigger("blur.placeholder"), a
55
+ }, i.input = k, i.textarea = l, h = {
56
+ get: function (a) {
57
+ var b = c(a), d = b.data("placeholder-password");
58
+ return d ? d[0].value : b.data("placeholder-enabled") && b.hasClass("placeholder") ? "" : a.value
59
+ }, set: function (a, b) {
60
+ var d = c(a), h = d.data("placeholder-password");
61
+ return h ? h[0].value = b : d.data("placeholder-enabled") ? ("" == b ? (a.value = b, a != g() && f.call(a)) : d.hasClass("placeholder") ? e.call(a, !0, b) || (a.value = b) : a.value = b, d) : a.value = b
62
+ }
63
+ }, k || (n.input = h, o.value = h), l || (n.textarea = h, o.value = h), c(function () {
64
+ c(b).delegate("form", "submit.placeholder", function () {
65
+ var a = c(".placeholder", this).each(e);
66
+ setTimeout(function () {
67
+ a.each(f)
68
+ }, 10)
69
+ })
70
+ }), c(a).bind("beforeunload.placeholder", function () {
71
+ c(".placeholder").each(function () {
72
+ this.value = ""
73
+ })
74
+ }))
75
+ }(this, document, jQuery);
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docs-cambiocds-com-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MIG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2018-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.12'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.12'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '10.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
55
  description: Simple Cambio CDS Jekyll theme
@@ -64,6 +64,7 @@ files:
64
64
  - _layouts/default.html
65
65
  - assets/css/asciidoctor.css
66
66
  - assets/css/coderay.css
67
+ - assets/css/custom.css
67
68
  - assets/css/font-awesome.css
68
69
  - assets/css/font-awesome.min.css
69
70
  - assets/css/foundation.css
@@ -105,17 +106,17 @@ require_paths:
105
106
  - lib
106
107
  required_ruby_version: !ruby/object:Gem::Requirement
107
108
  requirements:
108
- - - '>='
109
+ - - ">="
109
110
  - !ruby/object:Gem::Version
110
111
  version: '0'
111
112
  required_rubygems_version: !ruby/object:Gem::Requirement
112
113
  requirements:
113
- - - '>='
114
+ - - ">="
114
115
  - !ruby/object:Gem::Version
115
116
  version: '0'
116
117
  requirements: []
117
118
  rubyforge_project:
118
- rubygems_version: 2.0.14.1
119
+ rubygems_version: 2.5.2
119
120
  signing_key:
120
121
  specification_version: 4
121
122
  summary: Cambio CDS Jekyll theme