cybrid_api_id_ruby 0.118.108 → 0.118.109
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +5 -5
- data/cybrid_api_id_ruby.gemspec +1 -1
- data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/version.rb +2 -2
- data/lib/cybrid_api_id_ruby.rb +1 -1
- data/spec/api/bank_applications_idp_api_spec.rb +1 -1
- data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
- data/spec/api/organization_applications_idp_api_spec.rb +1 -1
- data/spec/api/users_idp_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/application_idp_model_spec.rb +1 -1
- data/spec/models/application_list_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
- data/spec/models/customer_token_idp_model_spec.rb +1 -1
- data/spec/models/error_response_idp_model_spec.rb +1 -1
- data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
- data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
- data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
- data/spec/models/post_user_idp_model_spec.rb +1 -1
- data/spec/models/user_idp_model_spec.rb +1 -1
- data/spec/models/user_list_idp_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/cache/racc-1.8.1.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out +26 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0/COPYING → racc-1.8.1/BSDL} +4 -4
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/COPYING +56 -0
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/README.rdoc +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/Makefile +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/grammar.rb +5 -5
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/grammarfileparser.rb +8 -8
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/info.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/parser-text.rb +2 -2
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/parser.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/parserfilegenerator.rb +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/state.rb +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/statetransitiontable.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/static.rb +5 -0
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc.rb +6 -0
- data/vendor/bundle/ruby/3.2.0/specifications/{racc-1.8.0.gemspec → racc-1.8.1.gemspec} +6 -5
- metadata +42 -41
- data/vendor/bundle/ruby/3.2.0/cache/racc-1.8.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/gem_make.out +0 -26
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/static.rb +0 -5
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc.rb +0 -6
- /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{racc-1.8.0 → racc-1.8.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ChangeLog +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/README.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/TODO +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/bin/racc +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/en/grammar.en.rdoc +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/en/grammar2.en.rdoc +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/command.ja.html +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/debug.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/grammar.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/index.ja.html +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/parser.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/usage.ja.html +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/cparse.c +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/compat.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/debugflags.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/exception.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/iset.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/logfilegenerator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/sourcetext.rb +0 -0
@@ -0,0 +1,26 @@
|
|
1
|
+
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse
|
2
|
+
/usr/local/bin/ruby extconf.rb
|
3
|
+
creating Makefile
|
4
|
+
|
5
|
+
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-uyhk2t sitelibdir\=./.gem.20240730-4008-uyhk2t clean
|
7
|
+
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
8
|
+
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
9
|
+
|
10
|
+
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-uyhk2t sitelibdir\=./.gem.20240730-4008-uyhk2t
|
12
|
+
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
13
|
+
compiling cparse.c
|
14
|
+
linking shared-object racc/cparse.so
|
15
|
+
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
16
|
+
|
17
|
+
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-uyhk2t sitelibdir\=./.gem.20240730-4008-uyhk2t install
|
19
|
+
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
20
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20240730-4008-uyhk2t/racc
|
21
|
+
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
22
|
+
|
23
|
+
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-uyhk2t sitelibdir\=./.gem.20240730-4008-uyhk2t clean
|
25
|
+
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
26
|
+
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse'
|
Binary file
|
@@ -3,24 +3,24 @@ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendo
|
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-q5ntsv sitelibdir\=./.gem.20240730-4008-q5ntsv clean
|
7
7
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
8
8
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
9
9
|
|
10
10
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-q5ntsv sitelibdir\=./.gem.20240730-4008-q5ntsv
|
12
12
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
13
13
|
compiling stringio.c
|
14
14
|
linking shared-object stringio.so
|
15
15
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
16
16
|
|
17
17
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-q5ntsv sitelibdir\=./.gem.20240730-4008-q5ntsv install
|
19
19
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
20
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
20
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20240730-4008-q5ntsv
|
21
21
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
22
22
|
|
23
23
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20240730-4008-q5ntsv sitelibdir\=./.gem.20240730-4008-q5ntsv clean
|
25
25
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
26
26
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
|
@@ -1,13 +1,13 @@
|
|
1
|
-
Copyright (C)
|
1
|
+
Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without
|
4
4
|
modification, are permitted provided that the following conditions
|
5
5
|
are met:
|
6
6
|
1. Redistributions of source code must retain the above copyright
|
7
|
-
notice, this list of conditions and the following disclaimer.
|
7
|
+
notice, this list of conditions and the following disclaimer.
|
8
8
|
2. Redistributions in binary form must reproduce the above copyright
|
9
|
-
notice, this list of conditions and the following disclaimer in the
|
10
|
-
documentation and/or other materials provided with the distribution.
|
9
|
+
notice, this list of conditions and the following disclaimer in the
|
10
|
+
documentation and/or other materials provided with the distribution.
|
11
11
|
|
12
12
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
13
13
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
@@ -0,0 +1,56 @@
|
|
1
|
+
Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
|
2
|
+
You can redistribute it and/or modify it under either the terms of the
|
3
|
+
2-clause BSDL (see the file BSDL), or the conditions below:
|
4
|
+
|
5
|
+
1. You may make and give away verbatim copies of the source form of the
|
6
|
+
software without restriction, provided that you duplicate all of the
|
7
|
+
original copyright notices and associated disclaimers.
|
8
|
+
|
9
|
+
2. You may modify your copy of the software in any way, provided that
|
10
|
+
you do at least ONE of the following:
|
11
|
+
|
12
|
+
a. place your modifications in the Public Domain or otherwise
|
13
|
+
make them Freely Available, such as by posting said
|
14
|
+
modifications to Usenet or an equivalent medium, or by allowing
|
15
|
+
the author to include your modifications in the software.
|
16
|
+
|
17
|
+
b. use the modified software only within your corporation or
|
18
|
+
organization.
|
19
|
+
|
20
|
+
c. give non-standard binaries non-standard names, with
|
21
|
+
instructions on where to get the original software distribution.
|
22
|
+
|
23
|
+
d. make other distribution arrangements with the author.
|
24
|
+
|
25
|
+
3. You may distribute the software in object code or binary form,
|
26
|
+
provided that you do at least ONE of the following:
|
27
|
+
|
28
|
+
a. distribute the binaries and library files of the software,
|
29
|
+
together with instructions (in the manual page or equivalent)
|
30
|
+
on where to get the original distribution.
|
31
|
+
|
32
|
+
b. accompany the distribution with the machine-readable source of
|
33
|
+
the software.
|
34
|
+
|
35
|
+
c. give non-standard binaries non-standard names, with
|
36
|
+
instructions on where to get the original software distribution.
|
37
|
+
|
38
|
+
d. make other distribution arrangements with the author.
|
39
|
+
|
40
|
+
4. You may modify and include the part of the software into any other
|
41
|
+
software (possibly commercial). But some files in the distribution
|
42
|
+
are not written by the author, so that they are not under these terms.
|
43
|
+
|
44
|
+
For the list of those files and their copying conditions, see the
|
45
|
+
file LEGAL.
|
46
|
+
|
47
|
+
5. The scripts and library files supplied as input to or produced as
|
48
|
+
output from the software do not automatically fall under the
|
49
|
+
copyright of the software, but belong to whomever generated them,
|
50
|
+
and may be sold commercially, and may be aggregated with this
|
51
|
+
software.
|
52
|
+
|
53
|
+
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
54
|
+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
55
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
56
|
+
PURPOSE.
|
@@ -88,7 +88,7 @@ CCDLFLAGS = -fPIC
|
|
88
88
|
CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
|
89
89
|
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
|
90
90
|
DEFS =
|
91
|
-
CPPFLAGS = -DRACC_INFO_VERSION=1.8.
|
91
|
+
CPPFLAGS = -DRACC_INFO_VERSION=1.8.1 $(DEFS) $(cppflags)
|
92
92
|
CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
|
93
93
|
ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
|
94
94
|
dldflags = -Wl,--compress-debug-sections=zlib
|
Binary file
|
@@ -10,11 +10,11 @@
|
|
10
10
|
#
|
11
11
|
#++
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
13
|
+
require_relative 'compat'
|
14
|
+
require_relative 'iset'
|
15
|
+
require_relative 'sourcetext'
|
16
|
+
require_relative 'logfilegenerator'
|
17
|
+
require_relative 'exception'
|
18
18
|
require 'forwardable'
|
19
19
|
|
20
20
|
module Racc
|
@@ -10,11 +10,11 @@
|
|
10
10
|
#
|
11
11
|
#++
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
13
|
+
require_relative '../racc'
|
14
|
+
require_relative 'compat'
|
15
|
+
require_relative 'grammar'
|
16
|
+
require_relative 'parserfilegenerator'
|
17
|
+
require_relative 'sourcetext'
|
18
18
|
require 'stringio'
|
19
19
|
|
20
20
|
module Racc
|
@@ -295,7 +295,7 @@ module Racc
|
|
295
295
|
return target if target
|
296
296
|
target = _gen_target_name("many", prev)
|
297
297
|
@many_rule_registry[prev.to_s] = target
|
298
|
-
src = SourceText.new("result = val[1] ? val[1].unshift(val[0]) : val",
|
298
|
+
src = SourceText.new("result = val[1] ? val[1].unshift(val[0]) : val", @filename, @scanner.lineno + 1)
|
299
299
|
act = UserAction.source_text(src)
|
300
300
|
@grammar.add Rule.new(target, [], act)
|
301
301
|
@grammar.add Rule.new(target, [prev, target], act)
|
@@ -308,7 +308,7 @@ module Racc
|
|
308
308
|
return target if target
|
309
309
|
target = _gen_target_name("many1", prev)
|
310
310
|
@many1_rule_registry[prev.to_s] = target
|
311
|
-
src = SourceText.new("result = val[1] ? val[1].unshift(val[0]) : val",
|
311
|
+
src = SourceText.new("result = val[1] ? val[1].unshift(val[0]) : val", @filename, @scanner.lineno + 1)
|
312
312
|
act = UserAction.source_text(src)
|
313
313
|
@grammar.add Rule.new(target, [prev], act)
|
314
314
|
@grammar.add Rule.new(target, [prev, target], act)
|
@@ -323,7 +323,7 @@ module Racc
|
|
323
323
|
unless target = @group_rule_registry[target_name]
|
324
324
|
target = @grammar.intern("-group@#{target_name}", true)
|
325
325
|
@group_rule_registry[target_name] = target
|
326
|
-
src = SourceText.new("result = val",
|
326
|
+
src = SourceText.new("result = val", @filename, @scanner.lineno + 1)
|
327
327
|
act = UserAction.source_text(src)
|
328
328
|
rules.each do |syms, sprec|
|
329
329
|
rule = Rule.new(target, syms, act)
|
@@ -15,7 +15,7 @@ unless $".find {|p| p.end_with?('/racc/info.rb')}
|
|
15
15
|
$".push "#{__dir__}/racc/info.rb"
|
16
16
|
|
17
17
|
module Racc
|
18
|
-
VERSION = '1.8.
|
18
|
+
VERSION = '1.8.1'
|
19
19
|
Version = VERSION
|
20
20
|
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
|
21
21
|
end
|
@@ -30,7 +30,7 @@ unless defined?(::ParseError)
|
|
30
30
|
ParseError = Racc::ParseError # :nodoc:
|
31
31
|
end
|
32
32
|
|
33
|
-
# Racc is
|
33
|
+
# Racc is an LALR(1) parser generator.
|
34
34
|
# It is written in Ruby itself, and generates Ruby programs.
|
35
35
|
#
|
36
36
|
# == Command-line Reference
|
@@ -19,7 +19,7 @@ unless defined?(::ParseError)
|
|
19
19
|
ParseError = Racc::ParseError # :nodoc:
|
20
20
|
end
|
21
21
|
|
22
|
-
# Racc is
|
22
|
+
# Racc is an LALR(1) parser generator.
|
23
23
|
# It is written in Ruby itself, and generates Ruby programs.
|
24
24
|
#
|
25
25
|
# == Command-line Reference
|
@@ -1,16 +1,17 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: racc 1.8.
|
2
|
+
# stub: racc 1.8.1 ruby lib
|
3
3
|
# stub: ext/racc/cparse/extconf.rb
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "racc".freeze
|
7
|
-
s.version = "1.8.
|
7
|
+
s.version = "1.8.1".freeze
|
8
8
|
|
9
9
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
10
|
+
s.metadata = { "changelog_uri" => "https://github.com/ruby/racc/releases" } if s.respond_to? :metadata=
|
10
11
|
s.require_paths = ["lib".freeze]
|
11
12
|
s.authors = ["Minero Aoki".freeze, "Aaron Patterson".freeze]
|
12
|
-
s.date = "2024-
|
13
|
-
s.description = "Racc is
|
13
|
+
s.date = "2024-07-30"
|
14
|
+
s.description = "Racc is an LALR(1) parser generator.\n It is written in Ruby itself, and generates Ruby program.\n\n NOTE: Ruby 1.8.x comes with Racc runtime module. You\n can run your parsers generated by racc 1.4.x out of the\n box.\n".freeze
|
14
15
|
s.email = [nil, "aaron@tenderlovemaking.com".freeze]
|
15
16
|
s.executables = ["racc".freeze]
|
16
17
|
s.extensions = ["ext/racc/cparse/extconf.rb".freeze]
|
@@ -21,7 +22,7 @@ Gem::Specification.new do |s|
|
|
21
22
|
s.rdoc_options = ["--main".freeze, "README.rdoc".freeze]
|
22
23
|
s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
|
23
24
|
s.rubygems_version = "3.5.0.dev".freeze
|
24
|
-
s.summary = "Racc is
|
25
|
+
s.summary = "Racc is an LALR(1) parser generator".freeze
|
25
26
|
|
26
27
|
s.installed_by_version = "3.5.14".freeze if s.respond_to? :installed_by_version
|
27
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cybrid_api_id_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.118.
|
4
|
+
version: 0.118.109
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cybrid
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -143,7 +143,7 @@ files:
|
|
143
143
|
- vendor/bundle/ruby/3.2.0/cache/pry-0.14.2.gem
|
144
144
|
- vendor/bundle/ruby/3.2.0/cache/pry-byebug-3.10.1.gem
|
145
145
|
- vendor/bundle/ruby/3.2.0/cache/psych-5.1.2.gem
|
146
|
-
- vendor/bundle/ruby/3.2.0/cache/racc-1.8.
|
146
|
+
- vendor/bundle/ruby/3.2.0/cache/racc-1.8.1.gem
|
147
147
|
- vendor/bundle/ruby/3.2.0/cache/rainbow-3.1.1.gem
|
148
148
|
- vendor/bundle/ruby/3.2.0/cache/rake-13.0.6.gem
|
149
149
|
- vendor/bundle/ruby/3.2.0/cache/rspec-3.13.0.gem
|
@@ -166,9 +166,9 @@ files:
|
|
166
166
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out
|
167
167
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/mkmf.log
|
168
168
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/psych.so
|
169
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.
|
170
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.
|
171
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.
|
169
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem.build_complete
|
170
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out
|
171
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/racc/cparse.so
|
172
172
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/gem.build_complete
|
173
173
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/gem_make.out
|
174
174
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/stringio.so
|
@@ -1012,40 +1012,41 @@ files:
|
|
1012
1012
|
- vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/lib/psych/visitors/visitor.rb
|
1013
1013
|
- vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/lib/psych/visitors/yaml_tree.rb
|
1014
1014
|
- vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/lib/psych/y.rb
|
1015
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1016
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1017
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1018
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1019
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1020
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1021
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1022
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1023
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1024
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1025
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1026
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1027
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1028
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1029
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1030
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1031
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1032
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1033
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1034
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1035
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1036
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1037
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1038
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1039
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1040
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1041
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1042
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1043
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1044
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1045
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1046
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1047
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1048
|
-
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.
|
1015
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/BSDL
|
1016
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/COPYING
|
1017
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ChangeLog
|
1018
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/README.ja.rdoc
|
1019
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/README.rdoc
|
1020
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/TODO
|
1021
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/bin/racc
|
1022
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/en/grammar.en.rdoc
|
1023
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/en/grammar2.en.rdoc
|
1024
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/ja/command.ja.html
|
1025
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/ja/debug.ja.rdoc
|
1026
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/ja/grammar.ja.rdoc
|
1027
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/ja/index.ja.html
|
1028
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/ja/parser.ja.rdoc
|
1029
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/doc/ja/usage.ja.html
|
1030
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse/Makefile
|
1031
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse/cparse.c
|
1032
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ext/racc/cparse/extconf.rb
|
1033
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc.rb
|
1034
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/compat.rb
|
1035
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/cparse.so
|
1036
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/debugflags.rb
|
1037
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/exception.rb
|
1038
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/grammar.rb
|
1039
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/grammarfileparser.rb
|
1040
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/info.rb
|
1041
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/iset.rb
|
1042
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/logfilegenerator.rb
|
1043
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/parser-text.rb
|
1044
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/parser.rb
|
1045
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/parserfilegenerator.rb
|
1046
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/sourcetext.rb
|
1047
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/state.rb
|
1048
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/statetransitiontable.rb
|
1049
|
+
- vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/static.rb
|
1049
1050
|
- vendor/bundle/ruby/3.2.0/gems/rainbow-3.1.1/Changelog.md
|
1050
1051
|
- vendor/bundle/ruby/3.2.0/gems/rainbow-3.1.1/LICENSE
|
1051
1052
|
- vendor/bundle/ruby/3.2.0/gems/rainbow-3.1.1/README.markdown
|
@@ -2147,7 +2148,7 @@ files:
|
|
2147
2148
|
- vendor/bundle/ruby/3.2.0/specifications/pry-0.14.2.gemspec
|
2148
2149
|
- vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.10.1.gemspec
|
2149
2150
|
- vendor/bundle/ruby/3.2.0/specifications/psych-5.1.2.gemspec
|
2150
|
-
- vendor/bundle/ruby/3.2.0/specifications/racc-1.8.
|
2151
|
+
- vendor/bundle/ruby/3.2.0/specifications/racc-1.8.1.gemspec
|
2151
2152
|
- vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec
|
2152
2153
|
- vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec
|
2153
2154
|
- vendor/bundle/ruby/3.2.0/specifications/rspec-3.13.0.gemspec
|
Binary file
|
@@ -1,26 +0,0 @@
|
|
1
|
-
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
|
2
|
-
/usr/local/bin/ruby extconf.rb
|
3
|
-
creating Makefile
|
4
|
-
|
5
|
-
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.20240729-4010-6l075s sitelibdir\=./.gem.20240729-4010-6l075s clean
|
7
|
-
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
8
|
-
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
9
|
-
|
10
|
-
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.20240729-4010-6l075s sitelibdir\=./.gem.20240729-4010-6l075s
|
12
|
-
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
13
|
-
compiling cparse.c
|
14
|
-
linking shared-object racc/cparse.so
|
15
|
-
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
16
|
-
|
17
|
-
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.20240729-4010-6l075s sitelibdir\=./.gem.20240729-4010-6l075s install
|
19
|
-
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
20
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.20240729-4010-6l075s/racc
|
21
|
-
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
22
|
-
|
23
|
-
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.20240729-4010-6l075s sitelibdir\=./.gem.20240729-4010-6l075s clean
|
25
|
-
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
26
|
-
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|