sheltered-girl 4.0.7 → 4.0.7.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/install.rb +1 -6
  3. data/lib/version.rb +5 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e074e02468646fa3eb5b3143d66d00b8b2662ec50e0368e0e94eb9e2fd1be19c
4
- data.tar.gz: 5584318e71ca94e82a5484c688f7d1f6740c163b4a2c5fbac251d9177330c387
3
+ metadata.gz: 6515e5d9c750172ba09b71d35380bc211ad5c9129212cd38099eefdf2b617ae8
4
+ data.tar.gz: fb423c15a1e4024cd9ff91cdb6ffb4fc0fc4389e152535af2904607c4351afd6
5
5
  SHA512:
6
- metadata.gz: 135b7bf221d4885f13a96475353bed6e5d333f6b8e8a20c8f8a39a6fdb520986b0b342ca5434543cf80d5b8b7ec3106ac105b4d5820a1f4b646d8e65254434a3
7
- data.tar.gz: 02f98915b32725de59a01c6d2e591514c8686c91977bba2ddaa24981a8c1c789b39555f9cbb15ac5580ac3d5ce2d0080195992102c04a0d53a27d3eec7242fef
6
+ metadata.gz: 42616fcd965d616b992002742734b2b04c5b4b5f0dd9a382512a10ac4d36ff50eacfc32427e01252727ed14a5b6adbf78461ad82c12fe50bf8d0349eed46c2af
7
+ data.tar.gz: 31f0d9bace38e93aed61bd88bd4070a46d4761830d804e780eefd3e0b368ed5169e1ed0b1a89bf30f75c7f395df6044fbf7c0f7bc8e591c1599f5db75e0be6d5
data/lib/install.rb CHANGED
@@ -81,11 +81,6 @@ heat db --pg
81
81
 
82
82
  private
83
83
 
84
- def self.encoding_style
85
- Encoding.default_internal = 'UTF-8'
86
- Encoding.default_external = 'UTF-8'
87
- end
88
-
89
84
  def self.nyasocom_custom_name
90
85
  one = ARGV[1]
91
86
  FileUtils.mkdir_p("./#{one}")
@@ -248,7 +243,7 @@ Cloned GitHub with user/#{ghn} project/#{gpp}.
248
243
  FileUtils.rm_rf("./.github")
249
244
  puts <<-EOF
250
245
 
251
- Cloned GitHub with user/#{ghn} project/#{gpp} branch/#{branch}.
246
+ Cloned Folder/#{flh} GitHub with user/#{ghn} project/#{gpp} branch/#{branch}.
252
247
 
253
248
  EOF
254
249
  end
data/lib/version.rb CHANGED
@@ -1,10 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'tanraku'
4
+
3
5
  # minitest, version 4 < 5 no match.
4
6
  class EngineLeft
5
7
  def self.version
6
8
  # 'x.x.x.x'.to_s < '5.x.x.x'.to_s
7
- '4.0.7'.to_s
9
+ '4.0.7.2'.to_s
8
10
  end
9
11
  end
10
12
 
@@ -12,8 +14,9 @@ begin
12
14
  EngineLeft.version
13
15
  rescue StandardError => e
14
16
  puts e.backtrace
17
+ tanraku_execute
15
18
  ensure
16
- GC.compact
19
+ GC.auto_compact
17
20
  end
18
21
 
19
22
  __END__
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sheltered-girl
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.7
4
+ version: 4.0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takayuki Kamiyama
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  - !ruby/object:Gem::Version
329
329
  version: '0'
330
330
  requirements: []
331
- rubygems_version: 3.7.2
331
+ rubygems_version: 3.6.9
332
332
  specification_version: 4
333
333
  summary: This is a console application, a remake of zinbeiw.
334
334
  test_files: []