jekyll-strapi-mod 0.2.1 → 0.2.2

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: 841fae0aa7bdab043f27d0be66214af545f8ed657bdecabcbca8d413c381c989
4
- data.tar.gz: 33919270f0c1ec6c58b55cfca446bc48644089beb0b3f35f5932300ff88245d5
3
+ metadata.gz: f459913281588ecba7f162134bc88a213346603b17b927258451405fe5064c92
4
+ data.tar.gz: 93884e79902f92b4470b065e016295783bc3c850d183248f8ccfb65f37582bfd
5
5
  SHA512:
6
- metadata.gz: 0f6a5ac7d4bc98357e64ffbce0bea9e2e28b808fab8b7267fa6abe92faaf0912e108827525ec853ed2d3f965d9091e088563be674f6ad5697e1bab5cfc02be93
7
- data.tar.gz: d346859c123788de04feceb54c7e9349385130e95c63799796e7b6e2f909a819f45007dcba00c95c40b95389aad8bd08f9c56557a43f5edb134a1325456b9b07
6
+ metadata.gz: 36b52eeb8afc0dcf39e6fc0c8810f43c7b2b5bfd3c62e545a07350c35c95409a16024ba286ee6ebe8cf2145e330653560c11bdf790bdafe75aa632f2536f6f61
7
+ data.tar.gz: e72baef32ddf08706233dcc345c65db7d354f2fe19e3c4a1c0a8c76fa1b79527cbe541b0d2c02fcf1fcaca6823544d164bd5f61037504b434cd3312f88d83ada
@@ -19,7 +19,7 @@ module Jekyll
19
19
 
20
20
  def each
21
21
  # Initialize the HTTP query
22
- path = "/#{@config['type'] || @collection_name}?_limit=10000#{@site.parameter}"
22
+ path = "/#{@config['type'] || @collection_name}?_limit=10000&#{@site.parameter}"
23
23
  uri = URI("#{@site.endpoint}#{path}")
24
24
  Jekyll.logger.info "Jekyll Strapi:", "Fetching entries from #{uri}"
25
25
  # Get entries
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Strapi
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-strapi-mod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - marktawa