fmrest-rails 0.26.1 → 0.26.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +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: 5b942c66c511e8b5e6227c9489fd091ee5597797c57e2ba5b202313cefd5ae2f
|
4
|
+
data.tar.gz: c7b36939ca2464bf623ccb2fc549094fbf4e9b271f07671ad8be09c54ac48c3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b51b99f3aec3784467b94586f3dc02f147936cda06e94f901bbe8eb7218c149e967397c1903d429a1271fbb80fec12b50ae44242c59bed024e0f3e428f451d22
|
7
|
+
data.tar.gz: ff7b9edc1faa0d990a68b68c128d2de32b0f5567e59f1972a1aea1691ed4d973e76d94548032840ec8b68b24752ba0d760551813ccc7f340e5b072b7c6b195bc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
## Changelog
|
2
2
|
|
3
|
+
### 0.26.3
|
4
|
+
|
5
|
+
* Compatibility with faraday-multipart 1.1.0
|
6
|
+
|
7
|
+
### 0.26.2
|
8
|
+
|
9
|
+
* Fix handling of empty container file URLs, now raises
|
10
|
+
`FmRest::ContainerFieldError`
|
11
|
+
|
3
12
|
### 0.26.1
|
4
13
|
|
5
14
|
* Fix downloading of container files in FileMaker 20
|
data/README.md
CHANGED
@@ -588,7 +588,7 @@ FM Data API reference: https://help.claris.com/en/data-api-guide/
|
|
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 3.0 through 3.3, and Rails (ActiveSupport) 6.1 through
|
591
|
+
Ruby 3.0 through 3.3, and Rails (ActiveSupport) 6.1 through 8.0.
|
592
592
|
|
593
593
|
## Gem development
|
594
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.26.
|
4
|
+
version: 0.26.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Carbajal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-25 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.26.
|
19
|
+
version: 0.26.3
|
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.26.
|
26
|
+
version: 0.26.3
|
27
27
|
description: fmrest-rails provides Rails integration for the fmrest gem.
|
28
28
|
email:
|
29
29
|
- pedro_c@beezwax.net
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
rubygems_version: 3.
|
64
|
+
rubygems_version: 3.5.3
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Rails ties and generators for fmrest gem
|