hanami-webconsole 2.3.0.beta1 → 2.3.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: 9c50a56655ef00e8d0da6358e146574048823467c7be047db618fe7e1335458c
4
- data.tar.gz: 683264a6f80f85919e5f02a5e723a62c9dd4b1a7eefa31ea824122451673ee8d
3
+ metadata.gz: '08f05dcad9badde93c31408a657f5d85fe4374b521bd6e5c6c39bc27be36c37e'
4
+ data.tar.gz: f49694cfa7d72576aec7a5c5ddebb3de2b91269e5870087a6ece52acf02c7f7d
5
5
  SHA512:
6
- metadata.gz: be6f5e6471cd73717bce04dbe18a6fb7cdd78fa2ff74735f60a5ae3f14803776d9ec4a56e41c34dbeec2ef16686c2d1916f83019f7ac71200624e372931f38cd
7
- data.tar.gz: cbbfa3cb58a598e4eb42cba65a326aac57538b6ec45b76ca6203d8e56c73a0a481dc98e96c942a488538db4da9bfeedabe6d462d58494cae617baece1214de2e
6
+ metadata.gz: 1c61264c9b345083d8c6beeacbaf5542686f2157bc7330053bcf82861c8a3cbe196053a1d59f4ddc431b78e06eacdff3c44b152f3ab4020a86cf2f166f597e8b
7
+ data.tar.gz: 403e92b613d30fc11feca2900da542909151108b3df16939c108380ebf57c9f2f5f3f74145911a9c09c5a41ece4f6dc560dc3b2147fb9fce1bf9a66d92c72a41
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Hanami development web console.
4
4
 
5
+ ## v2.3.0 - 2025-11-12
6
+
7
+ ## v2.3.0.beta2 - 2025-10-17
8
+
9
+ ### Changed
10
+
11
+ - Drop support for Ruby 3.1
12
+
5
13
  ## v2.3.0.beta1 - 2025-10-03
6
14
 
7
15
  ## v2.2.0 - 2024-11-05
data/README.md CHANGED
@@ -6,13 +6,9 @@
6
6
 
7
7
  [![Gem Version](https://badge.fury.io/rb/hanami-webconsole.svg)](https://badge.fury.io/rb/hanami-webconsole)
8
8
  [![CI](https://github.com/hanami/webconsole/actions/workflows/ci.yml/badge.svg)](https://github.com/hanami/webconsole/actions?query=workflow%3Aci+branch%3Amain)
9
- [![Test Coverage](https://codecov.io/gh/hanami/webconsole/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/webconsole)
10
- [![Depfu](https://badges.depfu.com/badges/a8545fb67cf32a2c75b6227bc0821027/overview.svg)](https://depfu.com/github/hanami/webconsole?project=Bundler)
11
9
 
12
10
  ## Installation
13
11
 
14
- __Hanami::Webconsole__ supports Ruby (MRI) 3.1+.
15
-
16
12
  Add this line to your Hanami project's `Gemfile`:
17
13
 
18
14
  ```ruby
@@ -7,13 +7,13 @@ require "hanami/webconsole/version"
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "hanami-webconsole"
9
9
  spec.version = Hanami::Webconsole::VERSION
10
- spec.authors = ["Luca Guidi"]
11
- spec.email = ["me@lucaguidi.com"]
10
+ spec.authors = ["Hanakai team"]
11
+ spec.email = ["info@hanakai.org"]
12
12
  spec.summary = "Hanami webconsole"
13
13
  spec.description = "Hanami webconsole for development"
14
14
  spec.homepage = "http://hanamirb.org"
15
15
  spec.license = "MIT"
16
- spec.required_ruby_version = ">= 3.1"
16
+ spec.required_ruby_version = ">= 3.2"
17
17
 
18
18
  spec.files = `git ls-files -- lib/* CHANGELOG.md LICENSE.md README.md hanami-webconsole.gemspec`.split($INPUT_RECORD_SEPARATOR)
19
19
  spec.require_paths = ["lib"]
@@ -3,6 +3,6 @@
3
3
  module Hanami
4
4
  module Webconsole
5
5
  # @since 0.1.0
6
- VERSION = "2.3.0.beta1"
6
+ VERSION = "2.3.0"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-webconsole
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.beta1
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
- - Luca Guidi
7
+ - Hanakai team
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: '1.0'
46
46
  description: Hanami webconsole for development
47
47
  email:
48
- - me@lucaguidi.com
48
+ - info@hanakai.org
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: '3.1'
72
+ version: '3.2'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="