phlex 0.1.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of phlex might be problematic. Click here for more details.

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 899a4ffd2a666431474757fa3732dd3abbd5b0bc747db29df6044ba152aa47e4
4
+ data.tar.gz: 9ebbc4b7409dfd827eee58ed41d1a5951c55c99e106a3ce8a5ea7156bff6ecec
5
+ SHA512:
6
+ metadata.gz: 86640f197c38cda2906b649efa40dd208215708d221ff7ce1d57f6ed565ad0971dceda4b88a975b71d4f1e60a5b38796ed86f93e1b3e54d6e58c9cb11957c77e
7
+ data.tar.gz: d21c4ccc138554170fb1056ada38645fcb45dd34b74864ff1cc03e473c977f299f410a740ad7776a010026ad647ea13e97f7e4d1c14b58de806872c1f1a5e123
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2022-06-01
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at joel@drapper.me. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in phlex.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "minitest", "~> 5.0"
data/Gemfile.lock ADDED
@@ -0,0 +1,32 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ phlex (0.1.0)
5
+ activesupport (~> 7.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activesupport (7.0.3)
11
+ concurrent-ruby (~> 1.0, >= 1.0.2)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ concurrent-ruby (1.1.10)
16
+ i18n (1.10.0)
17
+ concurrent-ruby (~> 1.0)
18
+ minitest (5.15.0)
19
+ rake (13.0.6)
20
+ tzinfo (2.0.4)
21
+ concurrent-ruby (~> 1.0)
22
+
23
+ PLATFORMS
24
+ arm64-darwin-21
25
+
26
+ DEPENDENCIES
27
+ minitest (~> 5.0)
28
+ phlex!
29
+ rake (~> 13.0)
30
+
31
+ BUNDLED WITH
32
+ 2.3.7
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Joel Drapper
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # Phlex
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/phlex`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'phlex'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install phlex
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/phlex. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/phlex/blob/master/CODE_OF_CONDUCT.md).
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the Phlex project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/phlex/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rake/testtask"
5
+
6
+ Rake::TestTask.new(:test) do |t|
7
+ t.libs << "test"
8
+ t.libs << "lib"
9
+ t.test_files = FileList["test/**/test_*.rb"]
10
+ end
11
+
12
+ task default: :test
@@ -0,0 +1,11 @@
1
+ module Phlex
2
+ module Callable
3
+ def call
4
+ raise NoMethodError
5
+ end
6
+
7
+ def to_proc
8
+ method(:call).to_proc
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,45 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ class Component
5
+ include Node, Context
6
+
7
+ module Initializer
8
+ def initialize(*args, assigns: [], **kwargs, &block)
9
+ assigns.each do |k, v|
10
+ instance_variable_get(k) || instance_variable_set(k, v)
11
+ end
12
+
13
+ super(*args, **kwargs)
14
+ template(&block)
15
+ end
16
+ end
17
+
18
+ def initialize(**attributes)
19
+ attributes.each { |k, v| instance_variable_set("@#{k}", v) }
20
+ end
21
+
22
+ def self.inherited(child)
23
+ child.prepend(Initializer)
24
+ end
25
+
26
+ def render_context
27
+ @_render_context ||= self
28
+ end
29
+
30
+ def <<(node)
31
+ render_context.children << node
32
+ end
33
+
34
+ def render(&block)
35
+ instance_eval(&block) if block_given?
36
+ end
37
+
38
+ def render_tag(tag, &block)
39
+ old_render_context = render_context.dup
40
+ @_render_context = tag
41
+ instance_eval(&block)
42
+ @_render_context = old_render_context
43
+ end
44
+ end
45
+ end
@@ -0,0 +1,39 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ module Context
5
+ def text(content)
6
+ self << Text.new(content)
7
+ end
8
+
9
+ def component(component, *args, **kwargs, &block)
10
+ assigns = instance_variables
11
+ .reject { _1.start_with? "@_" }
12
+ .map { [_1, instance_variable_get(_1)] }.to_h
13
+
14
+ comp = component.new(*args, assigns:, **kwargs, &block)
15
+ self << comp
16
+ end
17
+
18
+ Tag::StandardElement.subclasses.each do |tag|
19
+ class_eval(<<-RUBY, __FILE__, __LINE__ + 1)
20
+ def #{tag.value}(content = nil, **kwargs, &block)
21
+ raise ArgumentError if content && block_given?
22
+ tag = #{tag.name}.new(**kwargs)
23
+ self << tag
24
+ render_tag(tag, &block) if block_given?
25
+ render_tag(tag) { text content } if content
26
+ end
27
+ RUBY
28
+ end
29
+
30
+ Tag::VoidElement.subclasses.each do |tag|
31
+ class_eval(<<-RUBY, __FILE__, __LINE__ + 1)
32
+ def #{tag.value}(**kwargs)
33
+ tag = #{tag.name}.new(**kwargs)
34
+ self << tag
35
+ end
36
+ RUBY
37
+ end
38
+ end
39
+ end
data/lib/phlex/node.rb ADDED
@@ -0,0 +1,13 @@
1
+ module Phlex
2
+ module Node
3
+ include Callable
4
+
5
+ def children
6
+ @_children ||= []
7
+ end
8
+
9
+ def call
10
+ children.map(&:call).join
11
+ end
12
+ end
13
+ end
data/lib/phlex/page.rb ADDED
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ Phlex::Page = Class.new(Phlex::Component)
File without changes
@@ -0,0 +1,15 @@
1
+ module Phlex
2
+ class Tag
3
+ class StandardElement < Tag
4
+ include Node
5
+
6
+ def call
7
+ "<#{meta_data}>#{super}</#{self.class.value}>"
8
+ end
9
+
10
+ def method_missing(*args, **kwargs, &block)
11
+ super.tap { Context.new(self).call(&block) if block_given? }
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,9 @@
1
+ module Phlex
2
+ class Tag
3
+ class VoidElement < Tag
4
+ def call
5
+ "<#{meta_data} />"
6
+ end
7
+ end
8
+ end
9
+ end
data/lib/phlex/tag.rb ADDED
@@ -0,0 +1,43 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ class Tag
5
+ SPACE = " "
6
+ NAMESPACE_DELINEATOR = "::"
7
+
8
+ class << self
9
+ attr_accessor :abstract
10
+
11
+ def value
12
+ name.split(NAMESPACE_DELINEATOR).last.downcase
13
+ end
14
+ end
15
+
16
+ def call
17
+ raise NoMethodError
18
+ end
19
+
20
+ def initialize(**attributes)
21
+ @attributes = attributes
22
+ .transform_values { _1.split(SPACE) if _1.is_a?(String) }
23
+ end
24
+
25
+ # def method_missing(name, *args, **kwargs, &block)
26
+ # @attributes[:class] ||= []
27
+ # @attributes[:class] << name
28
+ # self
29
+ # end
30
+
31
+ private
32
+
33
+ def meta_data
34
+ ([self.class.value] + build_attributes).join(SPACE)
35
+ end
36
+
37
+ def build_attributes
38
+ @attributes
39
+ .transform_values { _1.join(SPACE) }
40
+ .map { |k, v| "#{k}=\"#{v}\"" }
41
+ end
42
+ end
43
+ end
data/lib/phlex/tags.rb ADDED
@@ -0,0 +1,108 @@
1
+ module Phlex
2
+ class Tag
3
+ class Area < VoidElement; end
4
+ class Embed < VoidElement; end
5
+ class Img < VoidElement; end
6
+ class Input < VoidElement; end
7
+ class Link < VoidElement; end
8
+ class Meta < VoidElement; end
9
+ class Param < VoidElement; end
10
+ class Track < VoidElement; end
11
+ class Col < VoidElement; end
12
+
13
+ class A < StandardElement; end
14
+ class Abbr < StandardElement; end
15
+ class Address < StandardElement; end
16
+ class Article < StandardElement; end
17
+ class Aside < StandardElement; end
18
+ class B < StandardElement; end
19
+ class Bdi < StandardElement; end
20
+ class Bdo < StandardElement; end
21
+ class Blockquote < StandardElement; end
22
+ class Body < StandardElement; end
23
+ class Button < StandardElement; end
24
+ class Caption < StandardElement; end
25
+ class Cite < StandardElement; end
26
+ class Code < StandardElement; end
27
+ class Colgroup < StandardElement; end
28
+ class Data < StandardElement; end
29
+ class Datalist < StandardElement; end
30
+ class Dd < StandardElement; end
31
+ class Del < StandardElement; end
32
+ class Details < StandardElement; end
33
+ class Dfn < StandardElement; end
34
+ class Dialog < StandardElement; end
35
+ class Div < StandardElement; end
36
+ class Dl < StandardElement; end
37
+ class Dt < StandardElement; end
38
+ class Em < StandardElement; end
39
+ class Fieldset < StandardElement; end
40
+ class Figcaption < StandardElement; end
41
+ class Figure < StandardElement; end
42
+ class Footer < StandardElement; end
43
+ class Form < StandardElement; end
44
+ class H1 < StandardElement; end
45
+ class H2 < StandardElement; end
46
+ class H3 < StandardElement; end
47
+ class H4 < StandardElement; end
48
+ class H5 < StandardElement; end
49
+ class H6 < StandardElement; end
50
+ class Head < StandardElement; end
51
+ class Header < StandardElement; end
52
+ class Html < StandardElement; end
53
+ class I < StandardElement; end
54
+ class Iframe < StandardElement; end
55
+ class Ins < StandardElement; end
56
+ class Kbd < StandardElement; end
57
+ class Label < StandardElement; end
58
+ class Legend < StandardElement; end
59
+ class Li < StandardElement; end
60
+ class Main < StandardElement; end
61
+ class Map < StandardElement; end
62
+ class Mark < StandardElement; end
63
+ class Menuitem < StandardElement; end
64
+ class Meter < StandardElement; end
65
+ class Nav < StandardElement; end
66
+ class Noscript < StandardElement; end
67
+ class Object < StandardElement; end
68
+ class Ol < StandardElement; end
69
+ class Optgroup < StandardElement; end
70
+ class Option < StandardElement; end
71
+ class Output < StandardElement; end
72
+ class P < StandardElement; end
73
+ class Picture < StandardElement; end
74
+ class Pre < StandardElement; end
75
+ class Progress < StandardElement; end
76
+ class Q < StandardElement; end
77
+ class Rp < StandardElement; end
78
+ class Rt < StandardElement; end
79
+ class Ruby < StandardElement; end
80
+ class S < StandardElement; end
81
+ class Samp < StandardElement; end
82
+ class Script < StandardElement; end
83
+ class Section < StandardElement; end
84
+ class Select < StandardElement; end
85
+ class Slot < StandardElement; end
86
+ class Small < StandardElement; end
87
+ class Span < StandardElement; end
88
+ class Strong < StandardElement; end
89
+ class Sub < StandardElement; end
90
+ class Summary < StandardElement; end
91
+ class Sup < StandardElement; end
92
+ class Table < StandardElement; end
93
+ class Tbody < StandardElement; end
94
+ class Td < StandardElement; end
95
+ class Template < StandardElement; end
96
+ class Textarea < StandardElement; end
97
+ class Tfoot < StandardElement; end
98
+ class Th < StandardElement; end
99
+ class Thead < StandardElement; end
100
+ class Time < StandardElement; end
101
+ class Title < StandardElement; end
102
+ class Tr < StandardElement; end
103
+ class U < StandardElement; end
104
+ class Ul < StandardElement; end
105
+ class Video < StandardElement; end
106
+ class Wbr < StandardElement; end
107
+ end
108
+ end
data/lib/phlex/text.rb ADDED
@@ -0,0 +1,13 @@
1
+ module Phlex
2
+ class Text
3
+ include Callable
4
+
5
+ def initialize(content)
6
+ @content = content
7
+ end
8
+
9
+ def call
10
+ ERB::Util.html_escape(@content)
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ VERSION = '0.1.0'
5
+ end
data/lib/phlex.rb ADDED
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "active_support/core_ext/string/output_safety"
4
+
5
+ require_relative "phlex/version"
6
+ require_relative "phlex/callable"
7
+ require_relative "phlex/tag"
8
+ require_relative "phlex/tag/void_element"
9
+ require_relative "phlex/node"
10
+ require_relative "phlex/tag/standard_element"
11
+ require_relative "phlex/tags"
12
+ require_relative "phlex/context"
13
+ require_relative "phlex/component"
14
+ require_relative "phlex/page"
15
+ require_relative "phlex/text"
16
+
17
+ module Phlex
18
+ class Error < StandardError; end
19
+ # Your code goes here...
20
+ end
data/sig/phlex.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module Phlex
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phlex
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Joel Drapper
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-06-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: activesupport
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '7.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '7.0'
27
+ description: Better view components
28
+ email:
29
+ - joel@drapper.me
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - CHANGELOG.md
35
+ - CODE_OF_CONDUCT.md
36
+ - Gemfile
37
+ - Gemfile.lock
38
+ - LICENSE.txt
39
+ - README.md
40
+ - Rakefile
41
+ - lib/phlex.rb
42
+ - lib/phlex/callable.rb
43
+ - lib/phlex/component.rb
44
+ - lib/phlex/context.rb
45
+ - lib/phlex/node.rb
46
+ - lib/phlex/page.rb
47
+ - lib/phlex/rails.rb
48
+ - lib/phlex/tag.rb
49
+ - lib/phlex/tag/standard_element.rb
50
+ - lib/phlex/tag/void_element.rb
51
+ - lib/phlex/tags.rb
52
+ - lib/phlex/text.rb
53
+ - lib/phlex/version.rb
54
+ - sig/phlex.rbs
55
+ homepage: https://github.com/joeldrapper/phlex
56
+ licenses:
57
+ - MIT
58
+ metadata:
59
+ homepage_uri: https://github.com/joeldrapper/phlex
60
+ source_code_uri: https://github.com/joeldrapper/phlex
61
+ changelog_uri: https://github.com/joeldrapper/phlex
62
+ post_install_message:
63
+ rdoc_options: []
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '3.0'
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ requirements: []
77
+ rubygems_version: 3.3.7
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: Flexible components
81
+ test_files: []