phlex-icons-lucide 0.9.0 → 0.12.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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlex
4
4
  module Icons
5
- VERSION = '0.9.0'
5
+ VERSION = '0.12.0'
6
6
  end
7
7
  end
@@ -4,9 +4,11 @@ require 'phlex'
4
4
 
5
5
  require_relative 'phlex/icons/base'
6
6
  require_relative 'phlex/icons/configuration'
7
- require_relative 'phlex/icons/lucide'
7
+ require_relative 'phlex/icons/helper'
8
8
  require_relative 'phlex/icons/version'
9
9
 
10
+ require_relative 'phlex/icons/lucide'
11
+
10
12
  module Phlex
11
13
  module Icons
12
14
  class << self
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons-lucide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-01 00:00:00.000000000 Z
11
+ date: 2024-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex
@@ -16,15 +16,15 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.10'
19
+ version: '1.11'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.10'
27
- description: Icons library for Phlex
26
+ version: '1.11'
27
+ description:
28
28
  email:
29
29
  - aliosm1997@gmail.com
30
30
  executables: []
@@ -48,8 +48,10 @@ files:
48
48
  - generators/lucide.rb
49
49
  - generators/radix.rb
50
50
  - generators/remix.rb
51
+ - generators/tabler.rb
51
52
  - lib/phlex/icons/base.rb
52
53
  - lib/phlex/icons/configuration.rb
54
+ - lib/phlex/icons/helper.rb
53
55
  - lib/phlex/icons/lucide.rb
54
56
  - lib/phlex/icons/lucide/a_arrow_down.rb
55
57
  - lib/phlex/icons/lucide/a_arrow_up.rb
@@ -1034,6 +1036,7 @@ files:
1034
1036
  - lib/phlex/icons/lucide/nut_off.rb
1035
1037
  - lib/phlex/icons/lucide/octagon.rb
1036
1038
  - lib/phlex/icons/lucide/octagon_alert.rb
1039
+ - lib/phlex/icons/lucide/octagon_minus.rb
1037
1040
  - lib/phlex/icons/lucide/octagon_pause.rb
1038
1041
  - lib/phlex/icons/lucide/octagon_x.rb
1039
1042
  - lib/phlex/icons/lucide/omega.rb
@@ -1607,5 +1610,5 @@ requirements: []
1607
1610
  rubygems_version: 3.5.11
1608
1611
  signing_key:
1609
1612
  specification_version: 4
1610
- summary: Icons library for Phlex
1613
+ summary: Lucide icons library for Phlex
1611
1614
  test_files: []