strscan 3.0.2.pre1-java

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 +7 -0
  2. data/lib/strscan.jar +0 -0
  3. data/lib/strscan.rb +6 -0
  4. metadata +50 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: af7ca0063104629418097c222dd861c05dd494c9a1999917e72c2d7788dc172b
4
+ data.tar.gz: 225db881d1129a7428925979d51bfe0db1c0cf1738ca560891becf71c8560f4f
5
+ SHA512:
6
+ metadata.gz: 200bffe49e0915bb5f5e5560f8d8852e532c4a8d692e89829d915dc04d23e0adc30d28252e1852e8b48c353273f65b08f6a2540657f94a9baf725d43d9f021d8
7
+ data.tar.gz: 4a9bdf166c5ec97d3108f2c785b1359991eb5d5605f99ec761ec3a372966ce5cf5eb7b0d33916978d0a6185b29c7d7010b71b652a92aadd0ba7020b4f072682a
data/lib/strscan.jar ADDED
Binary file
data/lib/strscan.rb ADDED
@@ -0,0 +1,6 @@
1
+ if RUBY_ENGINE == 'jruby'
2
+ require 'strscan.jar'
3
+ JRuby::Util.load_ext("org.jruby.ext.strscan.StringScannerLibrary")
4
+ else
5
+ require 'strscan.so'
6
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: strscan
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.2.pre1
5
+ platform: java
6
+ authors:
7
+ - Minero Aoki
8
+ - Sutou Kouhei
9
+ - Charles Oliver Nutter
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2022-04-19 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: Provides lexical scanning operations on a String.
16
+ email:
17
+ -
18
+ - kou@cozmixng.org
19
+ - headius@headius.com
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - lib/strscan.jar
25
+ - lib/strscan.rb
26
+ homepage: https://github.com/ruby/strscan
27
+ licenses:
28
+ - Ruby
29
+ - BSD-2-Clause
30
+ metadata: {}
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 2.4.0
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">"
43
+ - !ruby/object:Gem::Version
44
+ version: 1.3.1
45
+ requirements: []
46
+ rubygems_version: 3.3.3
47
+ signing_key:
48
+ specification_version: 4
49
+ summary: Provides lexical scanning operations on a String.
50
+ test_files: []