bitclust-dev 1.2.3 → 1.2.4

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: 8fd9341443a9bd6090d1b059952a1d43ca3060f8029677d76c31a6e10734cb8c
4
- data.tar.gz: 576157f938370e6c39c8f0b11dd47c40df53f496a1774832457677d92110248b
3
+ metadata.gz: a1ea66ed4c3c41d5d86df2910d78c4e2947e610b4966513596cfc989bed1e496
4
+ data.tar.gz: 7ca137ccfbbfa3dea5fb4146084565da7299c80779d8740649c0b097d2fb379c
5
5
  SHA512:
6
- metadata.gz: e315369884045e0e2c9809bf1fa82c2d7df24a5f5ceae32c028860ed17b5e3839adb8293a9aad6773e0e3b57ad7bc7ff520ba13f9454cf8552f5bcaf5259f024
7
- data.tar.gz: cc001c7b3f7fb841186285cab3183e8bc56b9f6f66e72ec2aa0cd99ad0ccf79826be41d7ba73dd7e82b0dd904b16606c4806c69b6c0ebcef716bdb5e79df2ead
6
+ metadata.gz: 8e58b04ce7445199859442f30fd9f8d6a87b51a25d6a60e2c83c3b3929a3d4efc22467636439482360748a59fe7b9b8ace761fcce67aca04cf8345f42f3f12a1
7
+ data.tar.gz: 248302cf52b2e5b9355263abc5fd369bd045fec129faaa2c817b130aa927822132ca242a506f0c77e9803a54f8971de1effcce36b05977fd004abe506daf79c0
@@ -25,7 +25,7 @@ def main
25
25
  }
26
26
  begin
27
27
  option.parse!(ARGV)
28
- rescue OptionParser::ParseError => ex
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\z]/
149
- @f.while_match(/\A[ \t\z]/) do |line|
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\z]/
165
- @f.while_match(/\A[ \t\z]/) do |line|
164
+ when /\A[ \t]/
165
+ @f.while_match(/\A[ \t]/) do |line|
166
166
  # nop
167
167
  end
168
168
  when %r!\A//emlist\{!
@@ -10,7 +10,7 @@ ARGF.each do |line|
10
10
  if /\A---/ =~ line
11
11
  begin
12
12
  BitClust::MethodSignature.parse(line)
13
- rescue => err
13
+ rescue => _err
14
14
  $stderr.puts "#{ARGF.filename}:#{ARGF.file.lineno}: #{line.strip.inspect}"
15
15
  st = 1
16
16
  end
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.3
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: 2019-11-20 00:00:00.000000000 Z
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.3
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.3
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
- - forall-ruby.rb
35
+ - statrefm.rb
37
36
  - bc-convert.rb
38
- - gencatalog.rb
39
37
  - bc-checkparams.rb
40
- - statrefm.rb
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: