j1-template 2024.3.14 → 2024.3.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/amplitude.html +111 -58
  3. data/assets/data/cookieconsent.html +8 -8
  4. data/assets/data/panel.html +4 -3
  5. data/assets/data/speak2me.html +11 -11
  6. data/assets/data/translator.html +29 -29
  7. data/assets/theme/j1/adapter/js/amplitude.js +112 -88
  8. data/assets/theme/j1/adapter/js/j1.js +4 -4
  9. data/assets/theme/j1/adapter/js/masonry.js +2 -2
  10. data/assets/theme/j1/adapter/js/themes.js +42 -4
  11. data/assets/theme/j1/adapter/js/videojs.js +212 -0
  12. data/assets/theme/j1/core/css/icon-fonts/mdib.css +24 -4
  13. data/assets/theme/j1/core/css/icon-fonts/mdib.css.map +1 -1
  14. data/assets/theme/j1/core/css/icon-fonts/mdib.min.css +1 -1
  15. data/assets/theme/j1/core/css/icon-fonts/mdib.min.css.map +1 -1
  16. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +9 -6
  17. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
  18. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  19. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
  20. data/assets/theme/j1/core/js/template.js +262 -275
  21. data/assets/theme/j1/core/js/template.min.js +7 -7
  22. data/assets/theme/j1/core/js/template.min.js.map +1 -1
  23. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +131 -24
  24. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
  25. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +102 -76
  26. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
  27. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +109 -78
  28. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +1 -1
  29. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
  30. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
  31. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
  32. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
  33. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
  34. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
  35. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
  36. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
  37. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
  38. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
  39. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
  40. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
  41. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
  42. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
  43. data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
  44. data/assets/theme/j1/modules/amplitudejs/js/tech/youtube_example.js +211 -0
  45. data/assets/theme/j1/modules/gemini/js/gemini.js.map +1 -1
  46. data/assets/theme/j1/modules/jquery/js/jquery.min.map +1 -1
  47. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
  48. data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
  49. data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
  50. data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
  51. data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
  52. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
  53. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
  54. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
  55. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
  56. data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
  57. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  58. data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
  59. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
  60. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
  61. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
  62. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
  63. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
  64. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
  65. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
  66. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
  67. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
  68. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
  69. data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
  70. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.js +2 -2
  71. data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
  72. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
  73. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
  74. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
  75. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
  76. data/lib/j1/version.rb +1 -1
  77. data/lib/j1_app/j1_auth_manager/config.rb +0 -4
  78. data/lib/starter_web/Gemfile +45 -22
  79. data/lib/starter_web/README.md +5 -5
  80. data/lib/starter_web/_config.yml +4 -6
  81. data/lib/starter_web/_data/modules/amplitude.yml +67 -37
  82. data/lib/starter_web/_data/modules/defaults/amplitude.yml +1 -0
  83. data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
  84. data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
  85. data/lib/starter_web/_data/modules/gallery.yml +30 -14
  86. data/lib/starter_web/_data/modules/lazyLoader.yml +8 -8
  87. data/lib/starter_web/_data/modules/masonry.yml +15 -0
  88. data/lib/starter_web/_data/modules/masterslider.yml +6 -6
  89. data/lib/starter_web/_data/modules/videojs.yml +57 -0
  90. data/lib/starter_web/_data/resources.yml +9 -26
  91. data/lib/starter_web/_data/templates/feed.xml +1 -1
  92. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
  93. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +2 -1
  94. data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
  95. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
  96. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -1
  97. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +2 -1
  98. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +145 -24
  99. data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
  100. data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
  101. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
  102. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  103. data/lib/starter_web/assets/audio/cover/spontanorama/spontanorama.jpg +0 -0
  104. data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.png +0 -0
  105. data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.psd +0 -0
  106. data/lib/starter_web/package.json +1 -1
  107. data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +20 -7
  108. data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
  109. data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
  110. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
  111. data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
  112. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +1 -1
  113. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +1 -1
  114. data/lib/starter_web/pages/public/tour/highlghter_rouge.adoc +1 -1
  115. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +1 -1
  116. data/lib/starter_web/pages/public/tour/play_audio.adoc +30 -29
  117. data/lib/starter_web/pages/public/tour/play_video.adoc +65 -39
  118. data/lib/starter_web/pages/public/tour/present_images.adoc +17 -16
  119. data/lib/starter_web/pages/public/tour/quicksearch.adoc +1 -1
  120. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
  121. data/lib/starter_web/pages/public/tour/typography.adoc +1 -1
  122. metadata +37 -20
  123. data/assets/data/amplitude.28.html +0 -887
  124. data/assets/data/amplitude.29.html +0 -923
  125. data/assets/theme/j1/adapter/js/amplitude.23.js +0 -1165
  126. data/assets/theme/j1/adapter/js/amplitude.24.js +0 -1164
  127. data/assets/theme/j1/adapter/js/amplitude.25.js +0 -1268
  128. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
  129. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
  130. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
  131. data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
  132. data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
  133. data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
  134. data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
  135. data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
  136. data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
  137. data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
  138. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
  139. data/lib/starter_web/_data/modules/lazyLoader.0.yml +0 -118
