unit_manager 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72a24ca7e42854fd6d1b3a7e92f8fd983bf74887b0a67b13149ba95f0213f7f5
4
- data.tar.gz: 3db3386967d769987fefe8c813c6617c83724830638698722d147e79cf6e970f
3
+ metadata.gz: a7cef283aa3271f47f548eed0f1b598f96c40f879b4442db9de14ff36647a4d7
4
+ data.tar.gz: 882f395a5ee0a653591351328cc7d00ad36d7e94321f0f3b15142ea87ed1796d
5
5
  SHA512:
6
- metadata.gz: f36cc4400be9659e4b1518c1343ae96eb9504deadfe3a8ea95ce95ce990b8a3be40277071a03f87691679998e968c42038199e4f5e55a529ff0e6475a41f8ca8
7
- data.tar.gz: 42835c1beaf75935656414a82a2d31e18002a09e74b2007d57ff1715f3b58055b804e270a4f5ce6c654cca3dad064e49e83402b3ccd0041e327ea72ee34c4598
6
+ metadata.gz: f3e22a17f402b9c923b005a1234f3118f328513f3b04b8aa621ff6a889b98b62d832cd75230af424c1d36db13ccb139c9cf975de2dcc0388ae526c1c521dba10
7
+ data.tar.gz: e52c2c1052e42f4aa37e390475a41c553599a35ac7080e7d5abf9b056fec3534fcb335a433e870f2dd7e4b0ac48a21a571d3cb38beb5d60c145ddc852dad880b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UnitManager
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - NaoyukiKojima
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-07-23 00:00:00.000000000 Z
12
12
  dependencies:
@@ -70,7 +70,7 @@ description: Manage units easily.
70
70
  email:
71
71
  - programkoji213@gmail.com
72
72
  executables:
73
- - unit.rb
73
+ - unit
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
@@ -78,9 +78,9 @@ files:
78
78
  - Gemfile
79
79
  - README.md
80
80
  - Rakefile
81
+ - bin/unit
81
82
  - config/unit_config_path.txt
82
83
  - docment/jp_readme.md
83
- - exe/unit.rb
84
84
  - lib/unit_manager.rb
85
85
  - lib/unit_manager/initialize_unit.rb
86
86
  - lib/unit_manager/unit.rb
File without changes