phlex-lucide 0.427.0 → 0.427.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb23e115fca87a6c73cc98f473e65d962de00c0ef5280cb9f26b823a020ee92f
4
- data.tar.gz: 504bc24113c2e73b8903b3d2113e702fe4ef30ab4e761babd97b359172b2200c
3
+ metadata.gz: 5094a3997f40a3839c9247089842672dc2930c3f403d7bba14159f5b6470e791
4
+ data.tar.gz: 6d118106ab999ece4164094afdfcf5b3876763db8ad58595a0abea13975fa189
5
5
  SHA512:
6
- metadata.gz: 5c824e67fd0e6162f8a370dc1586bf1dc0db01664a6d8fd198786306395cc527ef8b6429281da5640fecb1c27fefb79822c64cfcc6597e2397bc88ed86837378
7
- data.tar.gz: c8bfdcf06edbb44c254d26cb2dff0119676c5bb0c133a10771a43c004d3810f86042f58b6adb20dcd29f7ad41498101e632a2e65756991849ab46a79ce7839f0
6
+ metadata.gz: 7869c4983091e11045527c889773a3597fefd50d34d2b43267ef087e7cfe1368a022a5c6ac840cf4540c143763473d932587e8ec10ddf48e1a2c2927e7fbf8f2
7
+ data.tar.gz: f8050e6dfa1ecffffdf6030ca3e694cb398bf6dc1929d6ab51dfc7b854b557907363a78677d3290198204a8288698ecd57c028772c616d62f00f98d3767dfef7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.427.1 — 13 Aug 2024
2
+
3
+ - Allow to use Phlex 1.10
4
+
1
5
  ## v0.427.0 — 13 Aug 2024
2
6
 
3
7
  - Initial release
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlex
4
4
  module Lucide
5
- VERSION = "0.427.0"
5
+ VERSION = "0.427.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-lucide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.427.0
4
+ version: 0.427.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kodkod
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.11'
19
+ version: '1.10'
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.11'
26
+ version: '1.10'
27
27
  description: Lucide Icons for Phlex
28
28
  email:
29
29
  - andrew@kodkod.me
@@ -31,9 +31,6 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - ".idea/.gitignore"
35
- - ".idea/modules.xml"
36
- - ".idea/phlex-lucide.iml"
37
34
  - ".rubocop.yml"
38
35
  - CHANGELOG.md
39
36
  - CODE_OF_CONDUCT.md
