j1-template 2021.0.1 → 2021.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/quicklinks.html +2 -2
  3. data/assets/themes/j1/adapter/js/j1.js +28 -7
  4. data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -21
  5. data/assets/themes/j1/modules/lightbox/LICENSE +22 -22
  6. data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -21
  7. data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -21
  8. data/exe/j1 +2 -0
  9. data/lib/j1/commands/generate.rb +47 -47
  10. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  11. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  12. data/lib/j1/utils/exec.rb +1 -1
  13. data/lib/j1/version.rb +1 -1
  14. data/lib/j1_app/j1_auth_manager/commands.rb +1 -1
  15. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  16. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  17. data/lib/starter_web/Gemfile +18 -8
  18. data/lib/starter_web/_config.yml +2 -2
  19. data/lib/starter_web/_data/modules/defaults/authentication.yml +44 -42
  20. data/lib/starter_web/_data/modules/themer.yml +0 -95
  21. data/lib/starter_web/_data/resources.yml +2 -2
  22. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  23. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -19
  24. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -45
  25. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -46
  26. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  27. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +632 -632
  28. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +648 -648
  29. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +198 -198
  30. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +1 -0
  31. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/unsplash-badge.asciidoc +31 -31
  32. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/100-docker-using-shared-folders.asciidoc +430 -430
  33. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +47 -48
  34. data/lib/starter_web/config.ru +23 -24
  35. data/lib/starter_web/dot.nojekyll +19 -19
  36. data/lib/starter_web/package.json +46 -40
  37. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/300_first_awesome_web.asciidoc +11 -12
  38. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +47 -48
  39. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +1 -0
  40. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +236 -236
  41. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +14 -14
  42. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +11 -11
  43. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +11 -11
  44. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +11 -11
  45. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +11 -11
  46. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +11 -11
  47. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +11 -11
  48. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +11 -11
  49. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +11 -11
  50. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +50 -55
  51. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -19
  52. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  53. data/lib/starter_web/utilsrv/package.json +1 -1
  54. metadata +31 -31
  55. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb.kapott +0 -234
  56. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.new.erb +0 -297
  57. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -151
  58. data/lib/starter_web/_data/modules/jekyll_search.yml +0 -33
