cr.rb 3.18.0 → 3.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cr +11 -11
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e488cf547d684aa64b4ea77581d1dd0fa9bc2203d1d247983ca1758ee23a35fd
4
- data.tar.gz: 3d2cb486fc34987e637c40d14ca1a4316ad4a9f8bb2ece1d7443738c036448b5
3
+ metadata.gz: e8620a7da50111e5878c738f5edc8dcc00bfac6277b492f26956d6b9169c1292
4
+ data.tar.gz: 59a5b65f6df5b5639e4443437804d17453bc68ca7a188b03fecf5db024f3e2cd
5
5
  SHA512:
6
- metadata.gz: 9a6c17680a3ff5089c254c854571d6a093e2ccec1af6486a63d79b5d09fd354a1efa111d62749a31ae9a1031c92e2b83daa09cd2d0ca69830efca61f1f6526a8
7
- data.tar.gz: 203e97fa322cf3b7568d547ba513c99e55819ae3541ad7df4adac68c53ca33dcf4704955ae3eb5c5bbbc1ebd4152ebe2cee82737b8458612f716acd6eb6261f7
6
+ metadata.gz: b59a74fd932bfc899663e81ff8df996290049e083981315e1579775d5e0b376bed4636b3bd35ae6b47c9de6ab529d5208459f9bcb8b3b2410a8cb391a083aca0
7
+ data.tar.gz: ef015873cd33e7e3b24f6a85382bc02e028cd1252a9a45354deff37cdc74c9ec901b3a94e33a74af3400217d92cda202eedb64c07ff4c849322c0d834ac7caa6
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-04-11>
7
+ # Last modified : <2022-04-12>
8
8
  #
9
9
  # cr:
10
10
  #
@@ -26,7 +26,7 @@ CRYPTIC_DEFAULT_DICTS = {
26
26
  medicine: "https://github.com/cryptic-resolver/cryptic_medicine.git"
27
27
  }
28
28
 
29
- CR_GEM_VERSION = "3.18.0"
29
+ CR_GEM_VERSION = "3.18.1"
30
30
 
31
31
 
32
32
  ####################
@@ -580,15 +580,15 @@ def help
580
580
  cr: Cryptic Resolver v#{CR_GEM_VERSION} (#{$WordCount} words: default/#{$DefaultWordCount} user/#{user_words})
581
581
 
582
582
  usage:
583
- cr -v => Print version
584
- cr -h => Print this help
585
- cr -c => Print word count
586
- cr -l => List local dictionaries
587
- cr -u => Update all dictionaries
588
- cr -a xx.com/repo.git => Add a new dictionary
589
- cr -d cryptic_xx => Delete a dictionary
590
- cr -s pattern => Search words matched with pattern
591
- cr emacs => Edit macros: a feature-rich editor
583
+ cr -v => Print version
584
+ cr -h => Print this help
585
+ cr -c => Print word count
586
+ cr -l => List local dictionaries
587
+ cr -u => Update all dictionaries
588
+ cr -a repo.git => Add a new dictionary
589
+ cr -d cryptic_xx => Delete a dictionary
590
+ cr -s pattern => Search words matched with pattern
591
+ cr emacs => Edit macros: a feature-rich editor
592
592
 
593
593
  HELP
594
594
 
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.18.0
4
+ version: 3.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ccmywish
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomlrb