kuby-core 0.20.0 → 0.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/bin/kuby +0 -2
  4. data/lib/kuby/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3e98a72e5798436209eb36042b9cb6e59ea7491d772c3b04ea04ea12b81b612
4
- data.tar.gz: 1a8b6a6e8704c885d3326e4a8e4e2aaf77fff5f67d9a9c4d8bb3cac546798fd6
3
+ metadata.gz: 06a251c7d2b03e322ee06fbfd3c7f81bb86e4a466256a0c38c7d2946f10b3fb0
4
+ data.tar.gz: 810c9f2d8f06b227d3da5c1107602b303aa3d3cfbbdb95f65b696a022a032449
5
5
  SHA512:
6
- metadata.gz: 17f78515bf3e52d54299f678e3f55a6a11e4b5ad0272aff8051b447bc0904787df10f382fea3ecb470d6c46f67b0fb935817f4bd3816d292a4e5f55f37e8594a
7
- data.tar.gz: 200a1df0299181a7334e4deaa737f69b6d3f30cbc5583c71be73b7ae088cb7f71e3bdf4b3418b6f1173ed3161bde00387410ecbe2b85d8f4c10bca6fa8a5ad64
6
+ metadata.gz: 235cf03f26393d82f744a7876893ef85566aca8f86145a6257978dac4ea172a9442295cbf84369dff4931e02f4ba89e6ee94539d7b01059abbf6b3d0f98b4100
7
+ data.tar.gz: 378a491ba6ddcb36e3d1e196bb45a43b5d2468e147197cd9379e5e9d6472f829797c5269e49489baf8a7bf9a56cdb5c022323d68479c3c567ff7af8218a1ba69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Unreleased
2
2
 
3
+ ## 0.20.1
4
+ * Remove accidentally-released `require 'sorbet-runtime'` in bin/kuby.
5
+
3
6
  ## 0.20.0
4
7
  * Modify the Rails generator to add the `activerecord-cockroachdb-adapter` to your bundle.
5
8
  * Add the `LayerStack#replace` and corresponding `Docker::Spec#replace` methods for replacing phases. This can be a lot easier than using `#insert` and `#delete`, which can mess with the relative order of the phases and cause surprising results.
data/bin/kuby CHANGED
@@ -2,7 +2,5 @@
2
2
 
3
3
  $stdout.sync = true
4
4
 
5
- require 'sorbet-runtime'
6
-
7
5
  require 'kuby'
8
6
  exit Kuby::Commands.run(ARGV)
data/lib/kuby/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # typed: true
2
2
 
3
3
  module Kuby
4
- VERSION = '0.20.0'.freeze
4
+ VERSION = '0.20.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuby-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-01 00:00:00.000000000 Z
11
+ date: 2023-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize