tebako 0.5.7 → 0.5.9

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: 2b277eb25391af787dab395176c4c8de0ce0946c4051761777819c6ba8dfc85b
4
- data.tar.gz: fd68af8da0fd9900620627cb769a693953a91936a45f4c1049e233ad2ce250be
3
+ metadata.gz: 59a1195e4e4fb6fe044a05a589fdc3bf89c89d8690d3fae9dd246259033121d9
4
+ data.tar.gz: f0273f7f756cfce8d478345a4f1d44d9cfde87c54d2fdb2409d976bf00f28b4c
5
5
  SHA512:
6
- metadata.gz: b93340ce7093fc7c43f1c7948b1392e73980b76ce88e9b0489d20de33f4262965dadba78fa8805597928088d9a0763074017d37f0cf538735ab4baed03503206
7
- data.tar.gz: 798727d58f68b36d7ce2f5ce642223680c1a0f76f4f78851da95531c2cdce891eb59badbe782289631bbe9ee301e43c73c685a616582f2a07fd6319809d5606d
6
+ metadata.gz: cac1431bd882c00533b36d42b157cad50824d07b5fe07fda25e433afdcb638589d7dc33464f571d29f50933f79dadb0624f4875919e81264051790cebfb1e8f3
7
+ data.tar.gz: de8019ef36513b2b89af5274ce16c2054efd22399be3ba6c5fd7ea4d253160a572dd6e4650eec7aeabb34deab2f8d6ec124f2f3539e094f2bdc57e3821c67ad2
@@ -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.7"
29
+ VERSION = "0.5.9"
30
30
  end
data/version.txt CHANGED
@@ -1 +1 @@
1
- 0.5.7
1
+ 0.5.9
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.7
4
+ version: 0.5.9
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-01-31 00:00:00.000000000 Z
11
+ date: 2024-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor