hanami-assets 2.1.0 → 2.2.0.beta1

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: 1a0f74ce24868eb7966c76d648440874d7379feec8a0dcf54cc2b2ec041b1e68
4
- data.tar.gz: 70224e7d218a8ce723f33a6472e45864c49867816e96faf73efdeb0ae5693bd5
3
+ metadata.gz: b94a8d3e0e9c270d8fff9006f8ebe8d70a410040ba41bb94ed34a58d15afba6b
4
+ data.tar.gz: 748fd04fb19df44fe2820c3f515ae95f7599dafd13958884ac1429b55a289096
5
5
  SHA512:
6
- metadata.gz: 3843017a4e9ba13f467858ec0bc697ac89ee414c709a5a33cbd7f5b6d6a977b07d84961cb611983b4e2d0175e393354907de10d1191df396b64806913eee27ce
7
- data.tar.gz: 4c60284918e679b1be855867bbcecc3b31901e3acf98c515cbda4c2d2cdd378c15ec988d43ce4346e03372966cc2bad7204b932a83027d7749bbacaa3729bdb9
6
+ metadata.gz: eaca83bdb0e6a8eaaa1a373399b04e1225ff24b8f6df0e975fddf577168163f0439b68584a2990a0c32860e346372dc419277a23fdef0904bba1296d1fc85389
7
+ data.tar.gz: db0cb5b7121157bf025251b869c56347328c2402378fcdb01c2d5e588e0dd82fda12b44ee531b68a93366a515e5692b091d971da712b0f57ddbb26394eaccbc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Hanami::Assets
2
2
  Assets management for Ruby web applications
3
3
 
4
+ ## v2.2.0.beta1 - 2024-07-16
5
+
6
+ ### Changed
7
+
8
+ - Drop support for Ruby 3.0
9
+
4
10
  ## v2.1.0 - 2024-02-27
5
11
 
6
12
  ## v2.1.0.rc3 - 2024-02-16
data/README.md CHANGED
@@ -5,10 +5,9 @@ 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/workflows/ci/badge.svg?branch=main)](https://github.com/hanami/assets/actions?query=workflow%3Aci+branch%3Amain)
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
9
  [![Test Coverage](https://codecov.io/gh/hanami/assets/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/assets)
10
10
  [![Depfu](https://badges.depfu.com/badges/4b37347bd74042ff96477495cc16531d/overview.svg)](https://depfu.com/github/hanami/assets?project=Bundler)
11
- [![Inline Docs](http://inch-ci.org/github/hanami/assets.svg)](http://inch-ci.org/github/hanami/assets)
12
11
 
13
12
  ## Contact
14
13
 
@@ -16,18 +15,15 @@ Assets management for Ruby web projects
16
15
  * Community: http://hanamirb.org/community
17
16
  * Guides: https://guides.hanamirb.org
18
17
  * Mailing List: http://hanamirb.org/mailing-list
19
- * API Doc: http://rdoc.info/gems/hanami-assets
20
- * Bugs/Issues: https://github.com/hanami/assets/issues
21
- * Support: http://stackoverflow.com/questions/tagged/hanami
22
- * Forum: https://discuss.hanamirb.org
18
+ * API Doc: http://rubydoc.info/gems/hanami-assets
19
+ * Forum: https://discourse.hanamirb.org
23
20
  * Chat: http://chat.hanamirb.org
24
21
 
25
- ## Rubies
26
-
27
- __Hanami::Assets__ supports Ruby (MRI) 3.0+
28
22
 
29
23
  ## Installation
30
24
 
25
+ __Hanami::Assets__ supports Ruby (MRI) 3.1+
26
+
31
27
  Add this line to your application's Gemfile:
32
28
 
33
29
  ```ruby
@@ -264,4 +260,4 @@ __Hanami::Assets__ uses [Semantic Versioning 2.0.0](http://semver.org)
264
260
 
265
261
  ## Copyright
266
262
 
267
- Copyright © 2014-2023 Hanami Team – Released under MIT License
263
+ Copyright © 2014–2024 Hanami Team – Released under MIT License
@@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
  spec.metadata["rubygems_mfa_required"] = "true"
21
- spec.required_ruby_version = ">= 3.0"
21
+ spec.required_ruby_version = ">= 3.1"
22
22
 
23
- spec.add_runtime_dependency "zeitwerk", "~> 2.6"
23
+ spec.add_dependency "zeitwerk", "~> 2.6"
24
24
 
25
25
  spec.add_development_dependency "bundler", ">= 1.6", "< 3"
26
26
  spec.add_development_dependency "rake", "~> 13"
@@ -5,6 +5,6 @@ module Hanami
5
5
  # Defines the version
6
6
  #
7
7
  # @since 0.1.0
8
- VERSION = "2.1.0"
8
+ VERSION = "2.2.0.beta1"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca Guidi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-27 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zeitwerk
@@ -173,14 +173,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  requirements:
174
174
  - - ">="
175
175
  - !ruby/object:Gem::Version
176
- version: '3.0'
176
+ version: '3.1'
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  requirements:
179
179
  - - ">="
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  requirements: []
183
- rubygems_version: 3.5.6
183
+ rubygems_version: 3.5.9
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: Assets management