phlex-icons-bootstrap 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.
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ module Icons
5
+ module Helper
6
+ def class_name_from_file_path(file_path)
7
+ ::File.basename(file_path, '.rb').split('_').collect(&:capitalize).join
8
+ end
9
+ end
10
+ end
11
+ end
@@ -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
@@ -3,10 +3,12 @@
3
3
  require 'phlex'
4
4
 
5
5
  require_relative 'phlex/icons/base'
6
- require_relative 'phlex/icons/bootstrap'
7
6
  require_relative 'phlex/icons/configuration'
7
+ require_relative 'phlex/icons/helper'
8
8
  require_relative 'phlex/icons/version'
9
9
 
10
+ require_relative 'phlex/icons/bootstrap'
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-bootstrap
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,6 +48,7 @@ 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/bootstrap.rb
53
54
  - lib/phlex/icons/bootstrap/activity.rb
@@ -2102,6 +2103,7 @@ files:
2102
2103
  - lib/phlex/icons/bootstrap/zoom_in.rb
2103
2104
  - lib/phlex/icons/bootstrap/zoom_out.rb
2104
2105
  - lib/phlex/icons/configuration.rb
2106
+ - lib/phlex/icons/helper.rb
2105
2107
  - lib/phlex/icons/version.rb
2106
2108
  - lib/phlex_icons_bootstrap.rb
2107
2109
  - phlex-icons.png
@@ -2133,5 +2135,5 @@ requirements: []
2133
2135
  rubygems_version: 3.5.11
2134
2136
  signing_key:
2135
2137
  specification_version: 4
2136
- summary: Icons library for Phlex
2138
+ summary: Bootstrap icons library for Phlex
2137
2139
  test_files: []