bridgetown-minify-html 1.0.0 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67060957dc8dfb1ade8db1fef38e38b6b451227d29f4bcb0e852768c652ce36c
4
- data.tar.gz: ec347028603a43a02038e8f9b6666650a44af33fdefa9c8c53caa71fd2648744
3
+ metadata.gz: a51a96aaeb804c2c6309548b193dc75d9a038ec5cc4c109efb9306ccfd13f5b8
4
+ data.tar.gz: 0daecbe4382876605b38a6de66c26a77561a733180a1036a840d2cf977e94e71
5
5
  SHA512:
6
- metadata.gz: f5b439b1b28a547cfe88fce7dd538f707c3b92ca14a58c5d2217e47879ecdec232c27dea04a82a064d813ab0cff4ee2571b6e17dc94fd50d7ba26cc5a18180e8
7
- data.tar.gz: e5be065ed2c109061a3834b51a5f9b579f65a837947fae6578b2ec2d9593a87ad4689f084b0aff6ab1a894ce0423e4e79852a32c802af2c634fe21df55b64156
6
+ metadata.gz: 7a364d7d18fb1c3696b7700a989338df1c43fc96dcfd42a1ea3531ebc1e54ed04693e546a7668dc8f68eda103f45a1cd581864e52e0303cb4c49b0ca3ca13211
7
+ data.tar.gz: 704763e1938e69c0801a160f6e56349ef86762f1e2e6d17ddab82586810af7a27a3df05653e63c841ee9c318bff767c1de9cabe659f9ff071ce6775f5605edb3
@@ -0,0 +1,2 @@
1
+ github: MikeRogers0
2
+ custom: ["https://www.buymeacoffee.com/MikeRogers0", "https://mikerogers.io/"]
@@ -13,9 +13,3 @@ updates:
13
13
  directory: "/"
14
14
  schedule:
15
15
  interval: "daily"
16
-
17
- # Maintain dependencies for Docker
18
- - package-ecosystem: "docker"
19
- directory: "/"
20
- schedule:
21
- interval: "daily"
@@ -28,7 +28,7 @@ jobs:
28
28
  - name: Create local changes
29
29
  run: |
30
30
  gem install github_changelog_generator
31
- github_changelog_generator -u MikeRogers0 -p bridgetown-minify-html --token ${{ secrets.GITHUB_TOKEN }} --exclude-labels duplicate,question,invalid,wontfix,nodoc
31
+ github_changelog_generator -u bt-rb -p bridgetown-minify-html --token ${{ secrets.GITHUB_TOKEN }} --exclude-labels duplicate,question,invalid,wontfix,nodoc
32
32
  - name: Commit files
33
33
  run: |
34
34
  git config --local user.email "github-actions@example.com"
@@ -1,44 +1,53 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/MikeRogers0/bridgetown-minify-html/tree/HEAD)
3
+ ## [Unreleased](https://github.com/bt-rb/bridgetown-minify-html/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/MikeRogers0/bridgetown-minify-html/compare/v0.2.0...HEAD)
5
+ [Full Changelog](https://github.com/bt-rb/bridgetown-minify-html/compare/v1.0.0...HEAD)
6
6
 
7
7
  **Merged pull requests:**
8
8
 
9
- - Bumping to 1.0.0 [\#16](https://github.com/MikeRogers0/bridgetown-minify-html/pull/16) ([MikeRogers0](https://github.com/MikeRogers0))
10
- - Using GitHub Action by @jstastny for gempush [\#15](https://github.com/MikeRogers0/bridgetown-minify-html/pull/15) ([MikeRogers0](https://github.com/MikeRogers0))
11
- - Testing against multiple ruby versions [\#14](https://github.com/MikeRogers0/bridgetown-minify-html/pull/14) ([MikeRogers0](https://github.com/MikeRogers0))
12
- - Adding funding\_uri & metadata in [\#13](https://github.com/MikeRogers0/bridgetown-minify-html/pull/13) ([MikeRogers0](https://github.com/MikeRogers0))
13
- - Adding new badges to the readme [\#12](https://github.com/MikeRogers0/bridgetown-minify-html/pull/12) ([MikeRogers0](https://github.com/MikeRogers0))
14
- - Cleaning up GitHub Actions [\#11](https://github.com/MikeRogers0/bridgetown-minify-html/pull/11) ([MikeRogers0](https://github.com/MikeRogers0))
15
- - Ditching docker [\#10](https://github.com/MikeRogers0/bridgetown-minify-html/pull/10) ([MikeRogers0](https://github.com/MikeRogers0))
16
- - Bump actions/setup-ruby from v1.1.1 to v1.1.2 [\#9](https://github.com/MikeRogers0/bridgetown-minify-html/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot))
9
+ - Updating owner references [\#18](https://github.com/bt-rb/bridgetown-minify-html/pull/18) ([MikeRogers0](https://github.com/MikeRogers0))
10
+ - Removing docker from Dependabot checks [\#17](https://github.com/bt-rb/bridgetown-minify-html/pull/17) ([MikeRogers0](https://github.com/MikeRogers0))
17
11
 
18
- ## [v0.2.0](https://github.com/MikeRogers0/bridgetown-minify-html/tree/v0.2.0) (2020-07-22)
12
+ ## [v1.0.0](https://github.com/bt-rb/bridgetown-minify-html/tree/v1.0.0) (2020-10-22)
19
13
 
20
- [Full Changelog](https://github.com/MikeRogers0/bridgetown-minify-html/compare/v0.1.0...v0.2.0)
21
-
22
- **Fixed bugs:**
23
-
24
- - bug: undefined local variable or method extension [\#8](https://github.com/MikeRogers0/bridgetown-minify-html/pull/8) ([MikeRogers0](https://github.com/MikeRogers0))
25
- - bug: Bridgetown::StaticFile don't have output\_ext - so ignoring them [\#7](https://github.com/MikeRogers0/bridgetown-minify-html/pull/7) ([MikeRogers0](https://github.com/MikeRogers0))
26
- - fix: Making sure changelog is regenerated on release [\#4](https://github.com/MikeRogers0/bridgetown-minify-html/pull/4) ([MikeRogers0](https://github.com/MikeRogers0))
14
+ [Full Changelog](https://github.com/bt-rb/bridgetown-minify-html/compare/v0.2.0...v1.0.0)
27
15
 
28
16
  **Merged pull requests:**
29
17
 
30
- - feat: Rewording test titles [\#6](https://github.com/MikeRogers0/bridgetown-minify-html/pull/6) ([MikeRogers0](https://github.com/MikeRogers0))
31
- - chores: Adding rubygems badge in [\#5](https://github.com/MikeRogers0/bridgetown-minify-html/pull/5) ([MikeRogers0](https://github.com/MikeRogers0))
32
- - Update rake requirement from ~\> 12.0 to ~\> 13.0 [\#2](https://github.com/MikeRogers0/bridgetown-minify-html/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot))
33
- - Bump actions/setup-ruby from v1 to v1.1.1 [\#1](https://github.com/MikeRogers0/bridgetown-minify-html/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot))
18
+ - Bumping to 1.0.0 [\#16](https://github.com/bt-rb/bridgetown-minify-html/pull/16) ([MikeRogers0](https://github.com/MikeRogers0))
19
+ - Using GitHub Action by @jstastny for gempush [\#15](https://github.com/bt-rb/bridgetown-minify-html/pull/15) ([MikeRogers0](https://github.com/MikeRogers0))
20
+ - Testing against multiple ruby versions [\#14](https://github.com/bt-rb/bridgetown-minify-html/pull/14) ([MikeRogers0](https://github.com/MikeRogers0))
21
+ - Adding funding\_uri & metadata in [\#13](https://github.com/bt-rb/bridgetown-minify-html/pull/13) ([MikeRogers0](https://github.com/MikeRogers0))
22
+ - Adding new badges to the readme [\#12](https://github.com/bt-rb/bridgetown-minify-html/pull/12) ([MikeRogers0](https://github.com/MikeRogers0))
23
+ - Cleaning up GitHub Actions [\#11](https://github.com/bt-rb/bridgetown-minify-html/pull/11) ([MikeRogers0](https://github.com/MikeRogers0))
24
+ - Ditching docker [\#10](https://github.com/bt-rb/bridgetown-minify-html/pull/10) ([MikeRogers0](https://github.com/MikeRogers0))
25
+ - Bump actions/setup-ruby from v1.1.1 to v1.1.2 [\#9](https://github.com/bt-rb/bridgetown-minify-html/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot))
34
26
 
35
- ## [v0.1.0](https://github.com/MikeRogers0/bridgetown-minify-html/tree/v0.1.0) (2020-07-20)
27
+ ## [v0.2.0](https://github.com/bt-rb/bridgetown-minify-html/tree/v0.2.0) (2020-07-22)
36
28
 
37
- [Full Changelog](https://github.com/MikeRogers0/bridgetown-minify-html/compare/5ce9f22631f178ecf164501e7d28d6dee902ce9c...v0.1.0)
29
+ [Full Changelog](https://github.com/bt-rb/bridgetown-minify-html/compare/v0.1.0...v0.2.0)
38
30
 
39
31
  **Implemented enhancements:**
40
32
 
41
- - Preparing for 0.1.0 release [\#3](https://github.com/MikeRogers0/bridgetown-minify-html/pull/3) ([MikeRogers0](https://github.com/MikeRogers0))
33
+ - Preparing for 0.1.0 release [\#3](https://github.com/bt-rb/bridgetown-minify-html/pull/3) ([MikeRogers0](https://github.com/MikeRogers0))
34
+
35
+ **Fixed bugs:**
36
+
37
+ - bug: undefined local variable or method extension [\#8](https://github.com/bt-rb/bridgetown-minify-html/pull/8) ([MikeRogers0](https://github.com/MikeRogers0))
38
+ - bug: Bridgetown::StaticFile don't have output\_ext - so ignoring them [\#7](https://github.com/bt-rb/bridgetown-minify-html/pull/7) ([MikeRogers0](https://github.com/MikeRogers0))
39
+ - fix: Making sure changelog is regenerated on release [\#4](https://github.com/bt-rb/bridgetown-minify-html/pull/4) ([MikeRogers0](https://github.com/MikeRogers0))
40
+
41
+ **Merged pull requests:**
42
+
43
+ - feat: Rewording test titles [\#6](https://github.com/bt-rb/bridgetown-minify-html/pull/6) ([MikeRogers0](https://github.com/MikeRogers0))
44
+ - chores: Adding rubygems badge in [\#5](https://github.com/bt-rb/bridgetown-minify-html/pull/5) ([MikeRogers0](https://github.com/MikeRogers0))
45
+ - Update rake requirement from ~\> 12.0 to ~\> 13.0 [\#2](https://github.com/bt-rb/bridgetown-minify-html/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot))
46
+ - Bump actions/setup-ruby from v1 to v1.1.1 [\#1](https://github.com/bt-rb/bridgetown-minify-html/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot))
47
+
48
+ ## [v0.1.0](https://github.com/bt-rb/bridgetown-minify-html/tree/v0.1.0) (2020-07-20)
49
+
50
+ [Full Changelog](https://github.com/bt-rb/bridgetown-minify-html/compare/5ce9f22631f178ecf164501e7d28d6dee902ce9c...v0.1.0)
42
51
 
43
52
 
44
53
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Twitter Follow](https://img.shields.io/twitter/follow/MikeRogers0?label=Follow%20%40MikeRogers0%20For%20Updates&style=social)](https://twitter.com/MikeRogers0)
2
- ![RSpec](https://github.com/MikeRogers0/bridgetown-minify-html/workflows/RSpec/badge.svg)
3
- ![RuboCop](https://github.com/MikeRogers0/bridgetown-minify-html/workflows/RuboCop/badge.svg)
2
+ ![RSpec](https://github.com/bt-rb/bridgetown-minify-html/workflows/RSpec/badge.svg)
3
+ ![RuboCop](https://github.com/bt-rb/bridgetown-minify-html/workflows/RuboCop/badge.svg)
4
4
  [![Gem Version](https://badge.fury.io/rb/bridgetown-minify-html.svg)](https://badge.fury.io/rb/bridgetown-minify-html)
5
5
 
6
6
  # Bridgetown Minify HTML
@@ -52,7 +52,7 @@ minify_html:
52
52
 
53
53
  ## Contributing
54
54
 
55
- 1. Fork it (https://github.com/MikeRogers0/bridgetown-minify-html/fork)
55
+ 1. Fork it (https://github.com/bt-rb/bridgetown-minify-html/fork)
56
56
  2. Clone the fork using `git clone` to your local development machine.
57
57
  3. Create your feature branch (`git checkout -b feature/my-new-feature`)
58
58
  4. Commit your changes (`git commit -am 'Add some feature'`)
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.author = "Mike Rogers"
9
9
  spec.email = "me@mikerogers.io"
10
10
  spec.summary = "Minify Outputted HTML in Bridgetown"
11
- spec.homepage = "https://github.com/MikeRogers0/bridgetown-minify-html"
11
+ spec.homepage = "https://github.com/bt-rb/bridgetown-minify-html"
12
12
  spec.license = "MIT"
13
13
 
14
14
  spec.metadata = {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BridgetownMinifyHtml
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown-minify-html
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Rogers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-22 00:00:00.000000000 Z
11
+ date: 2020-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bridgetown
@@ -126,6 +126,7 @@ executables: []
126
126
  extensions: []
127
127
  extra_rdoc_files: []
128
128
  files:
129
+ - ".github/FUNDING.yml"
129
130
  - ".github/dependabot.yml"
130
131
  - ".github/workflows/changelog.yml"
131
132
  - ".github/workflows/gempush.yml"
@@ -146,15 +147,15 @@ files:
146
147
  - lib/bridgetown-minify-html/builder.rb
147
148
  - lib/bridgetown-minify-html/minifier.rb
148
149
  - lib/bridgetown-minify-html/version.rb
149
- homepage: https://github.com/MikeRogers0/bridgetown-minify-html
150
+ homepage: https://github.com/bt-rb/bridgetown-minify-html
150
151
  licenses:
151
152
  - MIT
152
153
  metadata:
153
- bug_tracker_uri: https://github.com/MikeRogers0/bridgetown-minify-html/issues
154
- changelog_uri: https://github.com/MikeRogers0/bridgetown-minify-html/blob/master/CHANGELOG.md
155
- documentation_uri: https://github.com/MikeRogers0/bridgetown-minify-html
156
- homepage_uri: https://github.com/MikeRogers0/bridgetown-minify-html
157
- source_code_uri: https://github.com/MikeRogers0/bridgetown-minify-html
154
+ bug_tracker_uri: https://github.com/bt-rb/bridgetown-minify-html/issues
155
+ changelog_uri: https://github.com/bt-rb/bridgetown-minify-html/blob/master/CHANGELOG.md
156
+ documentation_uri: https://github.com/bt-rb/bridgetown-minify-html
157
+ homepage_uri: https://github.com/bt-rb/bridgetown-minify-html
158
+ source_code_uri: https://github.com/bt-rb/bridgetown-minify-html
158
159
  funding_uri: https://www.buymeacoffee.com/MikeRogers0
159
160
  post_install_message:
160
161
  rdoc_options: []