cybrid_api_id_ruby 0.118.108 → 0.118.110

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 (95) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +5 -5
  4. data/cybrid_api_id_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
  6. data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
  7. data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
  8. data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
  9. data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
  10. data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
  11. data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
  12. data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
  13. data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
  14. data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
  15. data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
  16. data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
  17. data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
  18. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  20. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  21. data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
  22. data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
  23. data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
  24. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  25. data/lib/cybrid_api_id_ruby.rb +1 -1
  26. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  27. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  28. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  29. data/spec/api/users_idp_api_spec.rb +1 -1
  30. data/spec/api_client_spec.rb +1 -1
  31. data/spec/configuration_spec.rb +1 -1
  32. data/spec/models/application_idp_model_spec.rb +1 -1
  33. data/spec/models/application_list_idp_model_spec.rb +1 -1
  34. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  35. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  36. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  37. data/spec/models/error_response_idp_model_spec.rb +1 -1
  38. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  39. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  40. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  41. data/spec/models/post_user_idp_model_spec.rb +1 -1
  42. data/spec/models/user_idp_model_spec.rb +1 -1
  43. data/spec/models/user_list_idp_model_spec.rb +1 -1
  44. data/spec/spec_helper.rb +1 -1
  45. data/vendor/bundle/ruby/3.2.0/cache/racc-1.8.1.gem +0 -0
  46. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  47. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  48. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out +5 -5
  49. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out +26 -0
  50. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/racc/cparse.so +0 -0
  51. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/gem_make.out +5 -5
  52. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0/COPYING → racc-1.8.1/BSDL} +4 -4
  53. data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/COPYING +56 -0
  54. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/README.rdoc +1 -1
  55. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/Makefile +1 -1
  56. data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
  57. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/grammar.rb +5 -5
  58. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/grammarfileparser.rb +8 -8
  59. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/info.rb +1 -1
  60. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/parser-text.rb +2 -2
  61. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/parser.rb +1 -1
  62. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/parserfilegenerator.rb +3 -3
  63. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/state.rb +3 -3
  64. data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/statetransitiontable.rb +1 -1
  65. data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc/static.rb +5 -0
  66. data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/lib/racc.rb +6 -0
  67. data/vendor/bundle/ruby/3.2.0/specifications/{racc-1.8.0.gemspec → racc-1.8.1.gemspec} +6 -5
  68. metadata +42 -41
  69. data/vendor/bundle/ruby/3.2.0/cache/racc-1.8.0.gem +0 -0
  70. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/gem_make.out +0 -26
  71. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/racc/cparse.so +0 -0
  72. data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/cparse.so +0 -0
  73. data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/static.rb +0 -5
  74. data/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc.rb +0 -6
  75. /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
  76. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ChangeLog +0 -0
  77. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/README.ja.rdoc +0 -0
  78. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/TODO +0 -0
  79. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/bin/racc +0 -0
  80. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/en/grammar.en.rdoc +0 -0
  81. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/en/grammar2.en.rdoc +0 -0
  82. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/command.ja.html +0 -0
  83. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/debug.ja.rdoc +0 -0
  84. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/grammar.ja.rdoc +0 -0
  85. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/index.ja.html +0 -0
  86. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/parser.ja.rdoc +0 -0
  87. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/usage.ja.html +0 -0
  88. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/cparse.c +0 -0
  89. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/extconf.rb +0 -0
  90. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/compat.rb +0 -0
  91. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/debugflags.rb +0 -0
  92. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/exception.rb +0 -0
  93. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/iset.rb +0 -0
  94. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/logfilegenerator.rb +0 -0
  95. /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-4014-wy4cl sitelibdir\=./.gem.20240730-4014-wy4cl 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-4014-wy4cl sitelibdir\=./.gem.20240730-4014-wy4cl
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-4014-wy4cl sitelibdir\=./.gem.20240730-4014-wy4cl 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-4014-wy4cl/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-4014-wy4cl sitelibdir\=./.gem.20240730-4014-wy4cl 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'
@@ -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.20240729-4010-7ijiml sitelibdir\=./.gem.20240729-4010-7ijiml clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240730-4014-6kkjec sitelibdir\=./.gem.20240730-4014-6kkjec 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.20240729-4010-7ijiml sitelibdir\=./.gem.20240729-4010-7ijiml
11
+ make DESTDIR\= sitearchdir\=./.gem.20240730-4014-6kkjec sitelibdir\=./.gem.20240730-4014-6kkjec
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.20240729-4010-7ijiml sitelibdir\=./.gem.20240729-4010-7ijiml install
18
+ make DESTDIR\= sitearchdir\=./.gem.20240730-4014-6kkjec sitelibdir\=./.gem.20240730-4014-6kkjec 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.20240729-4010-7ijiml
20
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20240730-4014-6kkjec
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.20240729-4010-7ijiml sitelibdir\=./.gem.20240729-4010-7ijiml clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20240730-4014-6kkjec sitelibdir\=./.gem.20240730-4014-6kkjec 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) 2019 Yukihiro Matsumoto. All rights reserved.
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.
@@ -4,7 +4,7 @@
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- Racc is a LALR(1) parser generator.
7
+ Racc is an LALR(1) parser generator.
8
8
  It is written in Ruby itself, and generates Ruby program.
