jekyll-minify-js 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1f72d786bd2ce0c1dbd137ff1ba6cebd86e821ddaf316ab29d7c069bbed93d7
4
- data.tar.gz: d64d7e54e46539d68d9de1bc960fa37b6addf655f861354291e622006996af14
3
+ metadata.gz: 4e69100dbb0743cb01a51bb500368c85622ebf8ae36045868a7df51901d124a9
4
+ data.tar.gz: 5c01abd49ffb1fc246c04c15e942be2e6ef7b09da2edbeab639141040a74cc3f
5
5
  SHA512:
6
- metadata.gz: ebf5214539d6cf1b969ee420d27c247f2cae2d3931ef8cf57ded6fa7673e322eee8f62bf49934515ccc8e72b0546b5c31b587816eac166b3545b1594245b36e6
7
- data.tar.gz: 615d71275d2ce2084feed54aa665b82faedc94e0e14d9853bcc4d6cef4e3f27e9466194dfcde019ebd1a00f1e745c40d797bfa5eb2b5e1047e01142f823b9d07
6
+ metadata.gz: f4f4d8bec2fed75e8c6c5172bd9f3769b9ee95895501cce6af94355c45e63a45525be3b794a900eb14a49f167b615e69c3d91e54965cf6b92dcae4759f8dfef5
7
+ data.tar.gz: 54c2874d562f4ac4b4ab974ceb93568bbd55925f7bb9680cbca64470332014a6aa7171198fd0570e3c010b27ec6c70b40d36107a5d10a537939d342fe2a526a2
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2026 phothinmg
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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-minify-js
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pho Thin Maung
@@ -84,11 +84,11 @@ executables: []
84
84
  extensions: []
85
85
  extra_rdoc_files: []
86
86
  files:
87
- - LICENSE
88
- - lib/jekyll_minify_js.rb
89
- homepage: https://rubygems.org/gems/hola
87
+ - LICENSE.txt
88
+ - lib/jekyll-minify-js.rb
89
+ homepage: https://rubygems.org/gems/jekyll-minify-js
90
90
  licenses:
91
- - ISC
91
+ - MIT
92
92
  metadata:
93
93
  rubygems_mfa_required: 'true'
94
94
  rdoc_options: []
@@ -98,14 +98,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
99
  - - ">="
100
100
  - !ruby/object:Gem::Version
101
- version: 3.4.8
101
+ version: '3.1'
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
104
  - - ">="
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
- rubygems_version: 3.6.9
108
+ rubygems_version: 4.0.11
109
109
  specification_version: 4
110
110
  summary: Jekyll plugin for Minify Js.
111
111
  test_files: []
data/LICENSE DELETED
@@ -1,19 +0,0 @@
1
- ISC License
2
-
3
- Copyright 2025 Pho Thin Maung<phothinmg@disroot.org>
4
-
5
- Permission to use, copy, modify, and/or distribute
6
- this software for any purpose with or without fee is
7
- hereby granted, provided that the above copyright
8
- notice and this permission notice appear in all copies.
9
-
10
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
11
- DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
12
- INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
14
- FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
15
- DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
16
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
17
- CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
18
- OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
19
- THIS SOFTWARE.
File without changes