jekyll-github-pages-gem 1.0.0 → 1.0.1
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 +4 -4
- data/Gemfile.lock +4 -4
- data/jekyll_github_pages.gemspec +1 -1
- data/lib/models/post_image_manager.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ddae3765c69834ad6ce99f7877b24a82763b84091ef1a37f89e5cc59b9f33af9
|
|
4
|
+
data.tar.gz: 5e870fffed02cb6406dad46486f2ee27c89b1a3e2974f4c017550c0f992c5631
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89d97db24baa0f986183f43332e5932a29562057f2af5003bbd51a8e1a6de7f51227c5ee36c2d7ff13f4f30520d08f83bff8bb473b014b9ba1af4f7e573e9605
|
|
7
|
+
data.tar.gz: b913a38f11818fc3b92180e14858d54f5c72b522ba278b7fd8d314bbba2a6f855c336558c99bbcfafa52fa3ef21f03fae106f1d6836b5f3cdfe0433ef8a3f453
|
data/Gemfile.lock
CHANGED
|
@@ -6,14 +6,14 @@ PATH
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activemodel (6.0.
|
|
10
|
-
activesupport (= 6.0.
|
|
11
|
-
activesupport (6.0.
|
|
9
|
+
activemodel (6.0.3.1)
|
|
10
|
+
activesupport (= 6.0.3.1)
|
|
11
|
+
activesupport (6.0.3.1)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
13
|
i18n (>= 0.7, < 2)
|
|
14
14
|
minitest (~> 5.1)
|
|
15
15
|
tzinfo (~> 1.1)
|
|
16
|
-
zeitwerk (~> 2.2)
|
|
16
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
|
17
17
|
addressable (2.7.0)
|
|
18
18
|
public_suffix (>= 2.0.2, < 5.0)
|
|
19
19
|
ast (2.4.0)
|
data/jekyll_github_pages.gemspec
CHANGED
|
@@ -44,7 +44,7 @@ class PostImageManager
|
|
|
44
44
|
##
|
|
45
45
|
# Clears the manager of all currently exisiting image uploaders and delete's their cache directories.
|
|
46
46
|
# Also clears the manager of all of the downloaded images
|
|
47
|
-
def clear
|
|
47
|
+
def clear
|
|
48
48
|
@uploaders.each do |uploader|
|
|
49
49
|
full_preview_path = "#{@root_dir}/public/uploads/tmp/#{uploader.preview.cache_name}"
|
|
50
50
|
cache_dir = File.expand_path('..', full_preview_path)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-github-pages-gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MSOE SSE Web Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|