static_files_toys 0.7.0 → 1.0.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: 1614edf877141b258281b3b10a6e03cfa5a957b0e36dd6d66c7ad1aae4a356d8
4
- data.tar.gz: e0a820fb961bb7fbac7062d2eadea7a81bd2ba8780ee3cb60ec66488eb51bab0
3
+ metadata.gz: 4a9f583bb5aa56d4b4897ebfe211eb00f203c2de966338ea18a36d6c48651692
4
+ data.tar.gz: 5c882f5066a5a8efaeff47ce889271b3a4cb3182371e3ff119d8a3c8909d10e9
5
5
  SHA512:
6
- metadata.gz: 902c2da0fb668324cfb1493054a9a90232a6b09b5e1342800f1f0af4c6bf31a9f7eb602b23c7b6fd1455d91b438170f5d2eb31fccfe2112b58de49cc6d0d050b
7
- data.tar.gz: 7215222df67080e0302f759e3ed687514fa9f757bcb6a409b321df8b7f42de20f957c161994b0bfbadcc51826705e24747f8a8c646a135a5667fde8ef11e7852
6
+ metadata.gz: 9b5c9f060a285c094fa1a7f43118b7a8907958df3f6dbca862683cd72f07ec318687a2f1f8e6c85991271c57fac841987b2cb2e825c3916556f5c99f07bc3a75
7
+ data.tar.gz: 986a381862cc3c2e9849e43281445522d72b9a605dbd6d42630532c3b9bd7272a027620369fb19d5d5484cc0e4b65fe79e4c05906f2c52ca188cd33cc13357c4
data/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.0.0 (2026-02-13)
6
+
7
+ * Add Ruby 3.4 and 4.0 support.
8
+ * Drop Ruby 3.0 and 3.1 support.
9
+ * Update runtime dependencies.
10
+ * Update development dependencies.
11
+ * Resolve new RuboCop offenses.
12
+ * Improve CI config.
13
+
5
14
  ## 0.7.0 (2024-01-15)
6
15
 
7
16
  * Drop Ruby 2.7 support.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StaticFilesToys
4
- VERSION = '0.7.0'
4
+ VERSION = '1.0.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: static_files_toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Popov
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-01-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: highline
@@ -30,14 +29,14 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 0.15.3
32
+ version: 0.19.0
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 0.15.3
39
+ version: 0.19.0
41
40
  description: 'Toys template for static (public) files of a web-application.
42
41
 
43
42
  '
@@ -58,13 +57,12 @@ licenses:
58
57
  - MIT
59
58
  metadata:
60
59
  bug_tracker_uri: https://github.com/AlexWayfer/static_files_toys/issues
61
- changelog_uri: https://github.com/AlexWayfer/static_files_toys/blob/v0.7.0/CHANGELOG.md
62
- documentation_uri: http://www.rubydoc.info/gems/static_files_toys/0.7.0
60
+ changelog_uri: https://github.com/AlexWayfer/static_files_toys/blob/v1.0.0/CHANGELOG.md
61
+ documentation_uri: http://www.rubydoc.info/gems/static_files_toys/1.0.0
63
62
  homepage_uri: https://github.com/AlexWayfer/static_files_toys
64
63
  rubygems_mfa_required: 'true'
65
64
  source_code_uri: https://github.com/AlexWayfer/static_files_toys
66
65
  wiki_uri: https://github.com/AlexWayfer/static_files_toys/wiki
67
- post_install_message:
68
66
  rdoc_options: []
69
67
  require_paths:
70
68
  - lib
@@ -72,18 +70,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
70
  requirements:
73
71
  - - ">="
74
72
  - !ruby/object:Gem::Version
75
- version: '3.0'
73
+ version: '3.2'
76
74
  - - "<"
77
75
  - !ruby/object:Gem::Version
78
- version: '4'
76
+ version: '5'
79
77
  required_rubygems_version: !ruby/object:Gem::Requirement
80
78
  requirements:
81
79
  - - ">="
82
80
  - !ruby/object:Gem::Version
83
81
  version: '0'
84
82
  requirements: []
85
- rubygems_version: 3.5.3
86
- signing_key:
83
+ rubygems_version: 4.0.3
87
84
  specification_version: 4
88
85
  summary: Toys template for static (public) files of a web-application
89
86
  test_files: []