bootic_cli 0.9.0 → 0.9.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: df9158fc3f75121f0e571cdafc877ed233ce4b38430358049b15eff28fcc7fd3
4
- data.tar.gz: 410cdec382233f16e2859d746fe6e67b494100b8ec6d5dfd7b2cd205bef303d9
3
+ metadata.gz: 06ecc05604fafb0d9813066bd0f2b0302362d79e237f01b6a75d128c9848eefd
4
+ data.tar.gz: 0a2e257a791af75846d122d2c1dc4c860a81fc558e515a835c090bfa7581fdd1
5
5
  SHA512:
6
- metadata.gz: e5054a723f0f28eac24408591c4dde2f8bdc34c106ab15246a9f9c0f12cbf190849a0f56a1f83dea9fe76def3f953873305113f54bbcddb5154fcf450200dd18
7
- data.tar.gz: e6bf1ef49ac94044c57c26b25fd168c61be8b897a49961d98654fb50c3fcf29d066133220a356148e15bec19472c7033af4aedd9b611f197f280bec814cf0594
6
+ metadata.gz: f66ba84fd48b3ba242f2b96264fa36292a68fdda32dce6b45f628ed39fb7f9b375e3069f8c82c315e60e64a5c4359040dce3de04e289aac2ae15a6f9f1266f9e
7
+ data.tar.gz: 0e1e25d1372d30d30dd4a0ea1596ef656fd4183c447fd197badf1c27cad6b9736350f693b4ffa925396f9825f1ea7af220193dc6d8c3a2a454a51627a185b321
@@ -325,7 +325,7 @@ module BooticCli
325
325
  input = shell.ask(string, color)
326
326
  rescue Interrupt
327
327
  say "\nCtrl-C received. Bailing out!", :magenta
328
- abort
328
+ exit
329
329
  end
330
330
  end
331
331
 
@@ -30,7 +30,7 @@ module BooticCli
30
30
  end
31
31
 
32
32
  ASSETS_DIR = 'assets'.freeze
33
- TEMPLATE_PATTERNS = ['sections/*.html', '*.html', '*.css', '*.js', 'theme.yml', 'settings.json'].freeze
33
+ TEMPLATE_PATTERNS = ['sections/*.html', '*.html', '*.css', '*.js', '*.json', 'theme.yml'].freeze
34
34
  ASSET_PATTERNS = [File.join(ASSETS_DIR, '*')].freeze
35
35
 
36
36
  def self.resolve_path(path, dir)
@@ -1,3 +1,3 @@
1
1
  module BooticCli
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootic_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ismael Celis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-02-02 00:00:00.000000000 Z
12
+ date: 2023-02-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor