jekyll-strapi-4 1.0.4 → 1.0.9

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: 4887f2576e671600cbba2f9d2243c5d5da9750233fc587b0fc925cd951188e2c
4
- data.tar.gz: f4511e5d6e3d2965abb98abd9b22b1792298878c7f64f663d1e570cb3dd4a4db
3
+ metadata.gz: 9edbc2a6e1af29879a183fca33195dc22d96a757bd07f4f33c4f220a6f0098e6
4
+ data.tar.gz: '08bd9679e2b8d206ed67ad74917c63296f3f41fb4043cfa4a2e76e4fb8dcb3ff'
5
5
  SHA512:
6
- metadata.gz: 4497758093430c168cc01674e7c9d3a270a82e29ef4dbb0162fb5f59d3e7004fccc193f0999bf7bc66767d506637c5d5f079f952815696d06ed8feebf2ec7462
7
- data.tar.gz: ab120a2d4a43877a9c447e18296448e82cd60ec8f4daa3ba710cb32d8283a7bce56ad18e754d906a62a0f1cf5c01137b2637a10c10064ca362e8cee8f91c3a82
6
+ metadata.gz: 676fe7bb7a891320ba876c226fcb7694ae4a346acae07d5feb8c336f68db71f4be772beab5dcf70f5bf3efda6e7a55e725149fa3b405e663a60d581ea9ce1e75
7
+ data.tar.gz: 191332926c981137f4983524ab710ad7011aecd17d4f3bd64e39afe1ee5b189608c44b29b132de82d979192d3be2e13cda6fca255a783d12a7dcfe13e92b3849
data/README.md CHANGED
@@ -19,17 +19,17 @@ A: Every project deserves to have the cute deer as a logo.
19
19
 
20
20
  ## Install
21
21
 
22
- Add the "jekyll-strapi" gem to your Gemfile:
22
+ Add the "jekyll-strapi-4" gem to your Gemfile:
23
23
 
24
24
  ```
25
- gem "jekyll-strapi"
25
+ gem "jekyll-strapi-4"
26
26
  ```
27
27
 
28
- Then add "jekyll-strapi" to your plugins in `_config.yml`:
28
+ Then add "jekyll-strapi-4" to your plugins in `_config.yml`:
29
29
 
30
30
  ```
31
31
  plugins:
32
- - jekyll-strapi
32
+ - jekyll-strapi-4
33
33
  ```
34
34
 
35
35
  ## Configuration
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Strapi
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.9"
4
4
  end
5
5
  end
@@ -0,0 +1,9 @@
1
+ require 'jekyll/strapi4/strapihttp'
2
+ require 'jekyll/strapi4/collection_permalink'
3
+ require 'jekyll/strapi4/collection'
4
+ require 'jekyll/strapi4/drops'
5
+ require 'jekyll/strapi4/generator'
6
+ require 'jekyll/strapi4/hooks'
7
+ require 'jekyll/strapi4/site'
8
+ require 'jekyll/strapi4/version'
9
+ require 'jekyll/tags/strapiimagefilter'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-strapi-4
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Strapi Solutions
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-07-28 00:00:00.000000000 Z
13
+ date: 2022-07-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: down
@@ -77,15 +77,15 @@ extra_rdoc_files: []
77
77
  files:
78
78
  - LICENSE
79
79
  - README.md
80
- - lib/jekyll-strapi.rb
81
- - lib/jekyll/strapi/collection.rb
82
- - lib/jekyll/strapi/collection_permalink.rb
83
- - lib/jekyll/strapi/drops.rb
84
- - lib/jekyll/strapi/generator.rb
85
- - lib/jekyll/strapi/hooks.rb
86
- - lib/jekyll/strapi/site.rb
87
- - lib/jekyll/strapi/strapihttp.rb
88
- - lib/jekyll/strapi/version.rb
80
+ - lib/jekyll-strapi-4.rb
81
+ - lib/jekyll/strapi4/collection.rb
82
+ - lib/jekyll/strapi4/collection_permalink.rb
83
+ - lib/jekyll/strapi4/drops.rb
84
+ - lib/jekyll/strapi4/generator.rb
85
+ - lib/jekyll/strapi4/hooks.rb
86
+ - lib/jekyll/strapi4/site.rb
87
+ - lib/jekyll/strapi4/strapihttp.rb
88
+ - lib/jekyll/strapi4/version.rb
89
89
  - lib/jekyll/tags/strapiimagefilter.rb
90
90
  homepage: https://github.com/bluszcz/jekyll-strapi-4
91
91
  licenses:
data/lib/jekyll-strapi.rb DELETED
@@ -1,9 +0,0 @@
1
- require 'jekyll/strapi/strapihttp'
2
- require 'jekyll/strapi/collection_permalink'
3
- require 'jekyll/strapi/collection'
4
- require 'jekyll/strapi/drops'
5
- require 'jekyll/strapi/generator'
6
- require 'jekyll/strapi/hooks'
7
- require 'jekyll/strapi/site'
8
- require 'jekyll/strapi/version'
9
- require 'jekyll/tags/strapiimagefilter'