flecks 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 506e25db07f7a5441cd28402c75da384c19d10c47a6389847b57f90da921a99a
4
+ data.tar.gz: 4fade8bed11aa0c89acf5ca889b30fe4dbf68b1df20deff1de8def9ef67a54d6
5
+ SHA512:
6
+ metadata.gz: 4f254a597b5a6d33690e40686e0e92eb998bebf44d11c2ce15c312ba90cbeb5c062e0b4953f63259c6aa4ca46818564dfeecd61cf2bcc6d693cd9977ee5e5fba
7
+ data.tar.gz: 5eb7adb8074dae299256a4b76b503155f0983fbe6c3d8ba01e4aca8678b6a3cd52d4315afaab3cdda1fe53adb95bf0964aa0c5e231e52de7bf1f4c3cf02d2b9b
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 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 @@
1
+ # Flecks
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Flecks
4
+ VERSION = "0.0.0"
5
+ end
data/lib/flecks.rb ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Flecks
4
+ end
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flecks
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Joel Drapper
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Render IO-bound content asynchronously in Phlex.
14
+ email:
15
+ - joel@drapper.me
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - README.md
22
+ - lib/flecks.rb
23
+ - lib/flecks/version.rb
24
+ homepage: https://github.com/phlex-ruby/flecks
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ homepage_uri: https://github.com/phlex-ruby/flecks
29
+ source_code_uri: https://github.com/phlex-ruby/flecks
30
+ changelog_uri: https://github.com/phlex-ruby/flecks/blob/main/CHANGELOG.md
31
+ funding_uri: https://github.com/sponsors/joeldrapper
32
+ rubygems_mfa_required: 'true'
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 3.3.1
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubygems_version: 3.5.18
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: Deferred rendering for Phlex
52
+ test_files: []