@@ -69,7 +69,7 @@
69
69
 
70
70
  dispose() {
71
71
  if (this.ytPlayer) {
72
- //Dispose of the YouTube Player
72
+ // Dispose of the YouTube Player
73
73
  if (this.ytPlayer.stopVideo) {
74
74
  this.ytPlayer.stopVideo();
75
75
  }
@@ -77,7 +77,7 @@
77
77
  this.ytPlayer.destroy();
78
78
  }
79
79
  } else {
80
- //YouTube API hasn't finished loading or the player is already disposed
80
+ // YouTube API hasn't finished loading or the player is already disposed
81
81
  var index = Youtube.apiReadyQueue.indexOf(this);
82
82
  if (index !== -1) {
83
83
  Youtube.apiReadyQueue.splice(index, 1);
@@ -90,7 +90,8 @@
90
90
  .replace(' vjs-youtube-mobile', '');
91
91
  this.el_.parentNode.removeChild(this.el_);
92
92
 
93
- //Needs to be called after the YouTube player is destroyed, otherwise there will be a null reference exception
93
+ // Needs to be called after the YouTube player is destroyed,
94
+ // otherwise there will be a null reference exception
94
95
  Tech.prototype.dispose.call(this);
95
96
  } // END dispose
96
97
 
@@ -120,27 +121,46 @@
120
121
  } // END createEl
121
122
 
122
123
  initYTPlayer() {
124
+
125
+ var vjsOptions = j1.modules.videojs.options;
126
+ var playersParams = vjsOptions.players.youtube;
127
+
128
+ // Default YT Player settings
123
129
  var playerVars = {
124
- controls: 0,
125
- modestbranding: 1,
126
- rel: 0,
127
- showinfo: 0,
128
- loop: this.options_.loop ? 1 : 0
130
+ autoplay: playersParams.autoplay,
131
+ controls: playersParams.controls,
132
+ cc_load_policy: playersParams.cc_load_policy,
133
+ disablekb: playersParams.disablekb,
134
+ enablejsapi: playersParams.enablejsapi,
135
+ fs: playersParams.fs,
136
+ iv_load_policy: playersParams.iv_load_policy,
137
+ loop: playersParams.loop,
138
+ modestbranding: playersParams.modestbranding,
139
+ rel: playersParams.rel,
140
+ showinfo: playersParams.showinfo
129
141
  };
130
142
 
131
143
  // Let the user set any YouTube parameter
132
144
  // https://developers.google.com/youtube/player_parameters?playerVersion=HTML5#Parameters
133
145
  // To use YouTube controls, you must use ytControls instead
134
- // To use the loop or autoplay, use the video.js settings
146
+ // to use the loop or autoplay, use the video.js settings
147
+ //------------------------------------------------------------------------
135
148
 
136
149
  if (typeof this.options_.autohide !== 'undefined') {
137
150
  playerVars.autohide = this.options_.autohide;
138
151
  }
139
152
 
153
+ if (typeof this.options_.loop !== 'undefined') {
154
+ playerVars.loop = this.options_.loop;
155
+ }
156
+
140
157
  if (typeof this.options_['cc_load_policy'] !== 'undefined') {
141
- playerVars['cc_load_policy'] = this.options_['cc_load_policy'];
158
+ playerVars.cc_load_policy = this.options_['cc_load_policy'];
142
159
  }
143
160
 
161
+ if (typeof this.options_['cc_load_policy'] !== 'undefined') {
162
+ playerVars.iv_load_policy = this.options_['iv_load_policy'];
163
+ }
144
164
  if (typeof this.options_.ytControls !== 'undefined') {
145
165
  playerVars.controls = this.options_.ytControls;
146
166
  }
@@ -154,7 +174,8 @@
154
174
  }
155
175
 
156
176
  if (!playerVars.controls) {
157
- // Let video.js handle the fullscreen unless it is the YouTube native controls
177
+ // Let video.js handle the fullscreen unless it is the
178
+ // YouTube native controls
158
179
  playerVars.fs = 0;
159
180
  } else if (typeof this.options_.fs !== 'undefined') {
160
181
  playerVars.fs = this.options_.fs;
@@ -190,6 +211,8 @@
190
211
  playerVars.listType = this.options_.listType;
191
212
  }
192
213
 
214
+ // Deprecated
215
+ //
193
216
  if (typeof this.options_.modestbranding !== 'undefined') {
194
217
  playerVars.modestbranding = this.options_.modestbranding;
195
218
  }
@@ -224,6 +247,7 @@
224
247
  }
225
248
 
226
249
  // Allow undocumented options to be passed along via customVars
250
+ //
227
251
  if (typeof this.options_.customVars !== 'undefined') {
228
252
  var customVars = this.options_.customVars;
229
253
  Object.keys(customVars).forEach((key) => {
@@ -344,7 +368,7 @@
344
368
  } // END onPlayerError
345
369
 
346
370
  error() {
347
- var code = 1000 + this.errorNumber; // as smaller codes are reserved
371
+ var code = 1000 + this.errorNumber; // lower codes are reserved
348
372
  switch (this.errorNumber) {
349
373
  case 5:
350
374
  return { code: code, message: 'Error while trying to play the video' };
@@ -391,8 +415,8 @@
391
415
  } // END cueVideoById_
392
416
 
393
417
  poster() {
394
- // You can't start programmaticlly a video with a mobile
395
- // through the iframe so we hide the poster and the play button (with CSS)
418
+ // You can't start programmaticlly a video with a mobile through
419
+ // the iframe so needed to hide the poster and the play button (with CSS)
396
420
  if (_isOnMobile) {
397
421
  return null;
398
422
  }
@@ -424,10 +448,11 @@
424
448
  if (!this.options_.poster) {
425
449
  if (this.url.videoId) {
426
450
  // Set the low resolution first
427
- this.poster_ = 'https://img.youtube.com/vi/' + this.url.videoId + '/0.jpg';
451
+ // this.poster_ = 'https://img.youtube.com/vi/' + this.url.videoId + '/0.jpg';
452
+ this.poster_ = 'https://img.youtube.com/vi/' + this.url.videoId + '/sddefault.jpg';
428
453
  this.trigger('posterchange');
429
454
 
430
- // Check if their is a high res
455
+ // Check if their is a high res image
431
456
  this.checkHighResPoster();
432
457
  }
433
458
  }
@@ -690,9 +715,11 @@
690
715
  this.poster_ = uri;
691
716
  this.trigger('posterchange');
692
717
  }.bind(this);
718
+
693
719
  image.onerror = function() {};
694
720
  image.src = uri;
695
721
  }
722
+
696
723
  catch(event){}
697
724
  } // END checkHighResPoster
698
725
 
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2024.3.14'
2
+ VERSION = '2024.3.16'
3
3
  end
@@ -158,10 +158,6 @@ module J1App
158
158
  end
159
159
  end
160
160
 
161
-
162
-
163
-
164
-
165
161
  # def self.provider_url(arg)
166
162
  # provider_url = {
167
163
  # 'patreon' => auth_config['provider']['provider_url']['patreon'],
@@ -11,61 +11,88 @@
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
13
13
  # ------------------------------------------------------------------------------
14
-
14
+ # NOTE:
15
+ # Make sure, the syntax used for the Gemfile is compatible with the
16
+ # Ruby Gem Bundler
15
17
  # ------------------------------------------------------------------------------
16
18
  # NOTE:
17
19
  # To install all gem needed for Jekyll and J1 Theme:
18
20
  # bundle install
19
- #
21
+ # ------------------------------------------------------------------------------
20
22
  # TIP:
21
23
  # If all packages needed are installed, a list of all gem and dependencies
22
24
  # installed for the bundle canbe created by running:
23
25
  # bundle list
24
- #
25
26
  # ------------------------------------------------------------------------------
26
27
  # NOTE:
27
28
  # If you see warnings like:
28
29
  # WARN: Unresolved specs during Gem::Specification.reset
29
30
  # you may need to cleanup your bundle by running:
30
31
  # gem cleanup
31
- #
32
32
  # ------------------------------------------------------------------------------
33
33
 
34
34
  # ------------------------------------------------------------------------------
35
- # Define the (download) source, Ruby GEMs are to be loaded from REMOTE
35
+ # Define the source, Ruby GEMs are loaded (from remote)
36
36
  #
37
37
  source 'https://rubygems.org'
38
38
 
39
39
  # ------------------------------------------------------------------------------
40
40
  # Specify your Ruby version if the J1 Project is used as an container-based
41
41
  # web application. This makes sure to use identical Ruby runtime environments
42
- # for BUILD and RUN (e.g. for Docker images or a Dyno on Heroku).
42
+ # for BUILD and RUN (e.g. for Docker images, builds on Netlify or Heroku).
43
+ # ------------------------------------------------------------------------------
44
+ # NOTE:
45
+ # Ruby v3.3.x currently NOT tested
46
+ # ------------------------------------------------------------------------------
43
47
  #
44
- # ruby '3.1.2'
48
+ # ruby '3.3.6'
45
49
 
46
50
  # ------------------------------------------------------------------------------
47
51
  # Jekyll
48
52
  # ------------------------------------------------------------------------------
49
53
  # NOTE:
50
- # J1 Theme is using Jekyll v4.0 and above
54
+ # J1 Theme is using Jekyll v4
51
55
  #
52
56
  # ------------------------------------------------------------------------------
53
57
  # NOTE:
54
- # Use|Install a Jekyll version loaded from 'Github' (branch: master):
55
- # gem 'jekyll', github: 'jekyll/jekyll'
56
- # ------------------------------------------------------------------------------
57
- # NOTE:
58
- # For default, the Jekyll GEM is loaded from REMOTE
58
+ # Install Jekyll loaded from 'Github' (branch: master):
59
+ # gem 'jekyll', github: 'jekyll/jekyll'
60
+ #
61
+ # Install latest Jekyll V4 GEM from 'RubyGems' (remote)
62
+ # gem 'jekyll', '~> 4.0'
63
+ #
64
+ # Install Jekyll version platform-specific:
65
+ #
66
+ # On Windows platforms, install e.g. older Jekyll GEM
67
+ # install_if -> { RUBY_PLATFORM =~ /mswin/ } do
68
+ # gem 'jekyll', '= 4.3.3'
69
+ # end
70
+ #
71
+ # On *nix and MacOS platforms, install e.g. latest Jekyll GEM
72
+ # install_if -> { RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i } do
73
+ # gem 'jekyll', '~> 4.0'
74
+ # end
75
+ #
59
76
  # ------------------------------------------------------------------------------
60
77
  #
61
78
  gem 'jekyll', '~> 4.0'
62
79
 
63
80
  # ------------------------------------------------------------------------------
64
- # Install Webrick GEM (internally used Web Server) if Ruby V3 is used
81
+ # Install GEM csv to suppress warnings when Ruby version >= 3.3 is used.
65
82
  #
66
- #install_if -> { RUBY_VERSION =~ /3/ } do
67
- # gem 'webrick', '~> 1.8.1'
68
- #end
83
+ install_if -> { RUBY_VERSION =~ /3/ } do
84
+ gem 'webrick', '~> 1.9'
85
+ end
86
+
87
+ # ------------------------------------------------------------------------------
88
+ # Install GEM csv (to suppress warnings) when Ruby version >= 3.3 is used.
89
+ #
90
+ # NOTE: The GEM will no longer be part of the default gems starting
91
+ # from Ruby 3.4.0
92
+ #
93
+ install_if -> { RUBY_VERSION =~ /3.3/ } do
94
+ gem 'csv', '~> 3.0'
95
+ end
69
96
 
70
97
  # ------------------------------------------------------------------------------
71
98
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -169,12 +196,8 @@ end
169
196
  # gem 'scss_lint', '~> 0.56.0', require: false
170
197
  #
171
198
  # ------------------------------------------------------------------------------
172
- #
173
- # Required for Heroku, see support ticket: https://help.heroku.com/tickets/1198846
174
- # gem 'sass-embedded', '~> 1.57.1'
175
-
176
- gem 'sassc', '~> 2.4'
177
199
  gem 'bump', '~> 0.10'
200
+ gem 'sassc', '~> 2.4'
178
201
 
179
202
  # ------------------------------------------------------------------------------
180
203
  # Web Application specific RubyGems
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
379
379
  2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
380
380
  2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
381
381
  ...
382
- 2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.3.14
382
+ 2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.3.16
383
383
  2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
384
384
  2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
385
385
  2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
@@ -415,7 +415,7 @@ commands are available as well.
415
415
  2023-02-28 18:17:48 - SETUP: Initialize the project ...
416
416
  2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
417
417
  2023-02-28 18:17:49 - SETUP:
418
- 2023-02-28 18:17:49 - SETUP: > j1@2024.3.14 setup C:\Users\xxx\j1-projects\my-starter
418
+ 2023-02-28 18:17:49 - SETUP: > j1@2024.3.16 setup C:\Users\xxx\j1-projects\my-starter
419
419
  2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
420
420
  2023-02-28 18:17:49 - SETUP:
421
421
  2023-02-28 18:17:50 - SETUP: Setup project for first use ..
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
460
460
  Check setup state of the J1 project ...
461
461
  2023-02-28 18:26:18 - SITE: Starting up your site ...
462
462
  2023-02-28 18:26:18 - SITE:
463
- 2023-02-28 18:26:18 - SITE: > j1@2024.3.14 j1-site C:\Users\jadams\j1-projects\my-starter
463
+ 2023-02-28 18:26:18 - SITE: > j1@2024.3.16 j1-site C:\Users\jadams\j1-projects\my-starter
464
464
  2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
465
465
  2023-02-28 18:26:18 - SITE:
466
466
  2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
499
499
  REBUILD: Rebuild the projects website ...
500
500
  REBUILD: Be patient, this will take a while ...
501
501
  2023-02-28 18:45:09 - REBUILD:
502
- 2023-02-28 18:45:09 - REBUILD: > j1@2024.3.14 rebuild C:\Users\xxx\j1-projects\my-starter
502
+ 2023-02-28 18:45:09 - REBUILD: > j1@2024.3.16 rebuild C:\Users\xxx\j1-projects\my-starter
503
503
  2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
504
504
  2023-02-28 18:45:09 - REBUILD:
505
505
  2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
@@ -547,7 +547,7 @@ using Lerna for all packages:
547
547
  2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
548
548
  2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
549
549
  2023-02-28 18:29:08 - RESET:
550
- 2023-02-28 18:29:08 - RESET: > j1@2024.3.14 reset C:\Users\xxx\j1-projects\my-starter
550
+ 2023-02-28 18:29:08 - RESET: > j1@2024.3.16 reset C:\Users\xxx\j1-projects\my-starter
551
551
  2023-02-28 18:29:08 - RESET: > run-s -s reset:*
552
552
  2023-02-28 18:29:08 - RESET:
553
553
  2023-02-28 18:29:08 - RESET: Reset project to factory state ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of the site
55
55
  #
56
- version: 2024.3.14
56
+ version: 2024.3.16
57
57
 
58
58
  # copyright
59
59
  # ------------------------------------------------------------------------------
@@ -372,16 +372,14 @@ collections_dir: collections
372
372
  include: [ .htaccess ]
373
373
  exclude: [
374
374
  log, vendor, node_modules, utilsrv,
375
- '.sass-cache', '.vscode', '.idea',
376
- 'pages/public/jupyter/notebooks/j1',
377
- 'pages/public/jupyter/notebooks/nbi-docs',
378
375
  History.markdown, README.md,
379
376
  changelog.md, Rakefile,
380
377
  Gemfile, Gemfile.lock, Guardfile,
381
378
  dev_config.yml, prod_config.yml,
382
- yarn.lock, config.ru,
379
+ yarn.lock, config.ru, jekyll.log,
383
380
  package-lock.json, package.json,
384
- '*.ignore', '*._config.yml',
381
+ '.sass-cache', '.vscode', '.idea',
382
+ '*.ignore',
385
383
  '*.bat', '*.sh', '*.tmp', 'dot.*',
386
384
  '*.log', '*.ppt*', '*.pdf',
387
385
  '*.zip', '*.7z', '*.tgz', '*.tar',