toys-core 0.15.1 → 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 +8 -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: a4e68c02b974a63603b2e00c96bb93484390bbca133fd79d9e9ef32426d6cf3c
4
- data.tar.gz: ab1840233b668c04fa55e03e56e2f4286130ae55a31de704edc93db5fd5c4f15
3
+ metadata.gz: b1888d8d6f5f4fef954b2ae2cfb6d2c7347bacc9765b771b2cd565302c8aff33
4
+ data.tar.gz: 76e389e4af61edbb83832d626dbce946177eb262db260577c78d4f40b454d885
5
5
  SHA512:
6
- metadata.gz: 425bbb60804098f4bc8d356412c8d42ed4360efb35db009dd96597da25fe067c623b4a8c2e1106e88016628fb3897513057889731fb737fe94fbd661e96e528a
7
- data.tar.gz: 463e6463a86a1caca4f8e42dab90998711d573b79ccc221d3074e9a8a6f056ba13df67f23493e0ebee6c43fa157fd65abbf83ea2127cd537076f82f0bef7dd7d
6
+ metadata.gz: 70cb4a35ff04d345c22e19aa701148ee55cf3336ecfab68bbb524c44aaa8d1306fb8106136efa337c281110203c1559c16598c8762ff4ecfb13d36fecc15f7e0
7
+ data.tar.gz: f6e5a7f8c84a7158da379707c48d2f560806285a684fb2f46a80649c4dbb0e1ed7c7ee240eb1b1825723ded8519dbcada6cd6896f48a33e9047855362c9010f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release History
2
2
 
3
+ ### v0.15.3 / 2023-10-31
4
+
5
+ * (No significant changes)
6
+
7
+ ### v0.15.2 / 2023-10-17
8
+
9
+ * (No significant changes)
10
+
3
11
  ### v0.15.1 / 2023-10-15
4
12
 
5
13
  * FIXED: Clean up some internal requires, which may improve performance with built-in gems.
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.1"
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.1
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-15 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.1/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.1
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: