tebako 0.5.8 → 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c758db2eabf150fbf355a8846ecc907ddc2fc4db251f65f79c74ff9c0d85e137
4
- data.tar.gz: 9b2f3b78678594306ae38be14023ba4f5055367b63dec4dc174979afb9b93f41
3
+ metadata.gz: 77e4913595da22e7cf3cec854ec7c38f471df15a5033c7ddd809ab9c95d4b75b
4
+ data.tar.gz: a86ca3c7d95deeaf9e15778fe5bf60d1d17a8ab19704a3c46e90c21ee5d45dbd
5
5
  SHA512:
6
- metadata.gz: 76dd4f8812f2290dfcb2e20d7a7f3bb4ec254f7848ea01c79722321170346d35c64caf1ea1f78f42995ee6f143aa8a7b7d8fa5e8bce63b13d944169a4fb175eb
7
- data.tar.gz: f2189d1b528edb7bba57c93030d52c2ee59c204810d39e068ded7a2f08644426ce1101c008c4f5dea49f01c7567a5b235ccf46102fd2d19813844050fa760b3d
6
+ metadata.gz: 3f7ccd20fe1f5d886ebb3a5cf32bd1fe7dad8b4b7c5887e8f3b9aabcaa4cbaff0fb5cf8d6cd352a6722bc110a97cdb975c9a0b8e9852d29a6403e86ebf7866f8
7
+ data.tar.gz: 4614e7c96ba3ae73e6810ca581ac5a65f566b5f43f605edaff0d4fa89a32506c7a808ed4c3e329f2964dbe223c632b3e8e8653e01cfba125245c9845d05103be
@@ -64,8 +64,8 @@ module Tebako
64
64
  }.freeze
65
65
 
66
66
  # Magic version numbers used to ensure compatibility for Ruby 2.7.x, 3.0.x
67
- # These are the minimal versions required to provide linux-gnu / linux-musl differentiantion by bundler
68
- # Ruby 3.1+ default bubdler/rubygems versions work correctly out of the box
67
+ # These are the minimal versions required to provide linux-gnu / linux-musl differentiation by bundler
68
+ # Ruby 3.1+ default rubygems versions work correctly out of the box
69
69
  BUNDLER_VERSION = "2.4.22"
70
70
  RUBYGEMS_VERSION = "3.4.22"
71
71
 
@@ -75,12 +75,12 @@ module Tebako
75
75
  puts "-- Running deploy script"
76
76
 
77
77
  ruby_ver = ruby_version(tbd)
78
- update_rubygems(tbd, "#{src_dir}/lib", ruby_ver, RUBYGEMS_VERSION)
78
+ update_rubygems(tbd, "#{src_dir}/lib", ruby_ver, RUBYGEMS_VERSION) unless PatchHelpers.ruby31?(ruby_ver)
79
79
  install_gem tbd, "tebako-runtime"
80
- install_gem tbd, "bundler", (PatchHelpers.ruby31?(ruby_ver) ? nil : BUNDLER_VERSION) if gflength.to_i != 0
80
+ install_gem(tbd, "bundler", BUNDLER_VERSION) if gflength.to_i != 0
81
81
  end
82
82
 
83
- # Deploy
83
+ # Init
84
84
  def init(stash_dir, src_dir, pre_dir, bin_dir)
85
85
  puts "-- Running init script"
86
86
 
@@ -162,8 +162,6 @@ module Tebako
162
162
  end
163
163
 
164
164
  def update_rubygems(tbd, tld, ruby_ver, gem_ver)
165
- return if PatchHelpers.ruby31?(ruby_ver)
166
-
167
165
  puts " ... updating rubygems to #{gem_ver}"
168
166
  PatchHelpers.with_env(DEPLOY_ENV) do
169
167
  out, st = Open3.capture2e("#{tbd}/gem", "update", "--no-doc", "--system", gem_ver.to_s)
@@ -26,5 +26,5 @@
26
26
  # POSSIBILITY OF SUCH DAMAGE.
27
27
 
28
28
  module Tebako
29
- VERSION = "0.5.8"
29
+ VERSION = "0.5.10"
30
30
  end
data/version.txt CHANGED
@@ -1 +1 @@
1
- 0.5.8
1
+ 0.5.10
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tebako
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-06 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor