jekyll-strapi-4 1.0.4 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4887f2576e671600cbba2f9d2243c5d5da9750233fc587b0fc925cd951188e2c
4
- data.tar.gz: f4511e5d6e3d2965abb98abd9b22b1792298878c7f64f663d1e570cb3dd4a4db
3
+ metadata.gz: 890a4e54e493d7dad0427c788818ff0cc0910cbab5a1a3b78e552186ca2a9a22
4
+ data.tar.gz: b1d97a5db3865c4f07f1f190efd46babde09dd0af0ba55980b5e631939bbaeaf
5
5
  SHA512:
6
- metadata.gz: 4497758093430c168cc01674e7c9d3a270a82e29ef4dbb0162fb5f59d3e7004fccc193f0999bf7bc66767d506637c5d5f079f952815696d06ed8feebf2ec7462
7
- data.tar.gz: ab120a2d4a43877a9c447e18296448e82cd60ec8f4daa3ba710cb32d8283a7bce56ad18e754d906a62a0f1cf5c01137b2637a10c10064ca362e8cee8f91c3a82
6
+ metadata.gz: bcd4f926386f979f6753abdffaca1ca070dd9d1eb79c246699aae169b6cf97e1742bfb9e1ec7c5329b6ad3c38448625be6834849590616d351bcf4017362127c
7
+ data.tar.gz: f3d93f08761299ea162dd7dcc72ba4e5488a18253ba78203ea842f9add1dd3be3be23746cb63259d61e640807e78b9e1a808ccfde541871f058e61bfb20227e3
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.7"
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.7
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-29 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'