Home
last modified time | relevance | path

Searched +full:ruby +full:- +full:version (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/external/selinux/.github/workflows/
Drun_tests.yml8 runs-on: ubuntu-latest
12 python-ruby-version:
13 - {python: '3.11', ruby: '3.1'}
14 - {python: '3.11', ruby: '3.1', other: 'test-flags-override'}
15 - {python: '3.11', ruby: '3.1', other: 'test-debug'}
16 - {python: '3.11', ruby: '3.1', other: 'linker-bfd'}
17 - {python: '3.11', ruby: '3.1', other: 'linker-gold'}
18 # Test several Python versions with the latest Ruby version
19 - {python: '3.10', ruby: '3.1'}
20 - {python: '3.9', ruby: '3.1'}
[all …]
/external/protobuf/ruby/
DREADME.md1 This directory contains the Ruby extension that implements Protocol Buffers
2 functionality in Ruby.
4 The Ruby extension makes use of generated Ruby code that defines message and
5 enum types in a Ruby DSL. You may write definitions in this DSL directly, but
6 we recommend using protoc's Ruby generation support with .proto files. The
8 install protoc as well to have Ruby code generation functionality.
11 ---------------------
12 In Gemfile (Please check a version of Protocol Buffers you needed [RubyGems](https://rubygems.org/g…
14 gem 'google-protobuf'
16 Or for using this pre-packaged gem, simply install it as you would any other gem:
[all …]
/external/cronet/third_party/protobuf/ruby/
DREADME.md1 This directory contains the Ruby extension that implements Protocol Buffers
2 functionality in Ruby.
4 The Ruby extension makes use of generated Ruby code that defines message and
5 enum types in a Ruby DSL. You may write definitions in this DSL directly, but
6 we recommend using protoc's Ruby generation support with .proto files. The
8 install protoc as well to have Ruby code generation functionality.
11 ---------------------
12 In Gemfile (Please check a version of Protocol Buffers you needed [RubyGems](https://rubygems.org/g…
14 gem 'google-protobuf'
16 Or for using this pre-packaged gem, simply install it as you would any other gem:
[all …]
/external/protobuf/kokoro/release/ruby/macos/ruby/
Druby_build_environment.sh3 set -ex
6 sudo chown -R $(whoami) $HOME/.rvm/
7 sudo chown -R $(whoami) /Library/Ruby/
11 curl -sSL https://rvm.io/mpapis.asc | gpg --import -
12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste…
20 set -e # rvm commands are very verbose
23 gem install rake-compiler --no-document
24 gem install bundler --no-document
27 gem install rake-compiler --no-document
[all …]
/external/cronet/third_party/protobuf/kokoro/release/ruby/macos/ruby/
Druby_build_environment.sh3 set -ex
6 sudo chown -R $(whoami) $HOME/.rvm/
7 sudo chown -R $(whoami) /Library/Ruby/
11 curl -sSL https://rvm.io/mpapis.asc | gpg --import -
12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste…
20 set -e # rvm commands are very verbose
23 gem install rake-compiler --no-document
24 gem install bundler --no-document
27 gem install rake-compiler --no-document
[all …]
/external/grpc-grpc/templates/
Dgrpc.gemspec.template2 --- |
3 # -*- ruby -*-
4 # encoding: utf-8
5 $LOAD_PATH.push File.expand_path('../src/ruby/lib', __FILE__)
6 require 'grpc/version'
10 s.version = GRPC::VERSION
12 s.email = 'grpc-io@googlegroups.com'
13 s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby'
14 s.summary = 'GRPC system in Ruby'
15 s.description = 'Send RPCs from Ruby using GRPC'
[all …]
/external/grpc-grpc/src/ruby/nativedebug/
DREADME.md2 applications that use grpc pre-compiled binary gems.
4 An example of a pre-compiled binary gem is `grpc-1.58.0-x86_64-linux.gem`
5 (as opposed to a source-built gem like `grpc-1.58.0.gem`).
7 `grpc-native-debug` gems contain debug symbols which complement the
9 proper `grpc-native-debug` gem, one can load the correct `.dbg` symbol file to
14 grpc-ruby pre-compiled binary gems are *released with debug symbols stripped*.
18 # Using grpc-native-debug
20 ## Finding the correct grpc-native-debug gem
22 Each `grpc-native-debug` gem is *one-to-one* with a `grpc` gem. Specifically:
24 - The version of a `grpc-native-debug` gem **must match the version** of the `grpc`
[all …]
/external/googleapis/google/cloud/automl/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-automl.
16 # Generates a Ruby wrapper client for automl.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-automl",
24 "ruby-cloud-gem-namespace=Google::Cloud::AutoML",
25 "ruby-cloud-env-prefix=AUTOML",
26 "ruby-cloud-wrapper-of=v1:0.9;v1beta1:0.10",
27 "ruby-cloud-product-url=https://cloud.google.com/automl",
[all …]
/external/grpc-grpc/examples/ruby/
DREADME.md1 gRPC in 3 minutes (Ruby)
5 -------------
9 -------------
11 - Ruby 2.x
12 This requires Ruby 2.x, as the gRPC API surface uses keyword args.
13 … installed locally, you can use [RVM][] to use Ruby 2.x for testing without upgrading the version
14 RVM is also useful if you don't have the necessary privileges to update your system's Ruby.
18 $ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
19 $ \curl -sSL https://get.rvm.io | bash -s stable --ruby=ruby-2
21 $ # follow the instructions to ensure that your're using the latest stable version of Ruby
[all …]
/external/googleapis/.kokoro/
Ddocker_update.sh4 # PHP and Ruby runtimes binaries to use in GAPIC generators for these
7 # Historically, PHP and Ruby keep their compiled runtimes in the generators'
9 # https://github.com/googleapis/gapic-generator-php/tree/main/rules_php_gapic/resources
10 # https://github.com/googleapis/gapic-generator-ruby/tree/main/rules_ruby_gapic/prebuilt
11 # They are needed to prevent rebuilding of PHP and Ruby runtime (each taking
27 # Docker image and to create pull requests against Ruby and PHP generators.
32 set -e
39 if test -d "$SHARED"; then
43 mkdir -p "$SHARED"
51 docker build -t googleapis .
[all …]
/external/googleapis/google/cloud/phishingprotection/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-phishing_protection.
16 # Generates a Ruby wrapper client for phishingprotection.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1beta1 in this case.
23 "ruby-cloud-gem-name=google-cloud-phishing_protection",
24 "ruby-cloud-env-prefix=PHISHING_PROTECTION",
25 "ruby-cloud-wrapper-of=v1beta1:0.8",
26 "ruby-cloud-product-url=https://cloud.google.com/phishing-protection",
27 "ruby-cloud-api-id=phishingprotection.googleapis.com",
[all …]
/external/googleapis/google/cloud/texttospeech/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-text_to_speech.
16 # Generates a Ruby wrapper client for texttospeech.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-text_to_speech",
24 "ruby-cloud-env-prefix=TEXTTOSPEECH",
25 "ruby-cloud-wrapper-of=v1:0.12;v1beta1:0.13",
26 "ruby-cloud-product-url=https://cloud.google.com/text-to-speech",
27 "ruby-cloud-api-id=texttospeech.googleapis.com",
[all …]
/external/googleapis/google/cloud/bigquery/datatransfer/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-bigquery-data_transfer.
16 # Generates a Ruby wrapper client for bigquerydatatransfer.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-bigquery-data_transfer",
24 "ruby-cloud-env-prefix=DATA_TRANSFER",
25 "ruby-cloud-wrapper-of=v1:0.12",
26 "ruby-cloud-product-url=https://cloud.google.com/bigquery/transfer",
27 "ruby-cloud-api-id=bigquerydatatransfer.googleapis.com",
[all …]
/external/googleapis/google/cloud/securitycenter/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-security_center.
16 # Generates a Ruby wrapper client for securitycenter.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-security_center",
24 "ruby-cloud-env-prefix=SECURITY_CENTER",
25 "ruby-cloud-wrapper-of=v1:0.34;v1p1beta1:0.13;v2:0.0",
26 "ruby-cloud-product-url=https://cloud.google.com/security-command-center",
27 "ruby-cloud-api-id=securitycenter.googleapis.com",
[all …]
/external/googleapis/google/devtools/containeranalysis/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-container_analysis.
16 # Generates a Ruby wrapper client for containeranalysis.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-container_analysis",
24 "ruby-cloud-env-prefix=CONTAINER_ANALYSIS",
25 "ruby-cloud-wrapper-of=v1:0.9",
26 … "ruby-cloud-product-url=https://cloud.google.com/container-registry/docs/container-analysis",
27 "ruby-cloud-api-id=containeranalysis.googleapis.com",
[all …]
/external/googleapis/google/container/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-container.
16 # Generates a Ruby wrapper client for container.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-container",
24 "ruby-cloud-env-prefix=CONTAINER",
25 "ruby-cloud-wrapper-of=v1:0.33;v1beta1:0.34",
26 "ruby-cloud-product-url=https://cloud.google.com/kubernetes-engine",
27 "ruby-cloud-api-id=container.googleapis.com",
[all …]
/external/googleapis/google/privacy/dlp/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-dlp.
16 # Generates a Ruby wrapper client for dlp.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v2 in this case.
23 "ruby-cloud-gem-name=google-cloud-dlp",
24 "ruby-cloud-env-prefix=DLP",
25 "ruby-cloud-wrapper-of=v2:0.20",
26 "ruby-cloud-product-url=https://cloud.google.com/dlp",
27 "ruby-cloud-api-id=dlp.googleapis.com",
[all …]
/external/googleapis/google/cloud/recaptchaenterprise/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-recaptcha_enterprise.
16 # Generates a Ruby wrapper client for recaptchaenterprise.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-recaptcha_enterprise",
24 "ruby-cloud-env-prefix=RECAPTCHA_ENTERPRISE",
25 "ruby-cloud-wrapper-of=v1:0.17;v1beta1:0.12",
26 "ruby-cloud-product-url=https://cloud.google.com/recaptcha-enterprise",
27 "ruby-cloud-api-id=recaptchaenterprise.googleapis.com",
[all …]
/external/googleapis/google/cloud/asset/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-asset.
16 # Generates a Ruby wrapper client for cloudasset.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-asset",
24 "ruby-cloud-env-prefix=ASSET",
25 "ruby-cloud-wrapper-of=v1:0.29",
26 "ruby-cloud-product-url=https://cloud.google.com/asset-inventory/",
27 "ruby-cloud-api-id=cloudasset.googleapis.com",
[all …]
/external/googleapis/google/cloud/webrisk/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-web_risk.
16 # Generates a Ruby wrapper client for webrisk.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-web_risk",
24 "ruby-cloud-env-prefix=WEBRISK",
25 "ruby-cloud-wrapper-of=v1:0.11;v1beta1:0.9",
26 "ruby-cloud-product-url=https://cloud.google.com/web-risk",
27 "ruby-cloud-api-id=webrisk.googleapis.com",
[all …]
/external/googleapis/google/cloud/dataproc/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-dataproc.
16 # Generates a Ruby wrapper client for dataproc.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-dataproc",
24 "ruby-cloud-env-prefix=DATAPROC",
25 "ruby-cloud-wrapper-of=v1:0.24",
26 "ruby-cloud-product-url=https://cloud.google.com/dataproc",
27 "ruby-cloud-api-id=dataproc.googleapis.com",
[all …]
/external/googleapis/google/cloud/language/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-language.
16 # Generates a Ruby wrapper client for language.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-language",
24 "ruby-cloud-env-prefix=LANGUAGE",
25 "ruby-cloud-wrapper-of=v1:0.10;v1beta2:0.10",
26 "ruby-cloud-product-url=https://cloud.google.com/natural-language",
27 "ruby-cloud-api-id=language.googleapis.com",
[all …]
/external/googleapis/google/cloud/translate/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-translate.
16 # Generates a Ruby wrapper client for translate.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v3 in this case.
23 "ruby-cloud-gem-name=google-cloud-translate",
24 "ruby-cloud-env-prefix=TRANSLATE",
25 "ruby-cloud-wrapper-of=v3:0.11;v2:0.0",
26 "ruby-cloud-product-url=https://cloud.google.com/translate",
27 "ruby-cloud-api-id=translate.googleapis.com",
[all …]
/external/googleapis/google/cloud/redis/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-redis.
16 # Generates a Ruby wrapper client for redis.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v1 in this case.
23 "ruby-cloud-gem-name=google-cloud-redis",
24 "ruby-cloud-env-prefix=REDIS",
25 "ruby-cloud-wrapper-of=v1:0.13;v1beta1:0.12",
26 "ruby-cloud-product-url=https://cloud.google.com/memorystore/docs/redis",
27 "ruby-cloud-api-id=redis.googleapis.com",
[all …]
/external/googleapis/google/monitoring/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
2 # google-cloud-monitoring.
16 # Generates a Ruby wrapper client for monitoring.
17 # Ruby wrapper clients are versionless, but are generated from source protos
18 # for a particular service version, v3 in this case.
23 "ruby-cloud-gem-name=google-cloud-monitoring",
24 "ruby-cloud-env-prefix=MONITORING",
25 "ruby-cloud-wrapper-of=v3:0.15",
26 "ruby-cloud-product-url=https://cloud.google.com/monitoring",
27 "ruby-cloud-api-id=monitoring.googleapis.com",
[all …]

12345678910>>...34