cr.rb 3.20.0 → 3.21.0

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/bin/cr +2 -1
  3. data/lib/cr.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e196f22fb8a93e8738b629b8da44a1710628bffb4770fa436f29a9c7ebed6c15
4
- data.tar.gz: bcd54cc0b24e92a81c82603bff87af6aecb0716998401d45e212ba970777b433
3
+ metadata.gz: e25ab95484c9ca0c70ca4ebbbdf0c6f01f975930e66c552424f5ba12a9e2a1f4
4
+ data.tar.gz: ebf0410ef786f36f870fa2289d764593a1e50778e192861e87048fa01fdd4c1e
5
5
  SHA512:
6
- metadata.gz: 833d426d0016dd24a5950eeeda9f84af407f24760fcabd4457d3a475abadd1abdf3d543742a180a319ba1ec2a986173e7b6cdb0c6d8761b6a4357be0c23599a6
7
- data.tar.gz: d79bbb9de1a8744925eea222c4bc5326f074eb1d246e1566657970faead102b6d8ef6cd1e65b024d43fbd9ffcc26463a5d97432633fc2436eda7c2d29ddecbe6
6
+ metadata.gz: 4a7aed4be85c661e46c58d326755de0e7d1a249a3e71834895fabee604f0a63a7ea6261f0fd9384247028fcdf51f879c17c28243c4ae5ed118311dc3b171dea5
7
+ data.tar.gz: ae53f3a4ea09ba563693a781b96dd21dee0f3d5ded483db2c05ff0a07f5ddd02ebe6520fa70683aeb6eb1b3595fff122ec6ce4ceedc797c2f36e2d125dc1a832
data/bin/cr CHANGED
@@ -4,7 +4,7 @@
4
4
  # File : cr.rb
5
5
  # Authors : ccmywish <ccmywish@qq.com>
6
6
  # Created on : <2021-07-08>
7
- # Last modified : <2022-10-20>
7
+ # Last modified : <2022-10-30>
8
8
  #
9
9
  # cr:
10
10
  #
@@ -23,6 +23,7 @@ CRYPTIC_DEFAULT_DICTS = {
23
23
  common: "https://github.com/cryptic-resolver/cryptic_common.git",
24
24
  computer: "https://github.com/cryptic-resolver/cryptic_computer.git",
25
25
  windows: "https://github.com/cryptic-resolver/cryptic_windows.git",
26
+ linux: "https://github.com/cryptic-resolver/cryptic_linux.git",
26
27
  electronics: "https://github.com/cryptic-resolver/cryptic_electronics.git"
27
28
  }
28
29
 
data/lib/cr.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  # File : cr.rb
3
3
  # Authors : ccmywish <ccmywish@qq.com>
4
4
  # Created on : <2022-04-15>
5
- # Last modified : <2022-10-20>
5
+ # Last modified : <2022-10-30>
6
6
  #
7
7
  # cr:
8
8
  #
@@ -10,4 +10,4 @@
10
10
  #
11
11
  # ------------------------------------------------------
12
12
 
13
- CR_GEM_VERSION = "3.20.0"
13
+ CR_GEM_VERSION = "3.21.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cr.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.20.0
4
+ version: 3.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ccmywish
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-20 00:00:00.000000000 Z
11
+ date: 2022-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomlrb