nokolexbor 0.3.6-x86-mingw32 → 0.3.7-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6eb797db12ab450d2ca84c7e81d1a5d6e73e0012cd94b0a08da5a0ba76f7fb8e
4
- data.tar.gz: 2d54693e914bf0156f4501ae556ca8b8ce8abf6da9a77600e9bf77a81057555b
3
+ metadata.gz: c03c831f91e5a128d71ab17a397909d8f822c9c94cfdbb2359635f918bcf65a1
4
+ data.tar.gz: 52c48ba54ba0feaf78d2f0461a9fd29c1ba20013c1f1590ae0af020c0fbc18d8
5
5
  SHA512:
6
- metadata.gz: d7fed294527dd00b9b428a5ed01a054d7ea9c1c9104831143c56d4b6027fe64669aa65bec41920519edc1c72a537745ee6237159e608083c4cb06e23a6355531
7
- data.tar.gz: 9efda35bf1947d2fe3f60f24c7d01c0b1724002627fcae9abd4e34c5d1cb6c2127518ec1ea1d0fdf0659b440b926afbb31ef0cd621f10424c2e87d0bbac6befd
6
+ metadata.gz: 4c325ec1ca057374a0eee9fec5fe2d9426854d117140833d8a52c8a0a5625779c33fad861a72e8b36dbb6ac214375bcdc2254b23a216fb0da2690a8c537e562f
7
+ data.tar.gz: eed01753f05683e87f1bf81c3bbe4333da305be9c295b81b3323925db1ee2369088d6d26c6934081806a574f353591010c6b4351902b107b616bf3784249f986
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -196,6 +196,10 @@ module Nokolexbor
196
196
  end
197
197
  end
198
198
 
199
+ def inspect
200
+ "[#{map(&:inspect).join(', ')}]"
201
+ end
202
+
199
203
  private
200
204
 
201
205
  IMPLIED_XPATH_CONTEXTS = [".//", "self::"].freeze # :nodoc:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nokolexbor
4
- VERSION = '0.3.6'
4
+ VERSION = '0.3.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokolexbor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Yicheng Zhou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-04 00:00:00.000000000 Z
11
+ date: 2023-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler