flame 5.0.0.rc11 → 5.0.1
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 +7 -0
- data/README.md +1 -5
- data/lib/flame/version.rb +1 -1
- data/public/favicon.ico +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac6463ddcb44c7a41741ea5fe0e65783d44a8022c4002862258fd823b5f02de5
|
|
4
|
+
data.tar.gz: d85db1f684f55aef2daef923beb01b40b06bb187f4cc25bd4febbad59b653bc6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7e14b9974e7120eab4cfec49ad374c888375214b563fd92fe8e7f41302986d67b672a7b65b5293e8cf12253daceb0bef26a1886d3fde9604764dca3dca12775
|
|
7
|
+
data.tar.gz: f484cb807ae09c67f9793816a3bc7c940b5a9505fa0119a61d1b9cad8fc6128b23efa55be8cf3a57ca6d4ff825d120f407efaa8953d40d9c2ad74ab11548c13b
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 5.0.1 (2026-02-16)
|
|
8
|
+
|
|
9
|
+
* Update logo to the blue.
|
|
10
|
+
* Improve README.
|
|
11
|
+
|
|
12
|
+
## 5.0.0 (2026-02-16)
|
|
13
|
+
|
|
7
14
|
### Added
|
|
8
15
|
|
|
9
16
|
* Add ability for controllers auto-mounting \
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<img
|
|
3
|
-
src="
|
|
3
|
+
src="public/favicon.ico"
|
|
4
4
|
height="150"
|
|
5
5
|
alt="Flame Logo"
|
|
6
6
|
title="Logo from open-source Elusive-Iconfont (https://github.com/reduxframework/elusive-iconfont)"
|
|
@@ -18,10 +18,6 @@
|
|
|
18
18
|
src="https://img.shields.io/codecov/c/github/AlexWayfer/flame.svg?style=flat-square"
|
|
19
19
|
alt="Codecov"
|
|
20
20
|
/></a>
|
|
21
|
-
<a href="https://codeclimate.com/github/AlexWayfer/flame"><img
|
|
22
|
-
src="https://img.shields.io/codeclimate/maintainability/AlexWayfer/flame.svg?style=flat-square"
|
|
23
|
-
alt="Code Climate"
|
|
24
|
-
/></a>
|
|
25
21
|
<a href="https://depfu.com/repos/AlexWayfer/flame"><img
|
|
26
22
|
src="https://img.shields.io/depfu/AlexWayfer/flame.svg?style=flat-square"
|
|
27
23
|
alt="Depfu"
|
data/lib/flame/version.rb
CHANGED
data/public/favicon.ico
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flame
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Popov
|
|
@@ -147,8 +147,8 @@ licenses:
|
|
|
147
147
|
metadata:
|
|
148
148
|
rubygems_mfa_required: 'true'
|
|
149
149
|
bug_tracker_uri: https://github.com/AlexWayfer/flame/issues
|
|
150
|
-
changelog_uri: https://github.com/AlexWayfer/flame/blob/v5.0.
|
|
151
|
-
documentation_uri: http://www.rubydoc.info/gems/flame/5.0.
|
|
150
|
+
changelog_uri: https://github.com/AlexWayfer/flame/blob/v5.0.1/CHANGELOG.md
|
|
151
|
+
documentation_uri: http://www.rubydoc.info/gems/flame/5.0.1
|
|
152
152
|
homepage_uri: https://github.com/AlexWayfer/flame
|
|
153
153
|
source_code_uri: https://github.com/AlexWayfer/flame
|
|
154
154
|
wiki_uri: https://github.com/AlexWayfer/flame/wiki
|