gettyimages-api 3.2.5 → 3.2.6
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/README.md +9 -9
- data/lib/GettyImagesApi/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2291c3665957b6fe9b9714306760b57eed67a7d5111b6be17ce900f0b1751d95
|
4
|
+
data.tar.gz: 708176cebefd2538cdf09473274f8dbd5da12ef50c17b6eecf73e0fd258a0b3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7aca052a5e8333e397b9674c4d9e0a7baf0f1b10a15e1804ba195022812b54a56ab8ca00b2804adea1699e9caad300e102da226501ec0d8e19b009844fd2622e
|
7
|
+
data.tar.gz: 0a621f3c4d1280c93695fa87105ddc9a7d425dfe982bc9d4cab901c65629945ef939093d4b6c455e4fae201888b89ab867aee73a999fda284fa1001ab1a83cb5
|
data/README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# Getty Images API Ruby SDK
|
2
2
|
|
3
3
|
```txt
|
4
|
-
|
5
|
-
*****
|
4
|
+
***********************************************************
|
5
|
+
***** *****
|
6
6
|
***** This codebase has been retired as of 2025-04-11 *****
|
7
|
-
*****
|
8
|
-
***** The project has been archived and no new
|
9
|
-
***** releases will be made. That means no new
|
10
|
-
***** features, no security updates and no bug
|
11
|
-
***** fixes. There will also be no support. If you
|
7
|
+
***** *****
|
8
|
+
***** The project has been archived and no new *****
|
9
|
+
***** releases will be made. That means no new *****
|
10
|
+
***** features, no security updates and no bug *****
|
11
|
+
***** fixes. There will also be no support. If you *****
|
12
12
|
***** decide to use the code, you are on your own. :) *****
|
13
|
-
*****
|
14
|
-
|
13
|
+
***** *****
|
14
|
+
***********************************************************
|
15
15
|
```
|
16
16
|
|
17
17
|
The archived README is [here](README-ARCHIVED.md)
|