bitclust-dev 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/tools/bc-checkparams.rb +5 -5
- data/tools/check-signature.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1ea66ed4c3c41d5d86df2910d78c4e2947e610b4966513596cfc989bed1e496
|
4
|
+
data.tar.gz: 7ca137ccfbbfa3dea5fb4146084565da7299c80779d8740649c0b097d2fb379c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e58b04ce7445199859442f30fd9f8d6a87b51a25d6a60e2c83c3b3929a3d4efc22467636439482360748a59fe7b9b8ace761fcce67aca04cf8345f42f3f12a1
|
7
|
+
data.tar.gz: 248302cf52b2e5b9355263abc5fd369bd045fec129faaa2c817b130aa927822132ca242a506f0c77e9803a54f8971de1effcce36b05977fd004abe506daf79c0
|
data/tools/bc-checkparams.rb
CHANGED
@@ -25,7 +25,7 @@ def main
|
|
25
25
|
}
|
26
26
|
begin
|
27
27
|
option.parse!(ARGV)
|
28
|
-
rescue OptionParser::ParseError =>
|
28
|
+
rescue OptionParser::ParseError => err
|
29
29
|
$stderr.puts err.message
|
30
30
|
exit 1
|
31
31
|
end
|
@@ -145,8 +145,8 @@ module BitClust
|
|
145
145
|
case @f.peek
|
146
146
|
when /\A$/
|
147
147
|
@f.gets
|
148
|
-
when /\A[ \t
|
149
|
-
@f.while_match(/\A[ \t
|
148
|
+
when /\A[ \t]/
|
149
|
+
@f.while_match(/\A[ \t]/) do |line|
|
150
150
|
# nop
|
151
151
|
end
|
152
152
|
when %r!\A//emlist\{!
|
@@ -161,8 +161,8 @@ module BitClust
|
|
161
161
|
def dd_without_p
|
162
162
|
while /\A[ \t]/ =~ @f.peek or %r!\A//emlist\{! =~ @f.peek
|
163
163
|
case @f.peek
|
164
|
-
when /\A[ \t
|
165
|
-
@f.while_match(/\A[ \t
|
164
|
+
when /\A[ \t]/
|
165
|
+
@f.while_match(/\A[ \t]/) do |line|
|
166
166
|
# nop
|
167
167
|
end
|
168
168
|
when %r!\A//emlist\{!
|
data/tools/check-signature.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bitclust-dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- https://github.com/rurema
|
8
8
|
autorequire:
|
9
9
|
bindir: tools
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bitclust-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.2.
|
19
|
+
version: 1.2.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.2.
|
26
|
+
version: 1.2.4
|
27
27
|
description: |
|
28
28
|
Rurema is a Japanese ruby documentation project, and
|
29
29
|
bitclust is a rurema document processor.
|
@@ -31,15 +31,15 @@ description: |
|
|
31
31
|
email:
|
32
32
|
- ''
|
33
33
|
executables:
|
34
|
-
- stattodo.rb
|
35
34
|
- update-database.rb
|
36
|
-
-
|
35
|
+
- statrefm.rb
|
37
36
|
- bc-convert.rb
|
38
|
-
- gencatalog.rb
|
39
37
|
- bc-checkparams.rb
|
40
|
-
-
|
38
|
+
- gencatalog.rb
|
41
39
|
- insert-canonical.rb
|
42
40
|
- bc-rdoc.rb
|
41
|
+
- forall-ruby.rb
|
42
|
+
- stattodo.rb
|
43
43
|
extensions: []
|
44
44
|
extra_rdoc_files: []
|
45
45
|
files:
|