hanami-assets 2.3.0.beta2 → 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: 72f2c41309b308a245f61414308d5ca6077048a117a88cade88c0af2b29f98f8
4
- data.tar.gz: 76d468446140e343d18953190efca80236fecb8e797e4d9d436ff48aab766d2a
3
+ metadata.gz: 6ee75ee56db9dd5b4d6db04887657a02d99ce43bf49c78c4baf70733752c76ce
4
+ data.tar.gz: d43d55e58b795a6e23b5eb9847e4345b570ccee97147e6bcc0c36979455ee92c
5
5
  SHA512:
6
- metadata.gz: 5201be01a6bc8cb9fd4abb20cda3edeeed39c901f887cfee85eb57f9ea8b4e715c486081b0ce2799eb045bab35c386561bc1e469b7dd40b88a16acffe448a241
7
- data.tar.gz: d6945c811f8d29ff8bf21d83e7e251d4967dba861fe9af29dab449474068815eb4611cd157e75836e331c7581fea9617d0c6dd8105a5dd1e608efeda1743860c
6
+ metadata.gz: a13afd29057b8d7b4ab179d09023b6e2df8a15ef0156dd85895d37ca05c7483cfab5aa9f8ac6670706dd3f9910d812403e4bb42b2aba28ec5842ab88bb1a5421
7
+ data.tar.gz: 5c846cc61e83e8ddd8c5f1fa1ddc8e886b5fcfd7d3389f98e6bf56a9ee23bec946eb4ca4580285865ff1749826d109836ef82f685d153e088d74da9eea71f749
data/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Hanami::Assets
2
2
  Assets management for Ruby web applications
3
3
 
4
+ ## v2.3.0 - 2025-11-12
5
+
4
6
  ## v2.3.0.beta2 - 2025-10-17
5
7
 
6
8
  ### Changed
data/README.md CHANGED
@@ -5,9 +5,7 @@ Assets management for Ruby web projects
5
5
  ## Status
6
6
 
7
7
  [![Gem Version](https://badge.fury.io/rb/hanami-assets.svg)](https://badge.fury.io/rb/hanami-assets)
8
- [![CI](https://github.com/hanami/assets/actions/workflows/ci.yml/badge.svg)](https://github.com/hanami/assets/actions?query=workflow%3Aci+branch%3Amain)
9
- [![Test Coverage](https://codecov.io/gh/hanami/assets/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/assets)
10
- [![Depfu](https://badges.depfu.com/badges/4b37347bd74042ff96477495cc16531d/overview.svg)](https://depfu.com/github/hanami/assets?project=Bundler)
8
+ [![CI](https://github.com/hanami/hanami-assets/actions/workflows/ci.yml/badge.svg)](https://github.com/hanami/hanami-assets/actions?query=workflow%3Aci+branch%3Amain)
11
9
 
12
10
  ## Contact
13
11
 
@@ -22,8 +20,6 @@ Assets management for Ruby web projects
22
20
 
23
21
  ## Installation
24
22
 
25
- __Hanami::Assets__ supports Ruby (MRI) 3.1+
26
-
27
23
  Add this line to your application's Gemfile:
28
24
 
29
25
  ```ruby
@@ -7,8 +7,8 @@ require "hanami/assets/version"
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "hanami-assets"
9
9
  spec.version = Hanami::Assets::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 = "Assets management"
13
13
  spec.description = "Assets management for Ruby web applications"
14
14
  spec.homepage = "http://hanamirb.org"
@@ -5,6 +5,6 @@ module Hanami
5
5
  # Defines the version
6
6
  #
7
7
  # @since 0.1.0
8
- VERSION = "2.3.0.beta2"
8
+ VERSION = "2.3.0"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.beta2
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
@@ -143,7 +143,7 @@ dependencies:
143
143
  version: '1.0'
144
144
  description: Assets management for Ruby web applications
145
145
  email:
146
- - me@lucaguidi.com
146
+ - info@hanakai.org
147
147
  executables: []
148
148
  extensions: []
149
149
  extra_rdoc_files: []