bake 0.19.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99b2c03a18fc4aa5cb423eb24baadefa827104d4f85c39d360284e6d086e9e3c
4
- data.tar.gz: ce5eb5f377f89d575535fae064465daabb1ce34eab618acf139b9c6c51d9c311
3
+ metadata.gz: 1192571635e3600ebfa7e2dd3e8825de11dba8e5f6abfe43cbc484d014211212
4
+ data.tar.gz: 77bc6bdf14e4bfb6535bfe8ba650f4d0f409282d61f033aa7f4c194693a665ab
5
5
  SHA512:
6
- metadata.gz: d538348c6853c183e713d5e431b7780f3641aa6c6c17a4cbd04a4ae505f8bb143788724b809d5f2745b0c3e9a5cb1a24fc2f56e799da7c8fc64ce02312580792
7
- data.tar.gz: 5d2bc47eaea3c6194d6c8ce8f076ea40dc37b6e3a636a37fc305e0a4d1b571925e4d3aa9f195fa8cd02404f9be938e8891b9a4f18416be543e00c0ad371e390c
6
+ metadata.gz: 3e2fdb75a59e65f46192fd199249da3cd652f047f0236e4587bf4c6656671e8ead34a12e7f3cc3df6203d36d6fb7982dec00817e3455c19d0410416abfe9ff79
7
+ data.tar.gz: 7a3a19e8dec70df7ef175fed067ac493a1042ea56cff33a3396ae3ba49df21391c13c9eb72805c08aa49161920f23b1dba60d006547d51b5a2418b664b6e82a7
checksums.yaml.gz.sig CHANGED
Binary file
data/bin/bake CHANGED
@@ -28,6 +28,6 @@ require_relative '../lib/bake/command'
28
28
  begin
29
29
  Bake::Command.call
30
30
  rescue => error
31
- Console.logger.error(Bake::Command) {error}
31
+ Console.error(Bake::Command, error)
32
32
  exit 1
33
33
  end
data/lib/bake/version.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2020-2024, by Samuel Williams.
5
5
 
6
6
  module Bake
7
- VERSION = "0.19.0"
7
+ VERSION = "0.20.0"
8
8
  end
data/readme.md CHANGED
@@ -17,7 +17,17 @@ That being said, Rake and Bake can exist side by side in the same project.
17
17
 
18
18
  ## Usage
19
19
 
20
- Please see the [project documentation](https://ioquatix.github.io/bake/).
20
+ Please see the [project documentation](https://ioquatix.github.io/bake/) for more details.
21
+
22
+ - [Getting Started](https://ioquatix.github.io/bake/guides/getting-started/index) - This guide gives a general overview of `bake` and how to use it.
23
+
24
+ - [Command Line Interface](https://ioquatix.github.io/bake/guides/command-line-interface/index) - The `bake` command is broken up into two main functions: `list` and `call`.
25
+
26
+ - [Project Integration](https://ioquatix.github.io/bake/guides/project-integration/index) - This guide explains how to add `bake` to a Ruby project.
27
+
28
+ - [Gem Integration](https://ioquatix.github.io/bake/guides/gem-integration/index) - This guide explains how to add `bake` to a Ruby gem and export standardised tasks for use by other gems and projects.
29
+
30
+ - [Input and Output](https://ioquatix.github.io/bake/guides/input-and-output/index) - `bake` has built in tasks for reading input and writing output in different formats. While this can be useful for general processing, there are some limitations, notably that rich object representations like `json` and `yaml` often don't support stream processing.
21
31
 
22
32
  ## Contributing
23
33
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -38,7 +38,7 @@ cert_chain:
38
38
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
39
39
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
40
40
  -----END CERTIFICATE-----
41
- date: 2024-01-25 00:00:00.000000000 Z
41
+ date: 2024-05-03 00:00:00.000000000 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: bigdecimal
@@ -112,7 +112,9 @@ homepage: https://github.com/ioquatix/bake
112
112
  licenses:
113
113
  - MIT
114
114
  metadata:
115
+ documentation_uri: https://ioquatix.github.io/bake/
115
116
  funding_uri: https://github.com/sponsors/ioquatix/
117
+ source_code_uri: https://github.com/ioquatix/bake.git
116
118
  post_install_message:
117
119
  rdoc_options: []
118
120
  require_paths:
@@ -121,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
123
  requirements:
122
124
  - - ">="
123
125
  - !ruby/object:Gem::Version
124
- version: '3.0'
126
+ version: '3.1'
125
127
  required_rubygems_version: !ruby/object:Gem::Requirement
126
128
  requirements:
127
129
  - - ">="
metadata.gz.sig CHANGED
Binary file