unit_manager 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7cef283aa3271f47f548eed0f1b598f96c40f879b4442db9de14ff36647a4d7
4
- data.tar.gz: 882f395a5ee0a653591351328cc7d00ad36d7e94321f0f3b15142ea87ed1796d
3
+ metadata.gz: 24b7ed0240d427f76e449b5aca8ac698e7d0666bff84875834bca35dad854ae5
4
+ data.tar.gz: 075dafc7c066912b785e78a481009420ec25c345cd0438c591acac4e6146001a
5
5
  SHA512:
6
- metadata.gz: f3e22a17f402b9c923b005a1234f3118f328513f3b04b8aa621ff6a889b98b62d832cd75230af424c1d36db13ccb139c9cf975de2dcc0388ae526c1c521dba10
7
- data.tar.gz: e52c2c1052e42f4aa37e390475a41c553599a35ac7080e7d5abf9b056fec3534fcb335a433e870f2dd7e4b0ac48a21a571d3cb38beb5d60c145ddc852dad880b
6
+ metadata.gz: '0862d0de2773e9ea38f181c2408394027a096849eec9dda0a536a0fffda67984447748a23203df786989e8d9172b7da0f4bbb1e3b989aa1c6d983498c0597b8d'
7
+ data.tar.gz: e683a23017a822d5f63c035f44e07c5f030e0cf7468eb84b5b33f751571787d46366844828bdae23526e05919625047a2b8054ccae0aaaca1d11053d4b1ab0ff
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UnitManager
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unit_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - NaoyukiKojima
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-07-23 00:00:00.000000000 Z
12
12
  dependencies:
@@ -78,9 +78,9 @@ files:
78
78
  - Gemfile
79
79
  - README.md
80
80
  - Rakefile
81
- - bin/unit
82
81
  - config/unit_config_path.txt
83
82
  - docment/jp_readme.md
83
+ - exe/unit
84
84
  - lib/unit_manager.rb
85
85
  - lib/unit_manager/initialize_unit.rb
86
86
  - lib/unit_manager/unit.rb
/data/{bin → exe}/unit RENAMED
File without changes