toys-core 0.15.2 → 0.15.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/toys/core.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 840dff30d3a85e5af4cdbbdaa77498491efe89e473608e4e130e75d9a49a249c
4
- data.tar.gz: 3ea3662f0fbf2b8a28063435ef0f4b28300e9b8b4664ab4a1c7d5dd5b6a8e77f
3
+ metadata.gz: b1888d8d6f5f4fef954b2ae2cfb6d2c7347bacc9765b771b2cd565302c8aff33
4
+ data.tar.gz: 76e389e4af61edbb83832d626dbce946177eb262db260577c78d4f40b454d885
5
5
  SHA512:
6
- metadata.gz: 9368f93ffc0cea245a55c5961e56523bf94426996f100cf260080625e5ae91d5bef2773c06bcb029924ed9753987b5e864f2cdfb1b8df52d40483da9503b88c0
7
- data.tar.gz: 14d7d4eb508528c401a33fb4a40fc385485e5697b345ac353faa2e42470852f70ed1b8e3bb6c20043b29c562742aad83e96bce40817eef1ee050f910534558f0
6
+ metadata.gz: 70cb4a35ff04d345c22e19aa701148ee55cf3336ecfab68bbb524c44aaa8d1306fb8106136efa337c281110203c1559c16598c8762ff4ecfb13d36fecc15f7e0
7
+ data.tar.gz: f6e5a7f8c84a7158da379707c48d2f560806285a684fb2f46a80649c4dbb0e1ed7c7ee240eb1b1825723ded8519dbcada6cd6896f48a33e9047855362c9010f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### v0.15.3 / 2023-10-31
4
+
5
+ * (No significant changes)
6
+
3
7
  ### v0.15.2 / 2023-10-17
4
8
 
5
9
  * (No significant changes)
data/lib/toys/core.rb CHANGED
@@ -9,7 +9,7 @@ module Toys
9
9
  # Current version of Toys core.
10
10
  # @return [String]
11
11
  #
12
- VERSION = "0.15.2"
12
+ VERSION = "0.15.3"
13
13
  end
14
14
 
15
15
  ##
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toys-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.2
4
+ version: 0.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-17 00:00:00.000000000 Z
11
+ date: 2023-10-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Toys-Core is the command line tool framework underlying Toys. It can
14
14
  be used to create command line executables using the Toys DSL and classes.
@@ -79,10 +79,10 @@ homepage: https://github.com/dazuma/toys
79
79
  licenses:
80
80
  - MIT
81
81
  metadata:
82
- changelog_uri: https://dazuma.github.io/toys/gems/toys-core/v0.15.2/file.CHANGELOG.html
82
+ changelog_uri: https://dazuma.github.io/toys/gems/toys-core/v0.15.3/file.CHANGELOG.html
83
83
  source_code_uri: https://github.com/dazuma/toys/tree/main/toys-core
84
84
  bug_tracker_uri: https://github.com/dazuma/toys/issues
85
- documentation_uri: https://dazuma.github.io/toys/gems/toys-core/v0.15.2
85
+ documentation_uri: https://dazuma.github.io/toys/gems/toys-core/v0.15.3
86
86
  post_install_message:
87
87
  rdoc_options: []
88
88
  require_paths: