fmrest-core 0.26.3 → 0.27.0

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: d27671c00aed0903a6cbfa70dd2dd3d98fff8bb78819dbfa59b9189f8125cd96
4
- data.tar.gz: e971d61b21897e0c60d8b281b00e60c496b77b87c8cf62471b8e8845e83221ec
3
+ metadata.gz: 8fc8a8f45545818bec02cec9985903c8d4770e6e3af92ab33c47fba00bc7a477
4
+ data.tar.gz: 1de320fbfa7ef09ab16d127add306e6fefff092464f158a7128253d5480b8b60
5
5
  SHA512:
6
- metadata.gz: 1f7a31c9f5e56bb29a5816279990518ee8349358dd76a39441e0d0d2af0527cfe770ed5f23ca079c2f94524a472b319025df46917ffeac96e5d3d3422a9328e3
7
- data.tar.gz: 9c2a60f9ce6e39a0089cc7ff430394dfff7c185d905c63bb187eea6dcb5cce73cbd344b6ca854d1cfd3fd389b2ff6a04183e4845b7a2ff9c2077943a5bf1ff95
6
+ metadata.gz: 0a577603764dbd4a972835c1fc46edef11a50ec6a28090c68f665f38a9819f151854e46154660a24d708dadf98c406cee2058afc0767d022e6a9f06517a40d44
7
+ data.tar.gz: 2f238e26bb318e764bf878f9275ee69a4903379ead82fb910eee7afd6d95f00637bc474e0b06cf715342b43cb0c64a500606112151e0849f98e891c5943ad963
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ ### 0.27.0
4
+
5
+ * Compatibility with Ruby 4.0
6
+
3
7
  ### 0.26.3
4
8
 
5
9
  * Compatibility with faraday-multipart 1.1.0
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 8.0.
591
+ Ruby 3.0 through 4.0, and Rails (ActiveSupport) 6.1 through 8.1.
592
592
 
593
593
  ## Gem development
594
594
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FmRest
4
- VERSION = "0.26.3"
4
+ VERSION = "0.27.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fmrest-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.3
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Carbajal
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-12-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: faraday
@@ -86,7 +85,6 @@ homepage: https://github.com/beezwax/fmrest-ruby
86
85
  licenses:
87
86
  - MIT
88
87
  metadata: {}
89
- post_install_message:
90
88
  rdoc_options: []
91
89
  require_paths:
92
90
  - lib
@@ -101,8 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
99
  - !ruby/object:Gem::Version
102
100
  version: '0'
103
101
  requirements: []
104
- rubygems_version: 3.5.3
105
- signing_key:
102
+ rubygems_version: 4.0.3
106
103
  specification_version: 4
107
104
  summary: FileMaker Data API client using Faraday, core library
108
105
  test_files: []