fmrest-rails 0.24.0.rc1 → 0.25.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -0
  3. data/README.md +3 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20c9e25a7f91baa2ae531f973ca40b7f93aaadb971a8b2b5755c228ea1a1c63f
4
- data.tar.gz: 4f094ca5ea0a095145b973e2720a372988a9aa3fb8c2cba13c6dba3c7d50aee8
3
+ metadata.gz: 6a567bfab83859ba2286394c4cc614b150e18664e3595552e656e5c467f90e9e
4
+ data.tar.gz: 5d693b02daf1463db5c4708a33eef9a43f4d1a2891066f2c89f90fcb1478724a
5
5
  SHA512:
6
- metadata.gz: 4cef3848231b7e78d26c6294fe9d096f1c0b3dae8fbd95c59ccc61a9d4b634d21183cc977d6841f15eede20c337b5f8d38ca09f8da1d00c7d7ded5616633cc83
7
- data.tar.gz: f5b8c841f0223441cb33994fba7eb9db42cb06de0395d9455a9c0111e16b167422e48782ee0983634426889e274644fb019d4ad2adfba57b4ef5c00d63b2fee2
6
+ metadata.gz: 402624c2e082743653680b8fa96c962f16cd2044d676c9ecd9a7d262329d70fa964c22521958fdc31e9053028fcbf167abf843f5acbcc13660ed20fa680588c0
7
+ data.tar.gz: 6a11d7b80026a42d77e2d9a92903f91fde6419cc70f966ec501171147aa65f587775c5a436c5401220d2741165e496f680835275311e69ce72958d2ec559e962
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  ## Changelog
2
2
 
3
+ ### 0.25.0
4
+
5
+ * Add `.and` query method
6
+ * Fix crash when `.match` query method was given non-string values
7
+
8
+ ### 0.24.0
9
+
10
+ * Add `FmRest::Layout.ignore_mod_id` flag
11
+
3
12
  ### 0.23.1
4
13
 
5
14
  * Fix crash when booting in Rails and `config/fmrest.yml` didn't exist
data/README.md CHANGED
@@ -586,8 +586,9 @@ FM Data API reference: https://help.claris.com/en/data-api-guide/
586
586
 
587
587
  ## Supported Ruby versions
588
588
 
589
- fmrest-ruby is [tested against](https://github.com/beezwax/fmrest-ruby/actions?query=workflow%3ACI)
590
- Ruby 2.6 through 3.1.
589
+ The latest fmrest-ruby is
590
+ [tested against](https://github.com/beezwax/fmrest-ruby/actions?query=workflow%3ACI)
591
+ Ruby 2.7 through 3.2.
591
592
 
592
593
  ## Gem development
593
594
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fmrest-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0.rc1
4
+ version: 0.25.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Carbajal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-12 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fmrest-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.24.0.rc1
19
+ version: 0.25.0.rc1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.24.0.rc1
26
+ version: 0.25.0.rc1
27
27
  description: fmrest-rails provides Rails integration for the fmrest gem.
28
28
  email:
29
29
  - pedro_c@beezwax.net