static_files_toys 0.7.0 → 1.1.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/README.md +1 -2
- data/lib/static_files_toys/version.rb +1 -1
- metadata +9 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20c680bda57c7c47ff485023e81ff60fe2f3b85ae19c33fe4d317ad20a6397b3
|
|
4
|
+
data.tar.gz: 6f6baa9e3e015875b197fc5a2d4d0d592fd558ff00e53436778e3d09eafe9794
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9daa43cc3761e9ab84d74db90f544a7ac6072b735d1bca45491158cc6b1f8b81ab870706f1adcd5f15bc730244654f4c19828614ec2102aa50f952cea019d85
|
|
7
|
+
data.tar.gz: fe9285aefb7532aa439cc15d75e26bdbffe6e03fbb3b07456e15ab460deb9435fa92076ee7f3c3fe759d0d4b8dfe7c19bd5263f34589afde67bf6b253e0c3e41
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 1.1.0 (2026-08-14)
|
|
6
|
+
|
|
7
|
+
* Update dependencies.
|
|
8
|
+
* Switch from Cirrus CI to GitHub Actions.
|
|
9
|
+
* Fix badges in README.
|
|
10
|
+
|
|
11
|
+
## 1.0.0 (2026-02-13)
|
|
12
|
+
|
|
13
|
+
* Add Ruby 3.4 and 4.0 support.
|
|
14
|
+
* Drop Ruby 3.0 and 3.1 support.
|
|
15
|
+
* Update runtime dependencies.
|
|
16
|
+
* Update development dependencies.
|
|
17
|
+
* Resolve new RuboCop offenses.
|
|
18
|
+
* Improve CI config.
|
|
19
|
+
|
|
5
20
|
## 0.7.0 (2024-01-15)
|
|
6
21
|
|
|
7
22
|
* Drop Ruby 2.7 support.
|
data/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# Static Files Toys
|
|
2
2
|
|
|
3
|
-
[](https://github.com/AlexWayfer/static_files_toys/actions)
|
|
4
4
|
[](https://codecov.io/gh/AlexWayfer/static_files_toys)
|
|
5
|
-
[](https://codeclimate.com/github/AlexWayfer/static_files_toys)
|
|
6
5
|
[](https://depfu.com/repos/github/AlexWayfer/static_files_toys)
|
|
7
6
|
[](https://inch-ci.org/github/AlexWayfer/static_files_toys)
|
|
8
7
|
[](https://rubygems.org/gems/static_files_toys)
|
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:
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Popov
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
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.
|
|
32
|
+
version: 0.22.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.
|
|
39
|
+
version: 0.22.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/
|
|
62
|
-
documentation_uri: http://www.rubydoc.info/gems/static_files_toys/
|
|
60
|
+
changelog_uri: https://github.com/AlexWayfer/static_files_toys/blob/v1.1.0/CHANGELOG.md
|
|
61
|
+
documentation_uri: http://www.rubydoc.info/gems/static_files_toys/1.1.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.
|
|
73
|
+
version: '3.2'
|
|
76
74
|
- - "<"
|
|
77
75
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: '
|
|
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:
|
|
86
|
-
signing_key:
|
|
83
|
+
rubygems_version: 4.0.16
|
|
87
84
|
specification_version: 4
|
|
88
85
|
summary: Toys template for static (public) files of a web-application
|
|
89
86
|
test_files: []
|