cybrid_api_bank_ruby 0.35.10 → 0.35.13
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_bank_ruby.gemspec +1 -1
- data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/fee_configurations_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/rewards_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_bank_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/fee_configuration_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/fee_configuration_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_fee_configuration_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_reward_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/reward_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/version.rb +2 -2
- data/lib/cybrid_api_bank_ruby.rb +1 -1
- data/spec/api/accounts_bank_api_spec.rb +1 -1
- data/spec/api/assets_bank_api_spec.rb +1 -1
- data/spec/api/banks_bank_api_spec.rb +1 -1
- data/spec/api/customers_bank_api_spec.rb +1 -1
- data/spec/api/fee_configurations_bank_api_spec.rb +1 -1
- data/spec/api/identity_records_bank_api_spec.rb +1 -1
- data/spec/api/prices_bank_api_spec.rb +1 -1
- data/spec/api/quotes_bank_api_spec.rb +1 -1
- data/spec/api/rewards_bank_api_spec.rb +1 -1
- data/spec/api/symbols_bank_api_spec.rb +1 -1
- data/spec/api/trades_bank_api_spec.rb +1 -1
- data/spec/api/verification_keys_bank_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_bank_model_spec.rb +1 -1
- data/spec/models/account_list_bank_model_spec.rb +1 -1
- data/spec/models/asset_bank_model_spec.rb +1 -1
- data/spec/models/asset_list_bank_model_spec.rb +1 -1
- data/spec/models/attestation_details_bank_model_spec.rb +1 -1
- data/spec/models/bank_bank_model_spec.rb +1 -1
- data/spec/models/bank_list_bank_model_spec.rb +1 -1
- data/spec/models/customer_bank_model_spec.rb +1 -1
- data/spec/models/customer_list_bank_model_spec.rb +1 -1
- data/spec/models/error_response_bank_model_spec.rb +1 -1
- data/spec/models/fee_bank_model_spec.rb +1 -1
- data/spec/models/fee_configuration_bank_model_spec.rb +1 -1
- data/spec/models/fee_configuration_list_bank_model_spec.rb +1 -1
- data/spec/models/identity_record_bank_model_spec.rb +1 -1
- data/spec/models/identity_record_list_bank_model_spec.rb +1 -1
- data/spec/models/patch_bank_bank_model_spec.rb +1 -1
- data/spec/models/post_account_bank_model_spec.rb +1 -1
- data/spec/models/post_bank_bank_model_spec.rb +1 -1
- data/spec/models/post_customer_bank_model_spec.rb +1 -1
- data/spec/models/post_fee_bank_model_spec.rb +1 -1
- data/spec/models/post_fee_configuration_bank_model_spec.rb +1 -1
- data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +1 -1
- data/spec/models/post_identity_record_bank_model_spec.rb +1 -1
- data/spec/models/post_quote_bank_model_spec.rb +1 -1
- data/spec/models/post_reward_bank_model_spec.rb +1 -1
- data/spec/models/post_trade_bank_model_spec.rb +1 -1
- data/spec/models/post_verification_key_bank_model_spec.rb +1 -1
- data/spec/models/quote_bank_model_spec.rb +1 -1
- data/spec/models/quote_list_bank_model_spec.rb +1 -1
- data/spec/models/reward_bank_model_spec.rb +1 -1
- data/spec/models/symbol_price_bank_model_spec.rb +1 -1
- data/spec/models/trade_bank_model_spec.rb +1 -1
- data/spec/models/trade_list_bank_model_spec.rb +1 -1
- data/spec/models/verification_key_bank_model_spec.rb +1 -1
- data/spec/models/verification_key_list_bank_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.10.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/CHANGELOG.md +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/LICENSE +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/README.md +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/byebug/processors/pry_processor.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry/byebug/breakpoints.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/base.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/cli.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/backtrace.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/breakpoint.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/continue.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/down.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/exit_all.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/finish.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/frame.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/next.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/step.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/up.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/control_d_handler.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/breakpoints.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/location.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/multiline.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/navigation.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/pry_remote_ext.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/version.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/specifications/{pry-byebug-3.10.0.gemspec → pry-byebug-3.10.1.gemspec} +3 -3
- metadata +31 -31
- data/vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.0/lib/pry-byebug/pry_ext.rb +0 -13
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
## Welcome Welcome to the Cybrid platform; enabling turnkey crypto banking services! In these documents, you will find information on the operations provided by our platform, as well as details on how our REST API operates more generally. Our complete set of APIs allows you to manage all your resources: your Organization, your banks and your identities. The complete set of APIs can be found on the following pages: | API | Description | |----------------------------------------------------------------|------------------------------| | [Organization API](https://organization.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage banks | | [Identities API](https://id.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage identities | When you're ready, [request access](https://www.cybrid.xyz/access) to your Dashboard to view and administer your Organization. Once you've logged in, you can begin creating Banks, either for sandbox or production usage, and start enabling your customers to leverage DeFi and web3 with confidence. If you have any questions, please contact [Support](mailto:support@cybrid.app) at any time so that we can help. ## Authentication The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create Organization and Bank tokens can be generated via your Dashboard ([request access](https://www.cybrid.xyz/access)). An Organization Token applies broadly to the whole Organization and all of its Banks, whereas, a Bank Token is specific to an individual Bank. Both Organization and Bank tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique Client ID and Secret that allows for machine-to-machine authentication. **Never share your Client ID or Secret publicly or in your source code repository** Your Client ID and Secret can be exchanged for a time-limited Bearer Token by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document: ``` curl -X POST https://id.demo.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"<Your requested scopes -- space separated>\" }' -H \"Content-Type: application/json\" ``` ## Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization or a Bank token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope | Write scope | Execute scope | Token Type | |---------------|--------------------|----------------------|-------------------|--------------------| | Organizations | organizations:read | organizations:write | | Organization/ Bank | | Banks | banks:read | banks:write | banks:execute | Organization/ Bank | | Customers | customers:read | customers:write | customers:execute | Bank | | Assets | prices:read | | | Bank | | Accounts | accounts:read | | accounts:execute | Bank | | Prices | prices:read | | | Bank | | Symbols | prices:read | | | Bank | | Quotes | quotes:read | | quotes:execute | Bank | | Trades | trades:read | | trades:execute | Bank | | Rewards | rewards:read | | rewards:execute | Bank | ## Organizations An Organization is meant to model the organization partnering with Cybrid to use our platform. An Organization does not directly interact with customers. Instead, an Organization has one or more banks, which encompass the financial service offerings of the platform. ## Banks A Bank is owned by an Organization and can be thought of as an environment or container for Customers and product offerings. An example of a Bank would be your customer facing banking website, or an internal staging environment for testing and integration. An Organization can have multiple banks, in sandbox or production environments. A sandbox Bank will be backed by stubbed data and process flows. For instance, identity record and funding source processes will be simulated rather than performed. ## Customers Customers represent your banking users on the platform. At present, we offer support for Individuals as Customers. Customers must be verified in our system before they can play any part on the platform. See the Identity Records section for more details on how a customer can be verified. Customers must also have an account to be able to transact. See the Accounts APIs for more details on setting up accounts for the customer.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.35.
|
6
|
+
The version of the OpenAPI document: v0.35.13
|
7
7
|
Contact: support@cybrid.app
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0
|
data/spec/spec_helper.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
## Welcome Welcome to the Cybrid platform; enabling turnkey crypto banking services! In these documents, you will find information on the operations provided by our platform, as well as details on how our REST API operates more generally. Our complete set of APIs allows you to manage all your resources: your Organization, your banks and your identities. The complete set of APIs can be found on the following pages: | API | Description | |----------------------------------------------------------------|------------------------------| | [Organization API](https://organization.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage banks | | [Identities API](https://id.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage identities | When you're ready, [request access](https://www.cybrid.xyz/access) to your Dashboard to view and administer your Organization. Once you've logged in, you can begin creating Banks, either for sandbox or production usage, and start enabling your customers to leverage DeFi and web3 with confidence. If you have any questions, please contact [Support](mailto:support@cybrid.app) at any time so that we can help. ## Authentication The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create Organization and Bank tokens can be generated via your Dashboard ([request access](https://www.cybrid.xyz/access)). An Organization Token applies broadly to the whole Organization and all of its Banks, whereas, a Bank Token is specific to an individual Bank. Both Organization and Bank tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique Client ID and Secret that allows for machine-to-machine authentication. **Never share your Client ID or Secret publicly or in your source code repository** Your Client ID and Secret can be exchanged for a time-limited Bearer Token by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document: ``` curl -X POST https://id.demo.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"<Your requested scopes -- space separated>\" }' -H \"Content-Type: application/json\" ``` ## Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization or a Bank token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope | Write scope | Execute scope | Token Type | |---------------|--------------------|----------------------|-------------------|--------------------| | Organizations | organizations:read | organizations:write | | Organization/ Bank | | Banks | banks:read | banks:write | banks:execute | Organization/ Bank | | Customers | customers:read | customers:write | customers:execute | Bank | | Assets | prices:read | | | Bank | | Accounts | accounts:read | | accounts:execute | Bank | | Prices | prices:read | | | Bank | | Symbols | prices:read | | | Bank | | Quotes | quotes:read | | quotes:execute | Bank | | Trades | trades:read | | trades:execute | Bank | | Rewards | rewards:read | | rewards:execute | Bank | ## Organizations An Organization is meant to model the organization partnering with Cybrid to use our platform. An Organization does not directly interact with customers. Instead, an Organization has one or more banks, which encompass the financial service offerings of the platform. ## Banks A Bank is owned by an Organization and can be thought of as an environment or container for Customers and product offerings. An example of a Bank would be your customer facing banking website, or an internal staging environment for testing and integration. An Organization can have multiple banks, in sandbox or production environments. A sandbox Bank will be backed by stubbed data and process flows. For instance, identity record and funding source processes will be simulated rather than performed. ## Customers Customers represent your banking users on the platform. At present, we offer support for Individuals as Customers. Customers must be verified in our system before they can play any part on the platform. See the Identity Records section for more details on how a customer can be verified. Customers must also have an account to be able to transact. See the Accounts APIs for more details on setting up accounts for the customer.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.35.
|
6
|
+
The version of the OpenAPI document: v0.35.13
|
7
7
|
Contact: support@cybrid.app
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0
|
Binary file
|
data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220817-3509-llvyo.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug
|
@@ -21,5 +21,5 @@ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platf
|
|
21
21
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug
|
22
22
|
make DESTDIR\= install
|
23
23
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
|
24
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
24
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20220817-3509-x6obqs/byebug
|
25
25
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220817-3509-4ng804.rb extconf.rb
|
3
3
|
checking for ffi_prep_closure_loc() in -lffi... yes
|
4
4
|
checking for ffi_prep_cif_var()... yes
|
5
5
|
checking for ffi_raw_call()... yes
|
@@ -45,5 +45,5 @@ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platf
|
|
45
45
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c
|
46
46
|
make DESTDIR\= install
|
47
47
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c'
|
48
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
48
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220817-3509-b9qbac
|
49
49
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c'
|
data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem_make.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220817-3509-4jc3o2.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
@@ -57,5 +57,5 @@ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platf
|
|
57
57
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
58
58
|
make DESTDIR\= install
|
59
59
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
|
60
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
60
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20220817-3509-djjzeb/jaro_winkler
|
61
61
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220817-3509-46l1zc.rb extconf.rb
|
3
3
|
checking for yaml.h... yes
|
4
4
|
checking for yaml_get_version() in -lyaml... yes
|
5
5
|
creating Makefile
|
@@ -23,5 +23,5 @@ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platf
|
|
23
23
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych
|
24
24
|
make DESTDIR\= install
|
25
25
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych'
|
26
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
26
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20220817-3509-zpsi22
|
27
27
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych'
|
data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220817-3509-jerjej.rb extconf.rb
|
3
3
|
checking for rb_io_extract_modeenc() in ruby/io.h... yes
|
4
4
|
creating Makefile
|
5
5
|
|
@@ -18,5 +18,5 @@ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platf
|
|
18
18
|
current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio
|
19
19
|
make DESTDIR\= install
|
20
20
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
|
21
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
21
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20220817-3509-mgd025
|
22
22
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220817-3509-x6obqs
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220817-3509-x6obqs
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220817-3509-b9qbac
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220817-3509-b9qbac
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220817-3509-djjzeb
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220817-3509-djjzeb
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
File without changes
|
@@ -175,7 +175,7 @@ Tidelift will coordinate the fix and disclosure.
|
|
175
175
|
|
176
176
|
Patches and bug reports are welcome.
|
177
177
|
|
178
|
-
[pry]:
|
178
|
+
[pry]: https://pry.github.io
|
179
179
|
[byebug]: https://github.com/deivid-rodriguez/byebug
|
180
180
|
[pry-debugger]: https://github.com/nixme/pry-debugger
|
181
181
|
[pry-nav]: https://github.com/nixme/pry-nav
|
File without changes
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/base.rb
RENAMED
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug/cli.rb
RENAMED
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
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "byebug/processors/pry_processor"
|
4
|
+
|
5
|
+
class << Pry::REPL
|
6
|
+
alias start_without_pry_byebug start
|
7
|
+
|
8
|
+
def start_with_pry_byebug(options = {})
|
9
|
+
target = options[:target]
|
10
|
+
|
11
|
+
if target.is_a?(Binding) && PryByebug.file_context?(target)
|
12
|
+
Byebug::PryProcessor.start unless ENV["DISABLE_PRY"]
|
13
|
+
else
|
14
|
+
# No need for the tracer unless we have a file context to step through
|
15
|
+
start_without_pry_byebug(options)
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
alias start start_with_pry_byebug
|
20
|
+
end
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.10.0 → pry-byebug-3.10.1}/lib/pry-byebug.rb
RENAMED
File without changes
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220817-3509-zpsi22
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220817-3509-zpsi22
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220817-3509-mgd025
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220817-3509-mgd025
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
data/vendor/bundle/ruby/3.1.0/specifications/{pry-byebug-3.10.0.gemspec → pry-byebug-3.10.1.gemspec}
RENAMED
@@ -1,14 +1,14 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: pry-byebug 3.10.
|
2
|
+
# stub: pry-byebug 3.10.1 ruby lib
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "pry-byebug".freeze
|
6
|
-
s.version = "3.10.
|
6
|
+
s.version = "3.10.1"
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
9
9
|
s.require_paths = ["lib".freeze]
|
10
10
|
s.authors = ["David Rodr\u00EDguez".freeze, "Gopal Patel".freeze]
|
11
|
-
s.date = "2022-08-
|
11
|
+
s.date = "2022-08-16"
|
12
12
|
s.description = "Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish',\n 'continue' and 'break' commands to control execution.".freeze
|
13
13
|
s.email = "deivid.rodriguez@gmail.com".freeze
|
14
14
|
s.extra_rdoc_files = ["CHANGELOG.md".freeze, "README.md".freeze]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cybrid_api_bank_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.35.
|
4
|
+
version: 0.35.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cybrid
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -233,7 +233,7 @@ files:
|
|
233
233
|
- vendor/bundle/ruby/3.1.0/cache/parallel-1.22.1.gem
|
234
234
|
- vendor/bundle/ruby/3.1.0/cache/parser-3.1.2.1.gem
|
235
235
|
- vendor/bundle/ruby/3.1.0/cache/pry-0.14.1.gem
|
236
|
-
- vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.10.
|
236
|
+
- vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.10.1.gem
|
237
237
|
- vendor/bundle/ruby/3.1.0/cache/psych-4.0.4.gem
|
238
238
|
- vendor/bundle/ruby/3.1.0/cache/rainbow-3.1.1.gem
|
239
239
|
- vendor/bundle/ruby/3.1.0/cache/rake-13.0.6.gem
|
@@ -1499,33 +1499,33 @@ files:
|
|
1499
1499
|
- vendor/bundle/ruby/3.1.0/gems/pry-0.14.1/lib/pry/warning.rb
|
1500
1500
|
- vendor/bundle/ruby/3.1.0/gems/pry-0.14.1/lib/pry/wrapped_module.rb
|
1501
1501
|
- vendor/bundle/ruby/3.1.0/gems/pry-0.14.1/lib/pry/wrapped_module/candidate.rb
|
1502
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1503
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1504
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1505
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1506
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1507
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1508
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1509
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1510
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1511
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1512
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1513
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1514
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1515
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1516
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1517
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1518
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1519
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1520
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1521
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1522
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1523
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1524
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1525
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1526
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1527
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1528
|
-
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.
|
1502
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/CHANGELOG.md
|
1503
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/LICENSE
|
1504
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/README.md
|
1505
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb
|
1506
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug.rb
|
1507
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/base.rb
|
1508
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/cli.rb
|
1509
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands.rb
|
1510
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/backtrace.rb
|
1511
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb
|
1512
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/continue.rb
|
1513
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/down.rb
|
1514
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/exit_all.rb
|
1515
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/finish.rb
|
1516
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/frame.rb
|
1517
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/next.rb
|
1518
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/step.rb
|
1519
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/commands/up.rb
|
1520
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/control_d_handler.rb
|
1521
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb
|
1522
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/helpers/location.rb
|
1523
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/helpers/multiline.rb
|
1524
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/helpers/navigation.rb
|
1525
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb
|
1526
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_remote_ext.rb
|
1527
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/version.rb
|
1528
|
+
- vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb
|
1529
1529
|
- vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/.gitignore
|
1530
1530
|
- vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/Gemfile
|
1531
1531
|
- vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/LICENSE
|
@@ -2700,7 +2700,7 @@ files:
|
|
2700
2700
|
- vendor/bundle/ruby/3.1.0/specifications/parallel-1.22.1.gemspec
|
2701
2701
|
- vendor/bundle/ruby/3.1.0/specifications/parser-3.1.2.1.gemspec
|
2702
2702
|
- vendor/bundle/ruby/3.1.0/specifications/pry-0.14.1.gemspec
|
2703
|
-
- vendor/bundle/ruby/3.1.0/specifications/pry-byebug-3.10.
|
2703
|
+
- vendor/bundle/ruby/3.1.0/specifications/pry-byebug-3.10.1.gemspec
|
2704
2704
|
- vendor/bundle/ruby/3.1.0/specifications/psych-4.0.4.gemspec
|
2705
2705
|
- vendor/bundle/ruby/3.1.0/specifications/rainbow-3.1.1.gemspec
|
2706
2706
|
- vendor/bundle/ruby/3.1.0/specifications/rake-13.0.6.gemspec
|
Binary file
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "byebug/processors/pry_processor"
|
4
|
-
|
5
|
-
class << Pry::REPL
|
6
|
-
alias start_without_pry_byebug start
|
7
|
-
|
8
|
-
def start_with_pry_byebug(_ = {})
|
9
|
-
Byebug::PryProcessor.start unless ENV["DISABLE_PRY"]
|
10
|
-
end
|
11
|
-
|
12
|
-
alias start start_with_pry_byebug
|
13
|
-
end
|