lucide-ruby 0.1.1 → 0.1.2
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/lib/lucide_ruby/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6991cc8d1d2998b21937d88e1658a8ce4932da20255efaf87ed7690e6249d808
|
|
4
|
+
data.tar.gz: 24c05acb99088b0dc772d0dd09f45478a706688f2962d621dce19d3ba84654e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae8fb125f0b1d01d81f01fe64efe6a06f3fdaf643aeff418ebf84da19d277e41ff74775aa0b46ac9b35284fa31622aacc72673b44a0ff15ae4ee96ffe2fd0a8b
|
|
7
|
+
data.tar.gz: 7da816f7aed1154c72594134d10ce76c44bac05cb8f8911e58145843e34f204389e56d4e1a3d6c5dcaee668f9192c9b3e2b12fd8951bc058f8cccbe12c67dcf1
|
data/lib/lucide_ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lucide-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lucide-ruby contributors
|
|
@@ -41,16 +41,16 @@ dependencies:
|
|
|
41
41
|
name: rubyzip
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
-
- - "
|
|
44
|
+
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '2.
|
|
46
|
+
version: '2.0'
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
|
-
- - "
|
|
51
|
+
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '2.
|
|
53
|
+
version: '2.0'
|
|
54
54
|
description: Provides Rails view helpers for rendering Lucide SVG icons inline. Icons
|
|
55
55
|
are synced from official Lucide GitHub releases via a rake task.
|
|
56
56
|
executables: []
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
|
-
rubygems_version: 4.0.
|
|
94
|
+
rubygems_version: 4.0.6
|
|
95
95
|
specification_version: 4
|
|
96
96
|
summary: Rails view helpers for rendering Lucide SVG icons inline
|
|
97
97
|
test_files: []
|