strapi_ruby 0.1.3 → 0.1.4

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: a1ea7267c293e0bdd14967f64eedc922615f448b49d39a9ebdba914bb65b9336
4
- data.tar.gz: 99c88f5464b84da4e5eb99e106b77c00436cdc413a9be26b9aa6e44e23a0a31a
3
+ metadata.gz: 80d58798b5b94440c194944d51dd664b273c45acd8a2a841698a8e5bec6690d8
4
+ data.tar.gz: 2c18bfe9cf4b6dfd87d2050e58b4f0d87fe45e232ef03f5ceb1cc9e82ce44eea
5
5
  SHA512:
6
- metadata.gz: 96fffc52dfc440ebb3dcdefc07b26ced071d07cd96812d868388b7f4e382a2ef73814d9eb419e8c1f291c264fa68339fc3c263658b7b2535147709568b0a72e3
7
- data.tar.gz: 4e8c52118420a2d2dd2273e66221fa00c38ab7639fa7898a00647e53aec279557bcbfa0fb40859e911735890f947346a0990a22dd55d639dc44b2ab3cc1115ce
6
+ metadata.gz: 997534e817adec53bed03d5d6f52ffebebf7153d812f791b03b8f88b94d0bbab502a2274b105c0aa043d0ec7396877552580c9a562a13359c702a485af177130
7
+ data.tar.gz: 8b784589f1ae957efdf88c99190ed237c0a3df703fbdc1a23218e2a305ad6fd7e92abaccc1dc6695c8fd1d3a5690a190133a3f045ec0bda60c2d50b0f7d29cbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [0.1.3] - 2023-10-20
2
2
 
3
+ - Added error message for collection_query error
4
+
5
+ ## [0.1.3] - 2023-10-20
6
+
3
7
  - Check for errors when using collection strapi parameters like sort/filters... on single items
4
8
  - Fix Typo on ConfigError => ConfigurationError
5
9
 
@@ -13,4 +13,5 @@ publication_state: Invalid argument. Expected :live or :preview.
13
13
  pagination: Use a single pagination method, either by page or by offset
14
14
  strapi_server_status: There is an error from the Strapi server with status
15
15
  faraday_connection: There is an error while implementing connection with Faraday
16
- configuration: You must configure StrapiRuby before using it. See README.md for details.
16
+ configuration: You must configure StrapiRuby before using it. See README.md for details.
17
+ collection_query: You try to use Strapi parameters on a single item but they should be used on a collection.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StrapiRuby
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strapi_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxence Robinet