@@ -1,14 +1,14 @@
1
- // === Bottom Info
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button"
8
- class="btn btn-primary btn-raised"
9
- data-toggle="modal"
10
- data-target="#frameModalBottomSuccessDemo">
11
- Launch Example
12
- </button>
13
- </div>
14
- ++++
1
+ // === Bottom Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button"
8
+ class="btn btn-primary btn-raised"
9
+ data-toggle="modal"
10
+ data-target="#frameModalBottomSuccessDemo">
11
+ Launch Example
12
+ </button>
13
+ </div>
14
+ ++++
@@ -1,11 +1,11 @@
1
- // === Bottom Left Warning
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBLWarningDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Bottom Left Warning
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBLWarningDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,11 +1,11 @@
1
- // === Bottom Right Danger
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBRDangerDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Bottom Right Danger
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBRDangerDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,11 +1,11 @@
1
- // === Central Success
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#centralModalSuccessDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Central Success
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#centralModalSuccessDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,11 +1,11 @@
1
- // === Full Height Left Info
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalLeftInfoDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Full Height Left Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalLeftInfoDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,11 +1,11 @@
1
- // === Full Height Right Success
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalRightSuccessDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Full Height Right Success
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalRightSuccessDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,11 +1,11 @@
1
- // === Top Info
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#frameModalTopInfoDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Top Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#frameModalTopInfoDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,11 +1,11 @@
1
- // === Top Left Info
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalTLInfoDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Top Left Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalTLInfoDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,11 +1,11 @@
1
- // === Top Right Success
2
- // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
-
4
- ++++
5
- <div class="ml-2">
6
- <!-- Button trigger modal -->
7
- <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalTRSuccessDemo">
8
- Launch Example
9
- </button>
10
- </div>
11
- ++++
1
+ // === Top Right Success
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalTRSuccessDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -1,55 +1,50 @@
1
- To make this site work properly, we sometimes place small data files
2
- called cookies on your device. Most big websites do this too.
3
-
4
- What are cookies?
5
- A cookie is a small text file that a website saves on your computer or
6
- mobile device when you visit the site. It enables the website to remember
7
- your actions and preferences (such as login, language, font size and other
8
- display preferences) over a period of time, so you don't have to keep
9
- re-entering them whenever you come back to the site or browse from one page to another.
10
-
11
- How do we use cookies?
12
-
13
- A number of our pages use cookies to remember:
14
-
15
- * your display preferences, such as contrast color settings or font size
16
- * if you have already replied to a survey pop-up that asks you if the
17
- content was helpful or not (so you won't be asked again)
18
- * if you have agreed (or not) to our use of cookies on this site
19
-
20
- Also, some videos embedded in our pages use a cookie to anonymously gather
21
- statistics on how you got there and what videos you visited.
22
-
23
- Cookies are also stored by Europa Analytics, the corporate service which
24
- measures the effectiveness and efficiency of the European Commission's
25
- websites on EUROPA.
26
-
27
- Enabling these cookies is not strictly necessary for the website to work
28
- but it will provide you with a better browsing experience. You can delete
29
- or block these cookies, but if you do that some features of this site may
30
- not work as intended.
31
-
32
- The cookie-related information is not used to identify you personally and
33
- the pattern data is fully under our control. These cookies are not used
34
- for any purpose other than those described here.
35
-
36
- Do we use other cookies?
37
-
38
- Some of our pages or subsites may use additional or different cookies to
39
- the ones described above. If so, the details of these will be provided
40
- in their specific cookies notice page. You may be asked for your agreement
41
- to store these cookies.
42
-
43
- How to control cookies
44
-
45
- You can control and/or delete cookies as you wish - for details, see
46
- link:{http://www.aboutcookies.org/}[aboutcookies.org]. You can delete
47
- all cookies that are already on your computer and you can set most browsers
48
- to prevent them from being placed. If you do this, however, you may have to
49
- manually adjust some preferences every time you visit a site and some services
50
- and functionalities may not work.
51
-
52
-
53
-
54
-
55
-
1
+ To make this site work properly, we sometimes place small data files
2
+ called cookies on your device. Most big websites do this too.
3
+
4
+ What are cookies?
5
+ A cookie is a small text file that a website saves on your computer or
6
+ mobile device when you visit the site. It enables the website to remember
7
+ your actions and preferences (such as login, language, font size and other
8
+ display preferences) over a period of time, so you don't have to keep
9
+ re-entering them whenever you come back to the site or browse from one page to another.
10
+
11
+ How do we use cookies?
12
+
13
+ A number of our pages use cookies to remember:
14
+
15
+ * your display preferences, such as contrast color settings or font size
16
+ * if you have already replied to a survey pop-up that asks you if the
17
+ content was helpful or not (so you won't be asked again)
18
+ * if you have agreed (or not) to our use of cookies on this site
19
+
20
+ Also, some videos embedded in our pages use a cookie to anonymously gather
21
+ statistics on how you got there and what videos you visited.
22
+
23
+ Cookies are also stored by Europa Analytics, the corporate service which
24
+ measures the effectiveness and efficiency of the European Commission's
25
+ websites on EUROPA.
26
+
27
+ Enabling these cookies is not strictly necessary for the website to work
28
+ but it will provide you with a better browsing experience. You can delete
29
+ or block these cookies, but if you do that some features of this site may
30
+ not work as intended.
31
+
32
+ The cookie-related information is not used to identify you personally and
33
+ the pattern data is fully under our control. These cookies are not used
34
+ for any purpose other than those described here.
35
+
36
+ Do we use other cookies?
37
+
38
+ Some of our pages or subsites may use additional or different cookies to
39
+ the ones described above. If so, the details of these will be provided
40
+ in their specific cookies notice page. You may be asked for your agreement
41
+ to store these cookies.
42
+
43
+ How to control cookies
44
+
45
+ You can control and/or delete cookies as you wish - for details, see
46
+ link:{http://www.aboutcookies.org/}[aboutcookies.org]. You can delete
47
+ all cookies that are already on your computer and you can set most browsers
48
+ to prevent them from being placed. If you do this, however, you may have to
49
+ manually adjust some preferences every time you visit a site and some services
50
+ and functionalities may not work.
@@ -1,19 +1,19 @@
1
- Copyright (C) [year] [full name]
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
1
+ Copyright (C) [year] [full name]
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2021.0.1",
4
+ "version": "2021.0.2",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2021.0.1",
4
+ "version": "2021.0.2",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2021.0.1
4
+ version: 2021.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-03 00:00:00.000000000 Z
11
+ date: 2021-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -20,7 +20,7 @@ dependencies:
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '5.0'
23
- type: :development
23
+ type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
@@ -31,47 +31,47 @@ dependencies:
31
31
  - !ruby/object:Gem::Version
32
32
  version: '5.0'
33
33
  - !ruby/object:Gem::Dependency
34
- name: colorator
34
+ name: pathutil
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.0'
40
- type: :development
39
+ version: '0.16'
40
+ type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.0'
46
+ version: '0.16'
47
47
  - !ruby/object:Gem::Dependency
48
- name: dotenv
48
+ name: mercenary
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '2.0'
54
- type: :development
53
+ version: '0.4'
54
+ type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '2.0'
60
+ version: '0.4'
61
61
  - !ruby/object:Gem::Dependency
62
- name: mercenary
62
+ name: colorator
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0.3'
68
- type: :development
67
+ version: '1.0'
68
+ type: :runtime
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '0.3'
74
+ version: '1.0'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: log4r
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ dependencies:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: 1.1.10
85
- type: :development
85
+ type: :runtime
86
86
  prerelease: false
87
87
  version_requirements: !ruby/object:Gem::Requirement
88
88
  requirements:
@@ -102,7 +102,7 @@ dependencies:
102
102
  - - ">="
103
103
  - !ruby/object:Gem::Version
104
104
  version: 2.3.8
105
- type: :development
105
+ type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
@@ -119,7 +119,7 @@ dependencies:
119
119
  - - "~>"
120
120
  - !ruby/object:Gem::Version
121
121
  version: '2.0'
122
- type: :development
122
+ type: :runtime
123
123
  prerelease: false
124
124
  version_requirements: !ruby/object:Gem::Requirement
125
125
  requirements:
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: 2.0.8
139
- type: :development
139
+ type: :runtime
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
142
142
  requirements:
@@ -153,7 +153,7 @@ dependencies:
153
153
  - - "~>"
154
154
  - !ruby/object:Gem::Version
155
155
  version: '2.0'
156
- type: :development
156
+ type: :runtime
157
157
  prerelease: false
158
158
  version_requirements: !ruby/object:Gem::Requirement
159
159
  requirements:
@@ -167,7 +167,7 @@ dependencies:
167
167
  - - "~>"
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0.2'
170
- type: :development
170
+ type: :runtime
171
171
  prerelease: false
172
172
  version_requirements: !ruby/object:Gem::Requirement
173
173
  requirements:
@@ -181,7 +181,7 @@ dependencies:
181
181
  - - "~>"
182
182
  - !ruby/object:Gem::Version
183
183
  version: '2.0'
184
- type: :development
184
+ type: :runtime
185
185
  prerelease: false
186
186
  version_requirements: !ruby/object:Gem::Requirement
187
187
  requirements:
@@ -195,7 +195,7 @@ dependencies:
195
195
  - - "~>"
196
196
  - !ruby/object:Gem::Version
197
197
  version: '1.3'
198
- type: :development
198
+ type: :runtime
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
201
201
  requirements:
@@ -209,7 +209,7 @@ dependencies:
209
209
  - - "~>"
210
210
  - !ruby/object:Gem::Version
211
211
  version: '1.4'
212
- type: :development
212
+ type: :runtime
213
213
  prerelease: false
214
214
  version_requirements: !ruby/object:Gem::Requirement
215
215
  requirements:
@@ -223,7 +223,7 @@ dependencies:
223
223
  - - "~>"
224
224
  - !ruby/object:Gem::Version
225
225
  version: '2.0'
226
- type: :development
226
+ type: :runtime
227
227
  prerelease: false
228
228
  version_requirements: !ruby/object:Gem::Requirement
229
229
  requirements:
@@ -237,7 +237,7 @@ dependencies:
237
237
  - - "~>"
238
238
  - !ruby/object:Gem::Version
239
239
  version: '1.2'
240
- type: :development
240
+ type: :runtime
241
241
  prerelease: false
242
242
  version_requirements: !ruby/object:Gem::Requirement
243
243
  requirements:
@@ -251,7 +251,7 @@ dependencies:
251
251
  - - "~>"
252
252
  - !ruby/object:Gem::Version
253
253
  version: '0.8'
254
- type: :development
254
+ type: :runtime
255
255
  prerelease: false
256
256
  version_requirements: !ruby/object:Gem::Requirement
257
257
  requirements:
@@ -793,6 +793,8 @@ files:
793
793
  - lib/j1/external.rb
794
794
  - lib/j1/log_adapter.rb
795
795
  - lib/j1/log_helper.rb
796
+ - lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so
797
+ - lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so
796
798
  - lib/j1/templates/posts/0000-00-00-welcome-to-j1-template.adoc.erb
797
799
  - lib/j1/utils.rb
798
800
  - lib/j1/utils/ansi.rb
@@ -812,8 +814,6 @@ files:
812
814
  - lib/j1_app/j1_auth_manager/helpers_patreon.rb
813
815
  - lib/j1_app/j1_auth_manager/helpers_twitter.rb
814
816
  - lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb
815
- - lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb.kapott
816
- - lib/j1_app/j1_auth_manager/views/auth_manager_ui.new.erb
817
817
  - lib/j1_app/j1_auth_manager/warden_omniauth.rb
818
818
  - lib/j1_app/j1_site_manager/static_site.rb
819
819
  - lib/j1_app/log4r/yamlconfigurator.rb
@@ -825,6 +825,8 @@ files:
825
825
  - lib/j1_app/omniauth/strategies/twitter.rb
826
826
  - lib/j1_app/sinatra/extras/cookies.rb
827
827
  - lib/j1_app/sinatra/extras/index.rb
828
+ - lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so
829
+ - lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so
828
830
  - lib/starter_web/Gemfile
829
831
  - lib/starter_web/_config.yml
830
832
  - lib/starter_web/_data/_defaults/categories.yml
@@ -871,7 +873,6 @@ files:
871
873
  - lib/starter_web/_data/modules/defaults/cookiebar.yml
872
874
  - lib/starter_web/_data/modules/defaults/fam.yml
873
875
  - lib/starter_web/_data/modules/defaults/framer.yml
874
- - lib/starter_web/_data/modules/defaults/jekyll_search.yml
875
876
  - lib/starter_web/_data/modules/defaults/log4javascript.yml
876
877
  - lib/starter_web/_data/modules/defaults/log4r.yml
877
878
  - lib/starter_web/_data/modules/defaults/lunr_search.yml
@@ -880,7 +881,6 @@ files:
880
881
  - lib/starter_web/_data/modules/defaults/toccer.yml
881
882
  - lib/starter_web/_data/modules/fam.yml
882
883
  - lib/starter_web/_data/modules/framer.yml
883
- - lib/starter_web/_data/modules/jekyll_search.yml
884
884
  - lib/starter_web/_data/modules/log4javascript.yml
885
885
  - lib/starter_web/_data/modules/log4r.yml
886
886
  - lib/starter_web/_data/modules/lunr_search.yml