fmrest-core 0.25.0.rc1 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/README.md +2 -2
- data/lib/fmrest/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eed30260591437d4845f975bcb4abc74d6d1da8177958b2d71ddc47e7a3cbee4
|
4
|
+
data.tar.gz: 0705f1f61c964162f60e0a967ce00fc833b75bf968260392874c76df736caf85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9667f68401137c9ffd110c5c393a236113b16a9c19bb2c58058081e5bbc042e042d7cb1db35f83f538504c64320ef19a012a567f967ba246f3ca785c768d4e0b
|
7
|
+
data.tar.gz: c62741865b4add8835925024752d1467ffe631f5b750468bfc273a86589acd91bc1176dd6d2dab775d3b9c3a68bbf340ccfffdecb1d666b91f7c831231176e0e
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -584,11 +584,11 @@ FM Data API reference: https://help.claris.com/en/data-api-guide/
|
|
584
584
|
|
585
585
|
\* You can manually supply the URL and JSON to a `FmRest` connection.
|
586
586
|
|
587
|
-
## Supported Ruby versions
|
587
|
+
## Supported Ruby and Rails versions
|
588
588
|
|
589
589
|
The latest fmrest-ruby is
|
590
590
|
[tested against](https://github.com/beezwax/fmrest-ruby/actions?query=workflow%3ACI)
|
591
|
-
Ruby
|
591
|
+
Ruby 3.0 through 3.3.0-rc1, and Rails (ActiveSupport) 6.1 through 7.1.
|
592
592
|
|
593
593
|
## Gem development
|
594
594
|
|
data/lib/fmrest/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fmrest-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Carbajal
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -97,11 +97,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
|
-
- - "
|
100
|
+
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version:
|
102
|
+
version: '0'
|
103
103
|
requirements: []
|
104
|
-
rubygems_version: 3.
|
104
|
+
rubygems_version: 3.4.6
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: FileMaker Data API client using Faraday, core library
|