Sha256: b000d5c4fb01ad276d8e5dc92bd8660f656d83880b88081797a0e9fad82eb7f6

Contents?: true

Size: 1.71 KB

Versions: 8

Compression:

Stored size: 1.71 KB

Contents

Contributing to the LaunchDarkly Server-side SDK for Ruby
================================================

LaunchDarkly has published an [SDK contributor's guide](https://docs.launchdarkly.com/docs/sdk-contributors-guide) that provides a detailed explanation of how our SDKs work. See below for additional information on how to contribute to this SDK.

Submitting bug reports and feature requests
------------------

The LaunchDarkly SDK team monitors the [issue tracker](https://github.com/launchdarkly/ruby-server-sdk/issues) in the SDK repository. Bug reports and feature requests specific to this SDK should be filed in this issue tracker. The SDK team will respond to all newly filed issues within two business days.

Submitting pull requests
------------------

We encourage pull requests and other contributions from the community. Before submitting pull requests, ensure that all temporary or unintended code is removed. Don't worry about adding reviewers to the pull request; the LaunchDarkly SDK team will add themselves. The SDK team will acknowledge all pull requests within two business days.

Build instructions
------------------

### Prerequisites

This SDK is built with [Bundler](https://bundler.io/). To install Bundler, run `gem install bundler`. You might need `sudo` to execute the command successfully.

To install the runtime dependencies:

```
bundle install
```

### Testing

To run all unit tests:

```
bundle exec rspec spec
```

By default, the full unit test suite includes live tests of the integrations for Consul, DynamoDB, and Redis. Those tests expect you to have instances of all of those databases running locally. To skip them, set the environment variable `LD_SKIP_DATABASE_TESTS=1` before running the tests.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
launchdarkly-server-sdk-6.2.4 CONTRIBUTING.md
launchdarkly-server-sdk-6.2.3 CONTRIBUTING.md
launchdarkly-server-sdk-6.2.2 CONTRIBUTING.md
launchdarkly-server-sdk-6.2.1 CONTRIBUTING.md
launchdarkly-server-sdk-6.2.0 CONTRIBUTING.md
launchdarkly-server-sdk-6.1.1 CONTRIBUTING.md
launchdarkly-server-sdk-6.1.0 CONTRIBUTING.md
launchdarkly-server-sdk-6.0.0 CONTRIBUTING.md