reve_ai 0.2.0 → 0.2.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 +8 -1
- data/README.md +9 -5
- data/lib/reve_ai/version.rb +1 -1
- metadata +12 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44c9a9191d46d7088bf8888415b2727f2e5587bfb3e6ff6f3d321225aa5f4dad
|
|
4
|
+
data.tar.gz: 1f16304c1c0fd6fc1751a34a6e0dd1853f6f4f4f1f5c48df13e9f50993bc1ae4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 299ccdcdb8b24b512a165b9b4d765e2d4681b25fd0ddcb0649ed129442634dd68c5447d9b18980561308929e45516dfec95add5585e9304fe6b614cb67cedacd
|
|
7
|
+
data.tar.gz: 732e06bbe67ac1dd62aaff55bb97ab19406fb1b8c0ebf2a2c64141da183eeb0b3b77380720ff58af5954aa38c39bb4294f9e894acbcf84632f5110ea949f247c
|
data/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [0.2.
|
|
8
|
+
## [0.2.1] - 2026-08-05
|
|
9
|
+
|
|
10
|
+
### Deprecated
|
|
11
|
+
|
|
12
|
+
- Documented the Reve public API shutdown and the gem's deprecated, unmaintained status
|
|
13
|
+
- Added a RubyGems post-install warning with the API sunset date and repository README link
|
|
14
|
+
|
|
15
|
+
## [0.2.0] - 2026-07-17
|
|
9
16
|
|
|
10
17
|
### Added
|
|
11
18
|
|
data/README.md
CHANGED
|
@@ -5,6 +5,12 @@ Ruby client for the [Reve image generation API](https://api.reve.com/console/doc
|
|
|
5
5
|
[](https://badge.fury.io/rb/reve_ai)
|
|
6
6
|
[](https://github.com/dpaluy/reve_ai/actions/workflows/ci.yml)
|
|
7
7
|
|
|
8
|
+
## API sunset notice
|
|
9
|
+
|
|
10
|
+
> **Reve's public API sunsets Friday, August 14, 2026.** Existing approved API users retain access through the sunset window; all other users can no longer access it, and new API onboarding is closed. Unused paid credits begin full-refund processing Monday, August 17, 2026.
|
|
11
|
+
|
|
12
|
+
This gem is deprecated and will be unmaintained after the API shutdown. No further feature development or maintenance is planned.
|
|
13
|
+
|
|
8
14
|
## Installation
|
|
9
15
|
|
|
10
16
|
```
|
|
@@ -459,15 +465,13 @@ bundle exec rake test
|
|
|
459
465
|
bundle exec rubocop
|
|
460
466
|
```
|
|
461
467
|
|
|
462
|
-
## Release
|
|
468
|
+
## Release
|
|
463
469
|
|
|
464
|
-
|
|
465
|
-
bundle exec rake release
|
|
466
|
-
```
|
|
470
|
+
This gem is deprecated, and no further feature releases are planned.
|
|
467
471
|
|
|
468
472
|
## Contributing
|
|
469
473
|
|
|
470
|
-
|
|
474
|
+
This project is deprecated and will be unmaintained after the API shutdown. Contributions for new features or ongoing maintenance are no longer being accepted.
|
|
471
475
|
|
|
472
476
|
## License
|
|
473
477
|
|
data/lib/reve_ai/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: reve_ai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- dpaluy
|
|
@@ -51,8 +51,9 @@ dependencies:
|
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: '2.0'
|
|
54
|
-
description: ReveAI
|
|
55
|
-
|
|
54
|
+
description: ReveAI was a lightweight Faraday-based wrapper for the Reve image generation
|
|
55
|
+
API (create, edit, remix images). The upstream public API sunsets on August 14,
|
|
56
|
+
2026; this gem is deprecated and will be unmaintained after the shutdown.
|
|
56
57
|
email:
|
|
57
58
|
- dpaluy@users.noreply.github.com
|
|
58
59
|
executables: []
|
|
@@ -87,6 +88,13 @@ metadata:
|
|
|
87
88
|
source_code_uri: https://github.com/dpaluy/reve_ai
|
|
88
89
|
changelog_uri: https://github.com/dpaluy/reve_ai/blob/master/CHANGELOG.md
|
|
89
90
|
bug_tracker_uri: https://github.com/dpaluy/reve_ai/issues
|
|
91
|
+
deprecated: 'true'
|
|
92
|
+
post_install_message: |
|
|
93
|
+
WARNING: The upstream Reve public API sunsets Friday, August 14, 2026.
|
|
94
|
+
This gem is deprecated and will be unmaintained after the shutdown.
|
|
95
|
+
Existing approved API users retain access through the sunset window; all other users can no longer access it, and new API onboarding is closed.
|
|
96
|
+
Unused paid credits begin full-refund processing Monday, August 17, 2026.
|
|
97
|
+
See the repository README for details: https://github.com/dpaluy/reve_ai#api-sunset-notice
|
|
90
98
|
rdoc_options: []
|
|
91
99
|
require_paths:
|
|
92
100
|
- lib
|
|
@@ -103,5 +111,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
111
|
requirements: []
|
|
104
112
|
rubygems_version: 3.6.9
|
|
105
113
|
specification_version: 4
|
|
106
|
-
summary: Ruby client for
|
|
114
|
+
summary: Deprecated Ruby client for Reve's sunset image generation API.
|
|
107
115
|
test_files: []
|