toys-core 0.15.1 → 0.15.2

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: a4e68c02b974a63603b2e00c96bb93484390bbca133fd79d9e9ef32426d6cf3c
4
- data.tar.gz: ab1840233b668c04fa55e03e56e2f4286130ae55a31de704edc93db5fd5c4f15
3
+ metadata.gz: 840dff30d3a85e5af4cdbbdaa77498491efe89e473608e4e130e75d9a49a249c
4
+ data.tar.gz: 3ea3662f0fbf2b8a28063435ef0f4b28300e9b8b4664ab4a1c7d5dd5b6a8e77f
5
5
  SHA512:
6
- metadata.gz: 425bbb60804098f4bc8d356412c8d42ed4360efb35db009dd96597da25fe067c623b4a8c2e1106e88016628fb3897513057889731fb737fe94fbd661e96e528a
7
- data.tar.gz: 463e6463a86a1caca4f8e42dab90998711d573b79ccc221d3074e9a8a6f056ba13df67f23493e0ebee6c43fa157fd65abbf83ea2127cd537076f82f0bef7dd7d
6
+ metadata.gz: 9368f93ffc0cea245a55c5961e56523bf94426996f100cf260080625e5ae91d5bef2773c06bcb029924ed9753987b5e864f2cdfb1b8df52d40483da9503b88c0
7
+ data.tar.gz: 14d7d4eb508528c401a33fb4a40fc385485e5697b345ac353faa2e42470852f70ed1b8e3bb6c20043b29c562742aad83e96bce40817eef1ee050f910534558f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### v0.15.2 / 2023-10-17
4
+
5
+ * (No significant changes)
6
+
3
7
  ### v0.15.1 / 2023-10-15
4
8
 
5
9
  * 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.2"
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.2
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-17 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.2/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.2
86
86
  post_install_message:
87
87
  rdoc_options: []
88
88
  require_paths: