From 65e3092fa812b15c4bcce805a2d96140222d86fa Mon Sep 17 00:00:00 2001 From: sangeetha Date: Sat, 9 Mar 2024 21:20:09 +0530 Subject: [PATCH 1/7] removed anchor tage --- docs/Gemfile.lock | 1 + docs/_layouts/resource.html | 4 ++-- docs/style.css | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index f23e1df..6d1fd36 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -270,6 +270,7 @@ GEM PLATFORMS aarch64-linux arm64-darwin-23 + x86_64-linux x86_64-linux-musl DEPENDENCIES diff --git a/docs/_layouts/resource.html b/docs/_layouts/resource.html index f8bf497..e4020c0 100644 --- a/docs/_layouts/resource.html +++ b/docs/_layouts/resource.html @@ -46,7 +46,7 @@

{{ page.title }}

{{ page.embed }}
{% else %} {% if page.downloadurl %} - + {% endif %} {% if page.image-full %} @@ -56,7 +56,7 @@

{{ page.title }}

{% endif %} {% if page.downloadurl %} -
+ {% endif %} {% endif %} {% if page.downloadurl or page.repourl %} diff --git a/docs/style.css b/docs/style.css index effa896..d93ce8e 100644 --- a/docs/style.css +++ b/docs/style.css @@ -164,6 +164,7 @@ margin: 0 auto; #preview { width: 500px; height: 375px; + margin: 0 auto; background-image: url(/images/placeholder-500.gif); border-radius: 25px; From 31c199c17e7f28b744a4fc0b5b1ff98c54d6e139 Mon Sep 17 00:00:00 2001 From: sangeetha Date: Wed, 13 Mar 2024 18:37:04 +0530 Subject: [PATCH 2/7] gemfile --- docs/Gemfile.lock | 49 +++++++++++++++++------------------------------ 1 file changed, 18 insertions(+), 31 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 6d1fd36..17288d6 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,20 +1,14 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.2) - base64 - bigdecimal + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - base64 (0.2.0) - bigdecimal (3.1.6) coffee-script (2.4.1) coffee-script-source execjs @@ -22,11 +16,8 @@ GEM colorator (1.1.0) commonmarker (0.23.10) concurrent-ruby (1.2.3) - connection_pool (2.4.1) - dnsruby (1.70.0) + dnsruby (1.71.0) simpleidn (~> 0.2.1) - drb (2.2.0) - ruby2_keywords em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -38,7 +29,7 @@ GEM faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.16.3-x64-mingw-ucrt) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (231) @@ -96,7 +87,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) jekyll (3.9.5) addressable (~> 2.4) @@ -220,14 +211,9 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.22.2) - mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.16.2-aarch64-linux) - racc (~> 1.4) - nokogiri (1.16.2-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.2-x64-mingw-ucrt) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -241,7 +227,6 @@ GEM ffi (~> 1.0) rexml (3.2.6) rouge (3.30.0) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) @@ -256,22 +241,24 @@ GEM unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) typhoeus (1.4.1) ethon (>= 0.9.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) + tzinfo (1.2.11) + thread_safe (~> 0.1) + tzinfo-data (1.2024.1) + tzinfo (>= 1.0.0) unf (0.1.4) unf_ext - unf_ext (0.0.9.1) + unf_ext (0.0.9.1-x64-mingw-ucrt) unicode-display_width (1.8.0) uri (0.13.0) + wdm (0.1.1) webrick (1.8.1) + zeitwerk (2.6.13) PLATFORMS - aarch64-linux - arm64-darwin-23 - x86_64-linux - x86_64-linux-musl + x64-mingw-ucrt DEPENDENCIES github-pages (~> 231) From f9dec080ff19cad947b24738fe04c959452ba6df Mon Sep 17 00:00:00 2001 From: sangeetha Date: Wed, 13 Mar 2024 19:35:30 +0530 Subject: [PATCH 3/7] Revert "gemfile" This reverts commit 31c199c17e7f28b744a4fc0b5b1ff98c54d6e139. --- docs/Gemfile.lock | 49 ++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 17288d6..6d1fd36 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,14 +1,20 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.6.1) + activesupport (7.1.3.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + mutex_m + tzinfo (~> 2.0) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) + base64 (0.2.0) + bigdecimal (3.1.6) coffee-script (2.4.1) coffee-script-source execjs @@ -16,8 +22,11 @@ GEM colorator (1.1.0) commonmarker (0.23.10) concurrent-ruby (1.2.3) - dnsruby (1.71.0) + connection_pool (2.4.1) + dnsruby (1.70.0) simpleidn (~> 0.2.1) + drb (2.2.0) + ruby2_keywords em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -29,7 +38,7 @@ GEM faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - ffi (1.16.3-x64-mingw-ucrt) + ffi (1.16.3) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (231) @@ -87,7 +96,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.14.4) + i18n (1.14.1) concurrent-ruby (~> 1.0) jekyll (3.9.5) addressable (~> 2.4) @@ -211,9 +220,14 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.22.2) + mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.16.2-x64-mingw-ucrt) + nokogiri (1.16.2-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.2-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -227,6 +241,7 @@ GEM ffi (~> 1.0) rexml (3.2.6) rouge (3.30.0) + ruby2_keywords (0.0.5) rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) @@ -241,24 +256,22 @@ GEM unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) typhoeus (1.4.1) ethon (>= 0.9.0) - tzinfo (1.2.11) - thread_safe (~> 0.1) - tzinfo-data (1.2024.1) - tzinfo (>= 1.0.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext - unf_ext (0.0.9.1-x64-mingw-ucrt) + unf_ext (0.0.9.1) unicode-display_width (1.8.0) uri (0.13.0) - wdm (0.1.1) webrick (1.8.1) - zeitwerk (2.6.13) PLATFORMS - x64-mingw-ucrt + aarch64-linux + arm64-darwin-23 + x86_64-linux + x86_64-linux-musl DEPENDENCIES github-pages (~> 231) From 675374e1bff065593ccfa220ec9c7f60d1c42e26 Mon Sep 17 00:00:00 2001 From: sangeetha Date: Thu, 14 Mar 2024 18:49:25 +0530 Subject: [PATCH 4/7] Revert "removed anchor tage" This reverts commit 65e3092fa812b15c4bcce805a2d96140222d86fa. --- docs/Gemfile.lock | 1 - docs/_layouts/resource.html | 4 ++-- docs/style.css | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 6d1fd36..f23e1df 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -270,7 +270,6 @@ GEM PLATFORMS aarch64-linux arm64-darwin-23 - x86_64-linux x86_64-linux-musl DEPENDENCIES diff --git a/docs/_layouts/resource.html b/docs/_layouts/resource.html index 6222790..5d90ae6 100644 --- a/docs/_layouts/resource.html +++ b/docs/_layouts/resource.html @@ -46,7 +46,7 @@

