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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/bin/bake +1 -1
- data/lib/bake/version.rb +1 -1
- data/readme.md +11 -1
- data.tar.gz.sig +0 -0
- metadata +5 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1192571635e3600ebfa7e2dd3e8825de11dba8e5f6abfe43cbc484d014211212
|
4
|
+
data.tar.gz: 77bc6bdf14e4bfb6535bfe8ba650f4d0f409282d61f033aa7f4c194693a665ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e2fdb75a59e65f46192fd199249da3cd652f047f0236e4587bf4c6656671e8ead34a12e7f3cc3df6203d36d6fb7982dec00817e3455c19d0410416abfe9ff79
|
7
|
+
data.tar.gz: 7a3a19e8dec70df7ef175fed067ac493a1042ea56cff33a3396ae3ba49df21391c13c9eb72805c08aa49161920f23b1dba60d006547d51b5a2418b664b6e82a7
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/bin/bake
CHANGED
data/lib/bake/version.rb
CHANGED
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.
|
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-
|
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.
|
126
|
+
version: '3.1'
|
125
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
128
|
requirements:
|
127
129
|
- - ">="
|
metadata.gz.sig
CHANGED
Binary file
|