mimas-bridgetown 0.3.0 → 0.4.0

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: 6b8cccd268c27ac9faf945350e3aa99315932d0c464ee74c00991cbda6065a2d
4
- data.tar.gz: 3931badc429f73a3881f8343040540a8743e24b5acb86fd196ca991d0c8127ce
3
+ metadata.gz: 2adb6827c0375d3d31f45e35a444686aa94594d20b35a032227fc4f8e63118e8
4
+ data.tar.gz: 268756f61a26cda6891567ed0f97ee20308944da4d570b4acc1d4c80c7890881
5
5
  SHA512:
6
- metadata.gz: b5f17db407483fb22d5cd49b288f646f18f8814b2c05c8da4d622bcb21f6b58048022c27f39bff74473a7a7c04e2c820f4a136a7400c08f5cb2876e488634aca
7
- data.tar.gz: e1184a6e3e8a3dc5c98b6c6a510d3f9110fa61b2cf34223f1ff1beff751de224d0a86c03ffb8c34109cf233a1c742dc55d400b00c50fb65c9ed909924863cf1c
6
+ metadata.gz: 5935444351bb4e574f38d8cf20ae131f79ecf1c5f48f42ab9ea6577e2bbecc665b830290cd1abb078143daedef5419484edacb2327d24214f9784d55242fc007
7
+ data.tar.gz: 0ff18390500445a844c110fb2847c7428ecd85aca079dbbf5fa98f93d5072b4354757caa65fe2488ef143795bddb8dc60eb74b2173ab8113cf3735c5e8f391f9
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2026-present Ayush Newatia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  module Mimas
2
2
  module Plugins
3
3
  module Bridgetown
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.0"
5
5
  end
6
6
  end
7
7
  end
@@ -15,7 +15,7 @@ site :api do
15
15
  domain "api.<%= domain %>"
16
16
  files do
17
17
  `git ls-files -z`.split("\x0")
18
- .reject { it.match(%r!(bin|mimas.rb|Caddyfile)!) }
18
+ .reject { it.match(%r!^(bin|mimas.rb|Caddyfile)!) }
19
19
  end
20
20
 
21
21
  healthcheck_path "/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mimas-bridgetown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ayush Newatia
@@ -15,19 +15,20 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0.5'
18
+ version: '0.8'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0.5'
25
+ version: '0.8'
26
26
  email: ayush@hey.com
27
27
  executables: []
28
28
  extensions: []
29
29
  extra_rdoc_files: []
30
30
  files:
31
+ - LICENSE.txt
31
32
  - lib/mimas-bridgetown.rb
32
33
  - lib/mimas/plugins/bridgetown.rb
33
34
  - lib/mimas/plugins/bridgetown/commands/init.rb
@@ -53,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
54
  - !ruby/object:Gem::Version
54
55
  version: '0'
55
56
  requirements: []
56
- rubygems_version: 4.0.18
57
+ rubygems_version: 4.0.16
57
58
  specification_version: 4
58
59
  summary: Simplify Bridgetown deployment using Mimas
59
60
  test_files: []