{{ page.title }}

{{ page.embed }}
{% else %} {% if page.downloadurl %} - + {% endif %} {% if page.image-full %} @@ -56,7 +56,7 @@

{{ page.title }}

{% endif %} {% if page.downloadurl %} - +
{% endif %} {% endif %} {% if page.downloadurl or page.repourl %} diff --git a/docs/style.css b/docs/style.css index 1189c74..5ce9791 100644 --- a/docs/style.css +++ b/docs/style.css @@ -164,7 +164,6 @@ margin: 0 auto; #preview { width: 500px; height: 375px; - margin: 0 auto; background-image: url(/images/placeholder-500.gif); border-radius: 25px; From 25a4640774e94cfdb1010698c7898b8e563d23d1 Mon Sep 17 00:00:00 2001 From: sangeetha Date: Thu, 14 Mar 2024 19:00:06 +0530 Subject: [PATCH 5/7] removed link --- docs/_layouts/resource.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/_layouts/resource.html b/docs/_layouts/resource.html index 5d90ae6..2c8a115 100644 --- a/docs/_layouts/resource.html +++ b/docs/_layouts/resource.html @@ -45,9 +45,7 @@

{{ page.title }}

{% if page.embed %}
{{ page.embed }}
{% else %} - {% if page.downloadurl %} - - {% endif %} + {% if page.image-full %}
@@ -55,9 +53,7 @@

{{ page.title }}

{% endif %} - {% if page.downloadurl %} -
- {% endif %} + {% endif %} {% if page.downloadurl or page.repourl %}
From 827d6a76146f66d0c414a47295b5a3f27cd4e6e6 Mon Sep 17 00:00:00 2001 From: sangeetha Date: Thu, 14 Mar 2024 19:09:41 +0530 Subject: [PATCH 6/7] Revert "removed link" This reverts commit 25a4640774e94cfdb1010698c7898b8e563d23d1. --- docs/_layouts/resource.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/resource.html b/docs/_layouts/resource.html index 2c8a115..5d90ae6 100644 --- a/docs/_layouts/resource.html +++ b/docs/_layouts/resource.html @@ -45,7 +45,9 @@

{{ page.title }}

{% if page.embed %}
{{ page.embed }}
{% else %} - + {% if page.downloadurl %} + + {% endif %} {% if page.image-full %}
@@ -53,7 +55,9 @@

{{ page.title }}

{% endif %} - + {% if page.downloadurl %} +
+ {% endif %} {% endif %} {% if page.downloadurl or page.repourl %}
From be9b64604e411a8de2d09624f1f51fc753aa3e1d Mon Sep 17 00:00:00 2001 From: sangeetha Date: Thu, 14 Mar 2024 19:15:34 +0530 Subject: [PATCH 7/7] link --- docs/_layouts/resource.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/_layouts/resource.html b/docs/_layouts/resource.html index 5d90ae6..800ca6f 100644 --- a/docs/_layouts/resource.html +++ b/docs/_layouts/resource.html @@ -45,9 +45,7 @@

{{ page.title }}

{% if page.embed %}
{{ page.embed }}
{% else %} - {% if page.downloadurl %} - - {% endif %} + {% if page.image-full %}
@@ -55,9 +53,7 @@

{{ page.title }}

{% endif %} - {% if page.downloadurl %} -
- {% endif %} + {% endif %} {% if page.downloadurl or page.repourl %}