cr.rb 3.18.2 → 3.20.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 +725 -716
  3. data/lib/cr.rb +13 -13
  4. metadata +6 -6
data/lib/cr.rb CHANGED
@@ -1,13 +1,13 @@
1
- # ------------------------------------------------------
2
- # File : cr.rb
3
- # Authors : ccmywish <ccmywish@qq.com>
4
- # Created on : <2022-04-15>
5
- # Last modified : <2022-04-15>
6
- #
7
- # cr:
8
- #
9
- # This file is just a lib
10
- #
11
- # ------------------------------------------------------
12
-
13
- CR_GEM_VERSION = "3.18.2"
1
+ # ------------------------------------------------------
2
+ # File : cr.rb
3
+ # Authors : ccmywish <ccmywish@qq.com>
4
+ # Created on : <2022-04-15>
5
+ # Last modified : <2022-10-20>
6
+ #
7
+ # cr:
8
+ #
9
+ # This file is just a lib
10
+ #
11
+ # ------------------------------------------------------
12
+
13
+ CR_GEM_VERSION = "3.20.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.18.2
4
+ version: 3.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ccmywish
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-15 00:00:00.000000000 Z
11
+ date: 2022-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomlrb
@@ -55,7 +55,7 @@ licenses:
55
55
  metadata:
56
56
  bug_tracker_uri: https://github.com/cryptic-resolver/cr.rb/issues
57
57
  source_code_uri: https://github.com/cryptic-resolver/cr.rb
58
- post_install_message:
58
+ post_install_message:
59
59
  rdoc_options: []
60
60
  require_paths:
61
61
  - lib
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.3.11
74
- signing_key:
73
+ rubygems_version: 3.3.7
74
+ signing_key:
75
75
  specification_version: 4
76
76
  summary: 'cr: Cryptic Resolver'
77
77
  test_files: []