simple-icons-rails 0.2.25 → 0.2.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -1
- data/README.md +1 -1
- data/lib/simple_icons_rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8966bf2c82859e5e8b671c30c10e9ca19b166182acf70a1c6c89d4abbe62a28
|
4
|
+
data.tar.gz: 380ca31d2a32a6f81aa6ec02237dfc31b3aeb3749aae974b7b70c9c42487dfb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e23eb38a7eba3a4005b987ecd0c9c32c6fbb8f93670e7cac866c78eb562db526a2601191731e1dfefd112002b13db04f9f4197d8a2f16691b52183a790875f05
|
7
|
+
data.tar.gz: fa63772da3015b1bf7ee44bf61132dcfc0c31a37888bcba7a31d1c57752cab4ec03e4101c4c0e56791310c5d00a38d189810d18be4801e2b707d3be1b6eb97b3
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
version 0.1.x `gem 'simple-icons-rails', '~> 0.1.0'`<br/>
|
7
7
|
version 0.2.x `gem 'simple_icons_rails', '~> 0.2.0'`
|
8
8
|
|
9
|
-
version 0.2.25 support Rails 8.
|
9
|
+
version 0.2.25 support Rails 8. version 0.2.26 and above are using `simple-icons-rails` as using the _ was not followed through at RubyGem level. We also temporarily remove support to GPR.
|
10
10
|
|
11
11
|
**In 2025 we will remove support to Rails 5 and Ruby 2.7** Versions following version 0.2.25 will support Rails 6 to 8 and Ruby 3.1 to 3.3 (or higher). If you need support for Rails version 5 use either 0.1.x or 0.2.22.
|
12
12
|
|