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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e96acc9371c59ba0163040fc42595a54ec2dc7602b9d128313cb1b05d2c4106
4
- data.tar.gz: 5310d22171f0150137e9abdbac7c0d3147f47f27f84f1c3c240c664e0033baef
3
+ metadata.gz: ddae3765c69834ad6ce99f7877b24a82763b84091ef1a37f89e5cc59b9f33af9
4
+ data.tar.gz: 5e870fffed02cb6406dad46486f2ee27c89b1a3e2974f4c017550c0f992c5631
5
5
  SHA512:
6
- metadata.gz: 07c6be16e280cd410f7a0f5c25e16ea7fdbd69611a2a7fb61ec19846428b4ca2fe53a48eb0aec9504b8532b17bb6de815bbde38fc0ce82c6a71e83f0e47881c3
7
- data.tar.gz: d9cdef19e6748af33fcd01c8dd1a30fb6a032b38839b924d168b26789720e63aeb032002e7cdbc699fb55f2bf58b45ea13fb6ca7a0c395e4c368a245da4743e8
6
+ metadata.gz: 89d97db24baa0f986183f43332e5932a29562057f2af5003bbd51a8e1a6de7f51227c5ee36c2d7ff13f4f30520d08f83bff8bb473b014b9ba1af4f7e573e9605
7
+ data.tar.gz: b913a38f11818fc3b92180e14858d54f5c72b522ba278b7fd8d314bbba2a6f855c336558c99bbcfafa52fa3ef21f03fae106f1d6836b5f3cdfe0433ef8a3f453
@@ -6,14 +6,14 @@ PATH
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (6.0.2.2)
10
- activesupport (= 6.0.2.2)
11
- activesupport (6.0.2.2)
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)
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'jekyll-github-pages-gem'
5
- s.version = '1.0.0'
5
+ s.version = '1.0.1'
6
6
  s.summary = 'A gem that uses the github API to make edits with a jekyll blog'
7
7
  s.files = Dir['*', 'lib/**/*']
8
8
  s.require_paths = ['lib']
@@ -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(_root_dir)
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.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-12 00:00:00.000000000 Z
11
+ date: 2020-05-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: