Results for: "gsub"

The version of Ruby required by this gem. The ruby version can be specified to the patch-level:

$ ruby -v -e 'p Gem.ruby_version'
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.4.0]
#<Gem::Version "2.0.0.247">

Prereleases can also be specified.

Usage:

# This gem will work with 1.8.6 or greater...
spec.required_ruby_version = '>= 1.8.6'

# Only with final releases of major version 2 where minor version is at least 3
spec.required_ruby_version = '~> 2.3'

# Only prereleases or final releases after 2.6.0.preview2
spec.required_ruby_version = '> 2.6.0.preview2'

# This gem will work with 2.3.0 or greater, including major version 3, but lesser than 4.0.0
spec.required_ruby_version = '>= 2.3', '< 4'

The RubyGems version required by this gem

No documentation available

Finds stub specifications matching a pattern in the record, optionally filtering out specs not matching the current platform

Creates a TargetRbConfig for the platform that RubyGems is running on.

Gets the right public key from a PKey instance

Deprecation method to deprecate Rubygems commands

Deprecation method to deprecate Rubygems commands

Creates an RubyGems API to host and path with the given HTTP method.

If allowed_push_host metadata is present, then it will only allow that host.

No documentation available

Returns the issuerNameHash of this certificate ID, the hash of the issuer’s distinguished name calculated with the hashAlgorithm.

Returns the issuerKeyHash of this certificate ID, the hash of the issuer’s public key.

Serializes the public key to DER-encoded X.509 SubjectPublicKeyInfo format.

Serializes the public key to PEM-encoded X.509 SubjectPublicKeyInfo format.

A PEM-encoded key will look like:

-----BEGIN PUBLIC KEY-----
[...]
-----END PUBLIC KEY-----

See the OpenSSL documentation for EVP_PKEY_get_raw_public_key()

Visit an EnsureNode node.

super(foo) ^^^^^^^^^^

No documentation available
No documentation available

Oldest version we support downgrading to. This is the version that originally ships with the oldest supported patch version of ruby.

No documentation available
No documentation available
No documentation available

The required_ruby_version constraint for this specification

A fallback is included because when generated, some marshalled specs have it set to nil.

The required_rubygems_version constraint for this specification

A fallback is included because the original version of the specification API didn’t include that field, so some marshalled specs in the index have it set to nil.

Search took: 2ms  ·  Total Results: 286