esbuilds 0.0.1

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 71c3c60bf2f375a5a477b943abe7aa870348c0303bcebbf61842b492e782216b
4
+ data.tar.gz: f36473b23e39605d00b60e6283809299f032cb979c1dbf78f056e501d8734af9
5
+ SHA512:
6
+ metadata.gz: 5f1c131461fb1212f01715e9ffb0f0061c2db281a068b84cd1a4350a25cd722e34961065928292a5545373179046f9bd67d1ced7042b0a7ca6a1bbebd071e724
7
+ data.tar.gz: 8c057405c7fd36e0e643c438a467f92b2143cfe374cae4117bd7c90b8fb034205ba1790793b3f67a2369aec0010a798a313003fcc3c265ff49935c37d8fe6763
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: esbuilds
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Kevin Sylvestre
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-05-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - kevin@ksylvest.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/ksylvest/esbuilder.
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.2.3
39
+ signing_key:
40
+ specification_version: 4
41
+ summary: Use esbuild to bundle your JS, TS, CSS and more.
42
+ test_files: []