jekyll-strapi-next 0.1.2 → 0.1.3

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: 87a9e3078465aec7b90b79c0fff7140cf932bfccc3ec1c557f1dd3523ca33c2e
4
- data.tar.gz: 5a6f371954c5583081892a3d57b19fd5d36d18b1a3dde00aa2a2c4ba278c1184
3
+ metadata.gz: db1c0d050950a303faa2de4af2feaf5fe48d80008efe6bd7f407fd94914483c7
4
+ data.tar.gz: cd16095538fac41d787a9efe9875bd3a07319e860d123a0cefaa0d8892e29feb
5
5
  SHA512:
6
- metadata.gz: 4fd15cd359a51cc99cd9739520ecf8738d388a1c46a61fbb2515c0763fad0ea47ccee8ba91c7af85411975c2450991b62d784f0e79b7a6f3170c77763ec0b068
7
- data.tar.gz: 2d09671f2d690cc34c51e11e816fd10a8f331bd5145e4cb28ab3cde3157fee9b8508b6f52b6e306c32e9876a495a153b9ef428655f1b237ca8d95c66c392c75d
6
+ metadata.gz: 9f676271766442eb5ee99e8eb2841a0c641e64afc6abd020636d58f9803d1e45bc9f46151d317f77ee75e37e595c0aac3eb29ad642e22e9a8787aeb1c0f3d7a9
7
+ data.tar.gz: d7ef4ddaab1cbc491248ec0cb0703032d9596b30a71cb047969d8e9abe2065c75073335c80ed5510dbf9480ae2690ad9773d1cc26733d32b1bf1e8c029586862
@@ -23,7 +23,6 @@ module Jekyll
23
23
  uri = URI("#{@site.endpoint}#{path}")
24
24
  if @config['query']
25
25
  uri += @config['query']
26
- p uri
27
26
  end
28
27
  Jekyll.logger.info "Jekyll Strapi:", "Fetching entries from #{uri}"
29
28
  # Get entries
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Strapi
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-strapi-next
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Strapi Solutions
@@ -62,7 +62,7 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - LICENSE.md
64
64
  - README.md
65
- - lib/jekyll-strapi.rb
65
+ - lib/jekyll-strapi-next.rb
66
66
  - lib/jekyll/strapi/collection.rb
67
67
  - lib/jekyll/strapi/drops.rb
68
68
  - lib/jekyll/strapi/generator.rb