contentful 2.17.0 → 2.17.1
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 +4 -4
- data/CHANGELOG.md +15 -0
- data/README.md +1 -1
- data/lib/contentful/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7dee1859981813b1f776434d48109636bf85c1fb2a607788e147707cf9cd4949
|
|
4
|
+
data.tar.gz: 2195c59342837dd4772c063f27af1dcdb568bb6bbe7134d69ccf0cce5aeb9658
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c21cda9e2af95df25dc7c38e3c019114de566d27a2c9b8a3d29229f45455ffd8da9ea94939bc9531a78d4d8dc9317bdc8780e27fd4500c237438cb1fdd0197d
|
|
7
|
+
data.tar.gz: 4fa5bbe0e7b9fad851269e0be826909e052e66808d8e9c4525ae73328b00d9932c5842dd0a6f392aee041d9e0b970b8a35af5e3b69473314d68e8253e03d5397
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## Unreleased
|
|
4
|
+
|
|
5
|
+
## 2.17.1
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
* Fixed typo in documentation
|
|
9
|
+
* Fixed changelog discrepancies
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
* Updated `json` gem version
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
* Added ruby versions 3.1, 3.2 and 3.3 to CI. Removed 2.6 and 2.7.
|
|
16
|
+
|
|
3
17
|
## 2.17.0
|
|
4
18
|
|
|
5
19
|
### Updated
|
|
6
20
|
* Updated `http` gem version
|
|
7
21
|
|
|
22
|
+
|
|
8
23
|
### Changed
|
|
9
24
|
* CI/CD vendor from travis to circleci
|
|
10
25
|
* Refactored `includes` to be a model (`Contentful::Includes`) with a lookup table instead of a plain Ruby array, for improved performance when `include_level` is set. Two related methods from `Support` have been moved to this new class. Any code that uses the undocumented `includes_for_single` option to any method will need to be updated. [#235](https://github.com/contentful/contentful.rb/pull/235)
|
data/README.md
CHANGED
|
@@ -665,7 +665,7 @@ For more information on the internal changes present in the 2.x release, please
|
|
|
665
665
|
|
|
666
666
|
### You found a bug or want to propose a feature?
|
|
667
667
|
|
|
668
|
-
* File an issue here on GitHub: [](https://github.com/contentful/contentful.rb/issues/new). Make sure to remove any
|
|
668
|
+
* File an issue here on GitHub: [](https://github.com/contentful/contentful.rb/issues/new). Make sure to remove any credentials from your code before sharing it.
|
|
669
669
|
|
|
670
670
|
### You need to share confidential information or have other questions?
|
|
671
671
|
|
data/lib/contentful/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contentful
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.17.
|
|
4
|
+
version: 2.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Contentful GmbH (Jan Lelis)
|
|
8
8
|
- Contentful GmbH (Andreas Tiefenthaler)
|
|
9
9
|
- Contentful GmbH (David Litvak Bruno)
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2024-03-29 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: http
|
|
@@ -150,14 +150,14 @@ dependencies:
|
|
|
150
150
|
requirements:
|
|
151
151
|
- - "~>"
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
|
-
version:
|
|
153
|
+
version: 1.60.2
|
|
154
154
|
type: :development
|
|
155
155
|
prerelease: false
|
|
156
156
|
version_requirements: !ruby/object:Gem::Requirement
|
|
157
157
|
requirements:
|
|
158
158
|
- - "~>"
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
|
-
version:
|
|
160
|
+
version: 1.60.2
|
|
161
161
|
- !ruby/object:Gem::Dependency
|
|
162
162
|
name: rspec
|
|
163
163
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -284,7 +284,7 @@ homepage: https://github.com/contentful/contentful.rb
|
|
|
284
284
|
licenses:
|
|
285
285
|
- MIT
|
|
286
286
|
metadata: {}
|
|
287
|
-
post_install_message:
|
|
287
|
+
post_install_message:
|
|
288
288
|
rdoc_options: []
|
|
289
289
|
require_paths:
|
|
290
290
|
- lib
|
|
@@ -299,8 +299,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
299
299
|
- !ruby/object:Gem::Version
|
|
300
300
|
version: '0'
|
|
301
301
|
requirements: []
|
|
302
|
-
rubygems_version: 3.
|
|
303
|
-
signing_key:
|
|
302
|
+
rubygems_version: 3.2.3
|
|
303
|
+
signing_key:
|
|
304
304
|
specification_version: 4
|
|
305
305
|
summary: contentful
|
|
306
306
|
test_files: []
|