9
9
 
10
10
  == Requirement
@@ -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.0 $(DEFS) $(cppflags)
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
@@ -10,11 +10,11 @@
10
10
  #
11
11
  #++
12
12
 
13
- require 'racc/compat'
14
- require 'racc/iset'
15
- require 'racc/sourcetext'
16
- require 'racc/logfilegenerator'
17
- require 'racc/exception'
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
- require 'racc'
14
- require 'racc/compat'
15
- require 'racc/grammar'
16
- require 'racc/parserfilegenerator'
17
- require 'racc/sourcetext'
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", __FILE__, __LINE__)
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", __FILE__, __LINE__)
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", __FILE__, __LINE__)
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)
@@ -12,7 +12,7 @@
12
12
  #++
13
13
 
14
14
  module Racc
15
- VERSION = '1.8.0'
15
+ VERSION = '1.8.1'
16
16
  Version = VERSION
17
17
  Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
18
18
  end
@@ -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.0'
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 a LALR(1) parser generator.
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 a LALR(1) parser generator.
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
@@ -10,9 +10,9 @@
10
10
  #
11
11
  #++
12
12
 
13
- require 'racc/compat'
14
- require 'racc/sourcetext'
15
- require 'racc/parser-text'
13
+ require_relative 'compat'
14
+ require_relative 'sourcetext'
15
+ require_relative 'parser-text'
16
16
  require 'rbconfig'
17
17
 
18
18
  module Racc
@@ -10,9 +10,9 @@
10
10
  #
11
11
  #++
12
12
 
13
- require 'racc/iset'
14
- require 'racc/statetransitiontable'
15
- require 'racc/exception'
13
+ require_relative 'iset'
14
+ require_relative 'statetransitiontable'
15
+ require_relative 'exception'
16
16
  require 'forwardable'
17
17
 
18
18
  module Racc
@@ -10,7 +10,7 @@
10
10
  #
11
11
  #++
12
12
 
13
- require 'racc/parser'
13
+ require_relative 'parser'
14
14
 
15
15
  module Racc
16
16
 
@@ -0,0 +1,5 @@
1
+ require_relative '../racc'
2
+ require_relative 'parser'
3
+ require_relative 'grammarfileparser'
4
+ require_relative 'parserfilegenerator'
5
+ require_relative 'logfilegenerator'
@@ -0,0 +1,6 @@
1
+ require_relative 'racc/compat'
2
+ require_relative 'racc/debugflags'
3
+ require_relative 'racc/grammar'
4
+ require_relative 'racc/state'
5
+ require_relative 'racc/exception'
6
+ require_relative 'racc/info'
@@ -1,16 +1,17 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: racc 1.8.0 ruby lib
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.0".freeze
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-05-20"
13
- s.description = "Racc is a 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
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 a LALR(1) parser generator".freeze
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.108
4
+ version: 0.118.110
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-29 00:00:00.000000000 Z
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.0.gem
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.0/gem.build_complete
170
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/gem_make.out
171
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/racc/cparse.so
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.0/COPYING
1016
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ChangeLog
1017
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.ja.rdoc
1018
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/README.rdoc
1019
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/TODO
1020
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/bin/racc
1021
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/en/grammar.en.rdoc
1022
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/en/grammar2.en.rdoc
1023
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/ja/command.ja.html
1024
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/ja/debug.ja.rdoc
1025
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/ja/grammar.ja.rdoc
1026
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/ja/index.ja.html
1027
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/ja/parser.ja.rdoc
1028
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/doc/ja/usage.ja.html
1029
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse/Makefile
1030
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse/cparse.c
1031
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse/extconf.rb
1032
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc.rb
1033
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/compat.rb
1034
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/cparse.so
1035
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/debugflags.rb
1036
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/exception.rb
1037
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/grammar.rb
1038
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/grammarfileparser.rb
1039
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/info.rb
1040
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/iset.rb
1041
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/logfilegenerator.rb
1042
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/parser-text.rb
1043
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/parser.rb
1044
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/parserfilegenerator.rb
1045
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/sourcetext.rb
1046
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/state.rb
1047
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/statetransitiontable.rb
1048
- - vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/lib/racc/static.rb
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.0.gemspec
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
@@ -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'
@@ -1,5 +0,0 @@
1
- require 'racc'
2
- require 'racc/parser'
3
- require 'racc/grammarfileparser'
4
- require 'racc/parserfilegenerator'
5
- require 'racc/logfilegenerator'
@@ -1,6 +0,0 @@
1
- require 'racc/compat'
2
- require 'racc/debugflags'
3
- require 'racc/grammar'
4
- require 'racc/state'
5
- require 'racc/exception'
6
- require 'racc/info'