phlex-icons-remix 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/remix'
7
+ require_relative 'phlex/icons/helper'
8
8
  require_relative 'phlex/icons/version'
9
9
 
10
+ require_relative 'phlex/icons/remix'
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-remix
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/remix.rb
54
56
  - lib/phlex/icons/remix/a_b.rb
55
57
  - lib/phlex/icons/remix/account_box_fill.rb
@@ -2975,5 +2977,5 @@ requirements: []
2975
2977
  rubygems_version: 3.5.11
2976
2978
  signing_key:
2977
2979
  specification_version: 4
2978
- summary: Icons library for Phlex
2980
+ summary: Remix icons library for Phlex
2979
2981
  test_files: []