strscan 3.0.2-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/jruby/strscan.rb +2 -0
  3. data/lib/strscan.jar +0 -0
  4. metadata +51 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 64febfab8d44ac9484dffe4870971491d0f9470726725cf64d499abbabfaff44
4
+ data.tar.gz: b76ecb54fe15e11da4e0fb7239932b582920a1e7366281246e8fcbffd3624a48
5
+ SHA512:
6
+ metadata.gz: e98bff99b930f0c86d7838c0178b8e303a8e1783cd328985173628285ac009f9124dccc53a94f5750133568f8e2354e61fa178b656d02e8578e58e32166604da
7
+ data.tar.gz: 2087d3070f1984d086ed7a63c12d537d9a09618ca94c09a0ae0513e5ed9e4ec75b7603bd24afc97ebbe2d967f49c1276fab7c57ba1b61b9d06a175c63d25193b
@@ -0,0 +1,2 @@
1
+ require 'strscan.jar'
2
+ JRuby::Util.load_ext("org.jruby.ext.strscan.StringScannerLibrary")
data/lib/strscan.jar ADDED
Binary file
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: strscan
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.2
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-05-09 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/jruby/strscan.rb
25
+ - lib/strscan.jar
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/jruby
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 2.4.0
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubygems_version: 3.3.3
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: Provides lexical scanning operations on a String.
51
+ test_files: []