hypernova 1.4.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3536f00e6d094bb204e5b369bc7c0780f6cdbbe3
4
- data.tar.gz: 3cfba45df0b3e0a9166f3cab0085f82935df1eda
2
+ SHA256:
3
+ metadata.gz: d6ebb94761860b1b670ddf15562e86346cdf3c36a500ff7619525e3d62ae7723
4
+ data.tar.gz: 03e9f35394ea5d7a6d2e755b7ef207d3a9580b8d94f8d129d7d67313ed93fd9b
5
5
  SHA512:
6
- metadata.gz: 8682c031be0a6689b74c7141c73bbe72be93864216ba7063e0d083e768dcb3eb40bbaf630a64127b53d5c42a1e61e778b90de8c5376d8771e36bfcc426559d48
7
- data.tar.gz: e12493f8b933731f965d3872cfc83ba9e7606add1136e6f8aea2e9426a4e6ac9e4b2cd046cfaaa64d54dba617bcab8977a46888b11e2cf6ff600a2b999086107
6
+ metadata.gz: 2114a90914769821faa5cd5f2b5c917a3ee8d348eeddaa816785487963935bf45cd26d4e34847ae09127412fc46122141c0bb5abcd44f90fba53dbad4bc1f225
7
+ data.tar.gz: bcffe97a7d6a0d892c4d6f154fd2bd5f5ccf809026342a4bbd7d58837ab3960758992dfb4cf80fe9103a994c979fd187093c3ca2ed8118d101246aebc84db369
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.0] - 2023-10-06
9
+
10
+ Official deprecation.
11
+
8
12
  ## [1.4.0] - 2019-01-24
9
13
 
10
14
  ### Fixed
data/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ | :exclamation: Deprecation Notice |
2
+ |:-|
3
+ |We want to express our sincere gratitude for your support and contributions to the Hypernova open source project. As we are no longer using this technology internally, we have come to the decision to archive the Hypernova repositories. While we won't be providing further updates or support, the existing code and resources will remain accessible for your reference. We encourage anyone interested to fork the repository and continue the project's legacy independently. Thank you for being a part of this journey and for your patience and understanding.|
4
+ ---
5
+
1
6
  # hypernova-ruby [![Build Status](https://travis-ci.org/airbnb/hypernova-ruby.svg)](https://travis-ci.org/airbnb/hypernova-ruby)
2
7
 
3
8
  > A Ruby client for the Hypernova service
data/hypernova.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  'Josh Perez'
13
13
  ]
14
14
  spec.bindir = "exe"
15
- spec.description = "A Ruby client for the Hypernova service"
15
+ spec.description = "[deprecated] A Ruby client for the Hypernova service"
16
16
  spec.email = %w(
17
17
  jake.tl@airbnb.com
18
18
  ljharb@gmail.com
@@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
31
31
 
32
32
  if spec.respond_to?(:metadata)
33
33
  spec.metadata["allowed_push_host"] = 'https://rubygems.org'
34
+ spec.metadata['deprecated'] = 'true'
34
35
  end
35
36
 
36
37
  spec.add_development_dependency "json", "~> 1.8"
@@ -1,3 +1,3 @@
1
1
  module Hypernova
2
- VERSION = "1.4.0"
2
+ VERSION = "2.0.0"
3
3
  end
data/lib/hypernova.rb CHANGED
@@ -3,6 +3,8 @@ require "hypernova/configuration"
3
3
  require "hypernova/rails/action_controller"
4
4
  require "hypernova/version"
5
5
 
6
+ warn "[DEPRECATION] The 'hypernova' gem has been deprecated."
7
+
6
8
  module Hypernova
7
9
  # thrown by ControllerHelper methods if you don't call hypernova_batch_before first
8
10
  class NilBatchError < StandardError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hypernova
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Teton-Landis
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: exe
14
14
  cert_chain: []
15
- date: 2019-01-25 00:00:00.000000000 Z
15
+ date: 2023-10-09 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: json
@@ -126,7 +126,7 @@ dependencies:
126
126
  - - "~>"
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0.8'
129
- description: A Ruby client for the Hypernova service
129
+ description: "[deprecated] A Ruby client for the Hypernova service"
130
130
  email:
131
131
  - jake.tl@airbnb.com
132
132
  - ljharb@gmail.com
@@ -170,6 +170,7 @@ licenses:
170
170
  - MIT
171
171
  metadata:
172
172
  allowed_push_host: https://rubygems.org
173
+ deprecated: 'true'
173
174
  post_install_message:
174
175
  rdoc_options: []
175
176
  require_paths:
@@ -185,8 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
186
  - !ruby/object:Gem::Version
186
187
  version: '0'
187
188
  requirements: []
188
- rubyforge_project:
189
- rubygems_version: 2.5.2.3
189
+ rubygems_version: 3.0.3.1
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Batch interface for Hypernova, the React render service.