data/.idea/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
4
- # Editor-based HTTP Client requests
5
- /httpRequests/
6
- # Datasource local storage ignored files
7
- /dataSources/
8
- /dataSources.local.xml
data/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/phlex-lucide.iml" filepath="$PROJECT_DIR$/.idea/phlex-lucide.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,133 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="ModuleRunConfigurationManager">
4
- <shared />
5
- </component>
6
- <component name="NewModuleRootManager">
7
- <content url="file://$MODULE_DIR$">
8
- <sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
9
- <sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
10
- <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
11
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
12
- </content>
13
- <orderEntry type="jdk" jdkName="rbenv: 3.3.4" jdkType="RUBY_SDK" />
14
- <orderEntry type="sourceFolder" forTests="false" />
15
- <orderEntry type="library" scope="PROVIDED" name="actionpack (v7.2.0, rbenv: 3.3.4) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="actionview (v7.2.0, rbenv: 3.3.4) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="activesupport (v7.2.0, rbenv: 3.3.4) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, rbenv: 3.3.4) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.8, rbenv: 3.3.4) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="builder (v3.3.0, rbenv: 3.3.4) [gem]" level="application" />
21
- <orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.11, rbenv: 3.3.4) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.3.4, rbenv: 3.3.4) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.4.1, rbenv: 3.3.4) [gem]" level="application" />
24
- <orderEntry type="library" scope="PROVIDED" name="crass (v1.0.6, rbenv: 3.3.4) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="css_press (v0.3.2, rbenv: 3.3.4) [gem]" level="application" />
26
- <orderEntry type="library" scope="PROVIDED" name="csspool-st (v3.1.2, rbenv: 3.3.4) [gem]" level="application" />
27
- <orderEntry type="library" scope="PROVIDED" name="deface (v1.9.0, rbenv: 3.3.4) [gem]" level="application" />
28
- <orderEntry type="library" scope="PROVIDED" name="drb (v2.2.1, rbenv: 3.3.4) [gem]" level="application" />
29
- <orderEntry type="library" scope="PROVIDED" name="erubi (v1.13.0, rbenv: 3.3.4) [gem]" level="application" />
30
- <orderEntry type="library" scope="PROVIDED" name="execjs (v2.9.1, rbenv: 3.3.4) [gem]" level="application" />
31
- <orderEntry type="library" scope="PROVIDED" name="highline (v3.1.0, rbenv: 3.3.4) [gem]" level="application" />
32
- <orderEntry type="library" scope="PROVIDED" name="html_press (v0.8.2, rbenv: 3.3.4) [gem]" level="application" />
33
- <orderEntry type="library" scope="PROVIDED" name="htmlentities (v4.3.4, rbenv: 3.3.4) [gem]" level="application" />
34
- <orderEntry type="library" scope="PROVIDED" name="i18n (v1.14.5, rbenv: 3.3.4) [gem]" level="application" />
35
- <orderEntry type="library" scope="PROVIDED" name="io-console (v0.7.2, rbenv: 3.3.4) [gem]" level="application" />
36
- <orderEntry type="library" scope="PROVIDED" name="irb (v1.14.0, rbenv: 3.3.4) [gem]" level="application" />
37
- <orderEntry type="library" scope="PROVIDED" name="json (v2.7.2, rbenv: 3.3.4) [gem]" level="application" />
38
- <orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.3, rbenv: 3.3.4) [gem]" level="application" />
39
- <orderEntry type="library" scope="PROVIDED" name="logger (v1.6.0, rbenv: 3.3.4) [gem]" level="application" />
40
- <orderEntry type="library" scope="PROVIDED" name="loofah (v2.22.0, rbenv: 3.3.4) [gem]" level="application" />
41
- <orderEntry type="library" scope="PROVIDED" name="minitest (v5.24.1, rbenv: 3.3.4) [gem]" level="application" />
42
- <orderEntry type="library" scope="PROVIDED" name="multi_css (v0.1.0, rbenv: 3.3.4) [gem]" level="application" />
43
- <orderEntry type="library" scope="PROVIDED" name="multi_js (v0.1.0, rbenv: 3.3.4) [gem]" level="application" />
44
- <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.16.7, rbenv: 3.3.4) [gem]" level="application" />
45
- <orderEntry type="library" scope="PROVIDED" name="options (v2.3.2, rbenv: 3.3.4) [gem]" level="application" />
46
- <orderEntry type="library" scope="PROVIDED" name="parallel (v1.26.2, rbenv: 3.3.4) [gem]" level="application" />
47
- <orderEntry type="library" scope="PROVIDED" name="parser (v3.3.4.2, rbenv: 3.3.4) [gem]" level="application" />
48
- <orderEntry type="library" scope="PROVIDED" name="phlex (v1.11.0, rbenv: 3.3.4) [gem]" level="application" />
49
- <orderEntry type="library" scope="PROVIDED" name="phlex-rails (v1.1.1, rbenv: 3.3.4) [gem]" level="application" />
50
- <orderEntry type="library" scope="PROVIDED" name="phlexing (v0.6.0, rbenv: 3.3.4) [gem]" level="application" />
51
- <orderEntry type="library" scope="PROVIDED" name="polyglot (v0.3.5, rbenv: 3.3.4) [gem]" level="application" />
52
- <orderEntry type="library" scope="PROVIDED" name="prettier_print (v1.2.1, rbenv: 3.3.4) [gem]" level="application" />
53
- <orderEntry type="library" scope="PROVIDED" name="progress_bar (v1.3.4, rbenv: 3.3.4) [gem]" level="application" />
54
- <orderEntry type="library" scope="PROVIDED" name="psych (v5.1.2, rbenv: 3.3.4) [gem]" level="application" />
55
- <orderEntry type="library" scope="PROVIDED" name="racc (v1.8.1, rbenv: 3.3.4) [gem]" level="application" />
56
- <orderEntry type="library" scope="PROVIDED" name="rack (v3.1.7, rbenv: 3.3.4) [gem]" level="application" />
57
- <orderEntry type="library" scope="PROVIDED" name="rack-session (v2.0.0, rbenv: 3.3.4) [gem]" level="application" />
58
- <orderEntry type="library" scope="PROVIDED" name="rack-test (v2.1.0, rbenv: 3.3.4) [gem]" level="application" />
59
- <orderEntry type="library" scope="PROVIDED" name="rackup (v2.1.0, rbenv: 3.3.4) [gem]" level="application" />
60
- <orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.2.0, rbenv: 3.3.4) [gem]" level="application" />
61
- <orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.6.0, rbenv: 3.3.4) [gem]" level="application" />
62
- <orderEntry type="library" scope="PROVIDED" name="railties (v7.2.0, rbenv: 3.3.4) [gem]" level="application" />
63
- <orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, rbenv: 3.3.4) [gem]" level="application" />
64
- <orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, rbenv: 3.3.4) [gem]" level="application" />
65
- <orderEntry type="library" scope="PROVIDED" name="rdoc (v6.7.0, rbenv: 3.3.4) [gem]" level="application" />
66
- <orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.9.2, rbenv: 3.3.4) [gem]" level="application" />
67
- <orderEntry type="library" scope="PROVIDED" name="reline (v0.5.9, rbenv: 3.3.4) [gem]" level="application" />
68
- <orderEntry type="library" scope="PROVIDED" name="rexml (v3.3.5, rbenv: 3.3.4) [gem]" level="application" />
69
- <orderEntry type="library" scope="PROVIDED" name="rubocop (v1.65.1, rbenv: 3.3.4) [gem]" level="application" />
70
- <orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.32.0, rbenv: 3.3.4) [gem]" level="application" />
71
- <orderEntry type="library" scope="PROVIDED" name="rubocop-minitest (v0.35.1, rbenv: 3.3.4) [gem]" level="application" />
72
- <orderEntry type="library" scope="PROVIDED" name="rubocop-rake (v0.6.0, rbenv: 3.3.4) [gem]" level="application" />
73
- <orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, rbenv: 3.3.4) [gem]" level="application" />
74
- <orderEntry type="library" scope="PROVIDED" name="strscan (v3.1.0, rbenv: 3.3.4) [gem]" level="application" />
75
- <orderEntry type="library" scope="PROVIDED" name="syntax_tree (v6.2.0, rbenv: 3.3.4) [gem]" level="application" />
76
- <orderEntry type="library" scope="PROVIDED" name="thor (v1.3.1, rbenv: 3.3.4) [gem]" level="application" />
77
- <orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.6, rbenv: 3.3.4) [gem]" level="application" />
78
- <orderEntry type="library" scope="PROVIDED" name="uglifier (v2.7.2, rbenv: 3.3.4) [gem]" level="application" />
79
- <orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.5.0, rbenv: 3.3.4) [gem]" level="application" />
80
- <orderEntry type="library" scope="PROVIDED" name="useragent (v0.16.10, rbenv: 3.3.4) [gem]" level="application" />
81
- <orderEntry type="library" scope="PROVIDED" name="webrick (v1.8.1, rbenv: 3.3.4) [gem]" level="application" />
82
- <orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.6.17, rbenv: 3.3.4) [gem]" level="application" />
83
- </component>
84
- <component name="RakeTasksCache-v2">
85
- <option name="myRootTask">
86
- <RakeTaskImpl id="rake">
87
- <subtasks>
88
- <RakeTaskImpl description="Build phlex-lucide-0.1.0.gem into the pkg directory" fullCommand="build" id="build" />
89
- <RakeTaskImpl id="build">
90
- <subtasks>
91
- <RakeTaskImpl description="Generate SHA512 checksum of phlex-lucide-0.1.0.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
92
- </subtasks>
93
- </RakeTaskImpl>
94
- <RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
95
- <RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
96
- <RakeTaskImpl description="Build and install phlex-lucide-0.1.0.gem into system gems" fullCommand="install" id="install" />
97
- <RakeTaskImpl id="install">
98
- <subtasks>
99
- <RakeTaskImpl description="Build and install phlex-lucide-0.1.0.gem into system gems without network access" fullCommand="install:local" id="local" />
100
- </subtasks>
101
- </RakeTaskImpl>
102
- <RakeTaskImpl description="Create tag v0.1.0 and build and push phlex-lucide-0.1.0.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
103
- <RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
104
- <RakeTaskImpl id="rubocop">
105
- <subtasks>
106
- <RakeTaskImpl description="Autocorrect RuboCop offenses (only when it's safe)" fullCommand="rubocop:autocorrect" id="autocorrect" />
107
- <RakeTaskImpl description="Autocorrect RuboCop offenses (safe and unsafe)" fullCommand="rubocop:autocorrect_all" id="autocorrect_all" />
108
- <RakeTaskImpl description="" fullCommand="rubocop:auto_correct" id="auto_correct" />
109
- </subtasks>
110
- </RakeTaskImpl>
111
- <RakeTaskImpl description="Run the test suite" fullCommand="test" id="test" />
112
- <RakeTaskImpl id="test">
113
- <subtasks>
114
- <RakeTaskImpl description="Print out the test command" fullCommand="test:cmd" id="cmd" />
115
- <RakeTaskImpl description="Show which test files fail when run in isolation" fullCommand="test:isolated" id="isolated" />
116
- <RakeTaskImpl description="Show bottom 25 tests wrt time" fullCommand="test:slow" id="slow" />
117
- <RakeTaskImpl description="" fullCommand="test:deps" id="deps" />
118
- </subtasks>
119
- </RakeTaskImpl>
120
- <RakeTaskImpl description="" fullCommand="default" id="default" />
121
- <RakeTaskImpl description="" fullCommand="release" id="release" />
122
- <RakeTaskImpl id="release">
123
- <subtasks>
124
- <RakeTaskImpl description="" fullCommand="release:guard_clean" id="guard_clean" />
125
- <RakeTaskImpl description="" fullCommand="release:rubygem_push" id="rubygem_push" />
126
- <RakeTaskImpl description="" fullCommand="release:source_control_push" id="source_control_push" />
127
- </subtasks>
128
- </RakeTaskImpl>
129
- </subtasks>
130
- </RakeTaskImpl>
131
- </option>
132
- </component>
133
- </module>