Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 5.5.0 release #120

Merged
merged 142 commits into from
Jan 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
142 commits
Select commit Hold shift + click to select a range
f5092af
Remove @ashanbrown from codeowners
ashanbrown Jul 24, 2018
fd63b2b
log exception stacktraces at debug level
eli-darkly Aug 2, 2018
d4be186
re-add minimal unit test
eli-darkly Aug 2, 2018
d73d66c
log exceptions at error level
eli-darkly Aug 2, 2018
94c8485
Merge pull request #75 from launchdarkly/eb/ch19339/exception-logging
eli-darkly Aug 2, 2018
ca15234
add new version of all_flags that captures more metadata
eli-darkly Aug 17, 2018
ed19523
add tests for FeatureFlagsState
eli-darkly Aug 17, 2018
73f2d89
provide as_json method that returns a hash instead of just a string
eli-darkly Aug 20, 2018
ab896b1
state can be serialized with JSON.generate
eli-darkly Aug 21, 2018
00347c6
add $valid
eli-darkly Aug 21, 2018
bdac27e
add ability to filter for only client-side flags
eli-darkly Aug 21, 2018
748b59b
Merge pull request #76 from launchdarkly/eb/ch22308/all-flags-state
eli-darkly Aug 21, 2018
50b3aa5
Merge pull request #77 from launchdarkly/eb/ch12124/client-side-filter
eli-darkly Aug 21, 2018
cee4c18
implement evaluation with explanations
eli-darkly Aug 23, 2018
d2c2ab8
misc cleanup
eli-darkly Aug 23, 2018
64a00a1
misc cleanup, more error checking
eli-darkly Aug 23, 2018
46b642b
don't keep evaluating prerequisites if one fails
eli-darkly Aug 23, 2018
855c4e2
doc comment
eli-darkly Aug 23, 2018
a0f002f
rename variation to variation_index
eli-darkly Aug 23, 2018
4ec43db
comment
eli-darkly Aug 23, 2018
9622e01
more test coverage, convenience method
eli-darkly Aug 24, 2018
7a453b0
Merge branch 'master' of github.com:launchdarkly/ruby-client
eli-darkly Aug 27, 2018
88d217e
Merge branch 'master' of github.com:launchdarkly/ruby-client
eli-darkly Aug 27, 2018
084d9ea
fix event generation for a prerequisite that is off
eli-darkly Aug 29, 2018
02b5712
fix private
eli-darkly Aug 29, 2018
53e8408
Merge pull request #78 from launchdarkly/eb/ch19976/explanations
eli-darkly Aug 29, 2018
c78db15
Merge pull request #79 from launchdarkly/eb/ch22995/prereq-off
eli-darkly Aug 29, 2018
960bb89
Merge branch 'explanation'
eli-darkly Aug 30, 2018
39d6ad1
Merge branch 'master' of github.com:launchdarkly/ruby-client
eli-darkly Aug 30, 2018
8867638
add option to reduce front-end metadata for untracked flags
eli-darkly Oct 5, 2018
7ac39ba
Merge pull request #80 from launchdarkly/eb/ch24449/less-metadata
eli-darkly Oct 5, 2018
9ea43e0
fix logic for whether a flag is tracked in all_flags_state
eli-darkly Oct 8, 2018
cbbc2ea
Merge pull request #81 from launchdarkly/eb/ch24449/less-metadata-2
eli-darkly Oct 15, 2018
c79745a
merge from public after release
LaunchDarklyCI Oct 24, 2018
cce8e84
implement file data source
eli-darkly Oct 31, 2018
22ebded
add poll interval param, tolerate single file path string, add doc co…
eli-darkly Oct 31, 2018
b864390
make listen dependency optional
eli-darkly Oct 31, 2018
789b5a4
readme
eli-darkly Oct 31, 2018
31a62c5
fix key handling and client integration, add tests
eli-darkly Oct 31, 2018
778cb6d
debugging
eli-darkly Nov 1, 2018
20dbef2
debugging
eli-darkly Nov 1, 2018
f1c00b1
add fallback polling logic, fix tests
eli-darkly Nov 1, 2018
198b843
rm debugging
eli-darkly Nov 1, 2018
c5d1823
debugging
eli-darkly Nov 2, 2018
9baffe3
debugging
eli-darkly Nov 2, 2018
4d81215
debugging
eli-darkly Nov 2, 2018
30d0cd2
debugging
eli-darkly Nov 2, 2018
8cb2ed9
comment correction
eli-darkly Nov 2, 2018
a10f973
documentation
eli-darkly Nov 2, 2018
16cf9c0
always use YAML parser
eli-darkly Nov 2, 2018
27d954e
report internal error that shouldn't happen
eli-darkly Nov 2, 2018
fd308a9
add test for multiple files
eli-darkly Nov 2, 2018
1d016bf
fix duplicate key checking (string vs. symbol problem)
eli-darkly Nov 2, 2018
c3e66d3
Don't use 'listen' in JRuby 9.1
eli-darkly Nov 2, 2018
1a36fd8
rm debugging
eli-darkly Nov 2, 2018
78ba815
better error handling in poll thread
eli-darkly Nov 2, 2018
2d29388
Merge pull request #82 from launchdarkly/eb/ch25289/file-source
eli-darkly Nov 2, 2018
38f534f
don't use Thread.raise to stop PollingProcessor thread; add test for …
eli-darkly Nov 2, 2018
4966136
Merge pull request #83 from launchdarkly/eb/ch19334/no-thread-raise
eli-darkly Nov 3, 2018
af2c98c
merge from public after release
LaunchDarklyCI Nov 3, 2018
457e85b
Merge branch 'master' of github.com:launchdarkly/ruby-client
eli-darkly Nov 5, 2018
4ad6a9b
merge from public after release
LaunchDarklyCI Nov 5, 2018
5a875c8
test on most recent patch version of each Ruby minor version
eli-darkly Dec 10, 2018
cf7d900
factor common logic out of RedisFeatureStore, add integrations module
eli-darkly Dec 15, 2018
4d34bc4
fix method reference
eli-darkly Dec 15, 2018
19182ad
misc cleanup
eli-darkly Dec 15, 2018
5941638
comment
eli-darkly Dec 15, 2018
b4cf610
re-add test file
eli-darkly Dec 15, 2018
3f9ef3b
misc cleanup
eli-darkly Dec 15, 2018
fa831f9
misc cleanup
eli-darkly Dec 15, 2018
ea68da4
initial DynamoDB implementation
eli-darkly Dec 15, 2018
bde2274
fix exception name
eli-darkly Dec 15, 2018
4e49317
fix test setup
eli-darkly Dec 15, 2018
c71bbec
comments
eli-darkly Dec 15, 2018
cfe3b18
readme
eli-darkly Dec 15, 2018
69cf890
fix doc comment
eli-darkly Dec 15, 2018
321eb6e
greatly improve documentation comments
eli-darkly Dec 15, 2018
5975954
comment fixes
eli-darkly Dec 15, 2018
414af99
change name of "update processor" to "data source"
eli-darkly Dec 15, 2018
c62c49e
Merge pull request #85 from launchdarkly/eb/ch28328/feature-store-sup…
eli-darkly Dec 18, 2018
81dcbf1
Merge pull request #86 from launchdarkly/eb/ch28328/dynamodb
eli-darkly Dec 18, 2018
216a1e8
Merge pull request #87 from launchdarkly/eb/docs
eli-darkly Dec 18, 2018
0fc71a8
Merge pull request #88 from launchdarkly/eb/data-source
eli-darkly Dec 18, 2018
fdb0291
default dynamodb_opts to {}
eli-darkly Dec 21, 2018
65ee009
fix Unicode handling in polling requests
eli-darkly Dec 21, 2018
86820ea
initial Consul implementation
eli-darkly Jan 3, 2019
485a73d
use new SSE gem
eli-darkly Jan 3, 2019
8567439
numerous Ruby SDK documentation fixes
eli-darkly Jan 4, 2019
63c3680
fix bundler version
eli-darkly Jan 4, 2019
008331b
fix build
eli-darkly Jan 4, 2019
c09c166
make some dependencies less strict and remove some unused ones
eli-darkly Jan 4, 2019
a4ced95
not using thread_safe
eli-darkly Jan 4, 2019
806bb8e
add bundler version (still not sure why we need to)
eli-darkly Jan 4, 2019
9d446c8
don't need bundler version for all rubies
eli-darkly Jan 4, 2019
5516745
fix bundler version again
eli-darkly Jan 4, 2019
54add1d
try to fix bundler version again
eli-darkly Jan 4, 2019
3d4b080
yet another build fix
eli-darkly Jan 5, 2019
635adf4
commit lock file to get correct bundler
eli-darkly Jan 5, 2019
3b5b08e
update lockfile
eli-darkly Jan 5, 2019
97bb302
Merge pull request #91 from launchdarkly/eb/ch29193/dependencies
eli-darkly Jan 5, 2019
5f28ecd
merge from public after release
eli-darkly Jan 5, 2019
b346917
Merge branch '5.4.x'
eli-darkly Jan 5, 2019
6342423
Merge branch 'eb/ruby-patch-versions' into eb/ch29137/sse-gem
eli-darkly Jan 5, 2019
e7f5f55
Merge branch 'master' into eb/ch29137/sse-gem
eli-darkly Jan 5, 2019
8656f25
use ruby-eventsource
eli-darkly Jan 6, 2019
1ced67e
uninstall unwanted bundler upgrade in CI
eli-darkly Jan 6, 2019
e11bf4b
allow net-http-persistent 3.x
eli-darkly Jan 6, 2019
cb2193e
uninstall unwanted bundler upgrade in CI
eli-darkly Jan 6, 2019
4b1167a
Merge branch '5.4.x' into eb/net-http-version
eli-darkly Jan 6, 2019
b250437
reduce intermittent HTTP errors on stub server by not reusing ports
eli-darkly Jan 7, 2019
c874db3
Merge branch 'master' into eb/ch25288/utf-8
eli-darkly Jan 7, 2019
277a0ce
Merge branch 'master' into eb/ch22514/docs
eli-darkly Jan 7, 2019
d658715
implement dependency ordering for feature store data
eli-darkly Jan 9, 2019
ed302ad
fix incomplete test
eli-darkly Jan 9, 2019
34c7418
Merge branch 'master' into eb/ch28430/consul
eli-darkly Jan 10, 2019
230a7f8
Merge pull request #94 from launchdarkly/eb/ch29137/sse-gem
eli-darkly Jan 10, 2019
065a348
Merge branch 'master' of github.com:launchdarkly/ruby-client
eli-darkly Jan 11, 2019
9d33cda
Merge branch 'master' of github.com:launchdarkly/ruby-client into 5.4.x
eli-darkly Jan 11, 2019
f18794d
Merge branch '5.4.x'
eli-darkly Jan 11, 2019
6be20c3
Merge branch 'master' into eb/ch22514/docs
eli-darkly Jan 11, 2019
f8b8d34
Merge branch 'master' into eb/ch29197/dependency-order
eli-darkly Jan 11, 2019
8f6a68a
Merge branch 'master' into eb/ch25288/utf-8
eli-darkly Jan 15, 2019
8436be4
use Hash.first
eli-darkly Jan 15, 2019
aee1a3b
Merge pull request #93 from launchdarkly/eb/ch29197/dependency-order
eli-darkly Jan 15, 2019
23606bc
Merge pull request #89 from launchdarkly/eb/ch25288/utf-8
eli-darkly Jan 15, 2019
e84fbe7
add test for Unicode in feature store serialization
eli-darkly Jan 15, 2019
dd61579
Merge branch 'master' into eb/ch28430/consul
eli-darkly Jan 15, 2019
8920923
fill in the rest of the Consul implementation
eli-darkly Jan 15, 2019
21c79fe
minor doc fixes
eli-darkly Jan 15, 2019
7ea110f
rm debugging
eli-darkly Jan 15, 2019
5136187
fix initialized check
eli-darkly Jan 15, 2019
46ebc1f
improve feature store tests + minor Redis fixes
eli-darkly Jan 15, 2019
2a4064c
Merge pull request #95 from launchdarkly/eb/feature-store-unicode
eli-darkly Jan 16, 2019
7691723
Merge pull request #96 from launchdarkly/eb/ch28430/consul
eli-darkly Jan 16, 2019
97ee2da
test fix: we can't use Unicode in flag keys anyway
eli-darkly Jan 16, 2019
3061a42
Merge branch 'master' into eb/better-feature-store-tests
eli-darkly Jan 16, 2019
be4523c
Merge branch 'master' into eb/ch22514/docs
eli-darkly Jan 16, 2019
621ef03
Merge pull request #90 from launchdarkly/eb/ch22514/docs
eli-darkly Jan 16, 2019
dbbd033
Merge branch 'master' into eb/better-feature-store-tests
eli-darkly Jan 16, 2019
21a505e
test fix
eli-darkly Jan 16, 2019
9dcbda8
Merge pull request #97 from launchdarkly/eb/better-feature-store-tests
eli-darkly Jan 17, 2019
784eb07
misc prerelease fixes
eli-darkly Jan 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 33 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ruby-docker-template: &ruby-docker-template
gem install jruby-openssl; # required by bundler, no effect on Ruby MRI
fi
- run: ruby -v
- run: gem install bundler -v "~> 1.7"
- run: gem install bundler -v 1.17.3
- run: bundle install
- run: mkdir ./rspec
- run: bundle exec rspec --format progress --format RspecJunitFormatter -o ./rspec/rspec.xml spec
Expand All @@ -32,28 +32,38 @@ jobs:
test-2.2:
<<: *ruby-docker-template
docker:
- image: circleci/ruby:2.2.9-jessie
- image: circleci/ruby:2.2.10-jessie
- image: consul
- image: redis
- image: amazon/dynamodb-local
test-2.3:
<<: *ruby-docker-template
docker:
- image: circleci/ruby:2.3.6-jessie
- image: circleci/ruby:2.3.7-jessie
- image: consul
- image: redis
- image: amazon/dynamodb-local
test-2.4:
<<: *ruby-docker-template
docker:
- image: circleci/ruby:2.4.4-stretch
- image: circleci/ruby:2.4.5-stretch
- image: consul
- image: redis
- image: amazon/dynamodb-local
test-2.5:
<<: *ruby-docker-template
docker:
- image: circleci/ruby:2.5.1-stretch
- image: circleci/ruby:2.5.3-stretch
- image: consul
- image: redis
- image: amazon/dynamodb-local
test-jruby-9.2:
<<: *ruby-docker-template
docker:
- image: circleci/jruby:9-jdk
- image: consul
- image: redis
- image: amazon/dynamodb-local

# The following very slow job uses an Ubuntu container to run the Ruby versions that
# CircleCI doesn't provide Docker images for.
Expand All @@ -63,8 +73,11 @@ jobs:
environment:
- RUBIES: "jruby-9.1.17.0"
steps:
- run: sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- run: sudo apt-get -q update
- run: sudo apt-get -qy install redis-server
- run: sudo apt-cache policy docker-ce
- run: sudo apt-get -qy install docker-ce
- checkout
- run:
name: install all Ruby versions
Expand All @@ -82,10 +95,24 @@ jobs:
fi
# bundler 2.0 may be preinstalled, we need to remove it if so
yes | gem uninstall bundler --version '>=2.0' || true;
gem install bundler -v "~> 1.7";
gem install bundler -v 1.17.3;
bundle install;
mv Gemfile.lock "Gemfile.lock.$i"
done
- run:
name: start DynamoDB
command: docker run -p 8000:8000 amazon/dynamodb-local
background: true
- run:
name: download Consul
command: wget https://releases.hashicorp.com/consul/0.8.0/consul_0.8.0_linux_amd64.zip
- run:
name: extract Consul
command: unzip consul_0.8.0_linux_amd64.zip
- run:
name: start Consul
command: ./consul agent -dev
background: true
- run:
name: run tests for all versions
shell: /bin/bash -leo pipefail
Expand Down
12 changes: 0 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,3 @@ Contributing to LaunchDarkly SDK for Ruby
=========================================

We encourage pull-requests and other contributions from the community. We've also published an [SDK contributor's guide](http://docs.launchdarkly.com/docs/sdk-contributors-guide) that provides a detailed explanation of how our SDKs work.

Dependencies
------------
[ld-em-eventsource](https://github.com/launchdarkly/em-eventsource)


Style
-----

Our pull requests have [Hound CI](https://houndci.com/) set up to do style checking.
We also run [Rubocop](https://github.com/bbatsov/rubocop).

25 changes: 22 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,33 @@ PATH
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2)
faraday-http-cache (>= 1.3.0, < 3)
http_tools (~> 0.4.5)
json (>= 1.8, < 3)
ld-eventsource (~> 1.0)
net-http-persistent (>= 2.9, < 4.0)
semantic (~> 1.6)
socketry (~> 0.5.1)

GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.0.1)
aws-partitions (1.128.0)
aws-sdk-core (3.44.2)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-dynamodb (1.19.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.0.3)
codeclimate-test-reporter (0.6.0)
simplecov (>= 0.7.1, < 1.0.0)
concurrent-ruby (1.1.4)
connection_pool (2.2.1)
diff-lcs (1.3)
diplomat (2.0.2)
faraday (~> 0.9)
json
docile (1.1.5)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
Expand All @@ -27,10 +40,14 @@ GEM
ffi (1.9.25)
ffi (1.9.25-java)
hitimes (1.3.0)
hitimes (1.3.0-java)
http_tools (0.4.5)
jmespath (1.4.0)
json (1.8.6)
json (1.8.6-java)
ld-eventsource (1.0.0)
concurrent-ruby (~> 1.0)
http_tools (~> 0.4.5)
socketry (~> 0.5.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -74,9 +91,11 @@ PLATFORMS
ruby

DEPENDENCIES
aws-sdk-dynamodb (~> 1.18)
bundler (~> 1.7)
codeclimate-test-reporter (~> 0)
connection_pool (>= 2.1.2)
diplomat (>= 2.0.2)
ldclient-rb!
listen (~> 3.0)
rake (~> 10.0)
Expand Down
76 changes: 41 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,37 @@ This version of the LaunchDarkly SDK has a minimum Ruby version of 2.2.6, or 9.1
Quick setup
-----------

0. Install the Ruby SDK with `gem`
1. Install the Ruby SDK with `gem`

```shell
```shell
gem install ldclient-rb
```

1. Require the LaunchDarkly client:
2. Require the LaunchDarkly client:

```ruby
```ruby
require 'ldclient-rb'
```

2. Create a new LDClient with your SDK key:
3. Create a new LDClient with your SDK key:

```ruby
```ruby
client = LaunchDarkly::LDClient.new("your_sdk_key")
```

### Ruby on Rails

0. Add `gem 'ldclient-rb'` to your Gemfile and `bundle install`
1. Add `gem 'ldclient-rb'` to your Gemfile and `bundle install`

1. Initialize the launchdarkly client in `config/initializers/launchdarkly.rb`:
2. Initialize the launchdarkly client in `config/initializers/launchdarkly.rb`:

```ruby
```ruby
Rails.configuration.ld_client = LaunchDarkly::LDClient.new("your_sdk_key")
```

2. You may want to include a function in your ApplicationController
3. You may want to include a function in your ApplicationController

```ruby
```ruby
def launchdarkly_settings
if current_user.present?
{
Expand All @@ -72,31 +72,44 @@ Rails.configuration.ld_client = LaunchDarkly::LDClient.new("your_sdk_key")
end
```

3. In your controllers, access the client using
4. In your controllers, access the client using

```ruby
```ruby
Rails.application.config.ld_client.variation('your.flag.key', launchdarkly_settings, false)
```

Note that this gem will automatically switch to using the Rails logger it is detected.


Your first feature flag
-----------------------

1. Create a new feature flag on your [dashboard](https://app.launchdarkly.com).
2. In your application code, use the feature's key to check whether the flag is on for each user:

```ruby
if client.variation("your.flag.key", {key: "user@test.com"}, false)
# application code to show the feature
else
# the code to run if the feature is off
end
```

HTTPS proxy
------------
The Ruby SDK uses Faraday and Socketry to handle its network traffic. Both of these provide built-in support for the use of an HTTPS proxy. If the HTTPS_PROXY environment variable is present then the SDK will proxy all network requests through the URL provided.
-----------

The Ruby SDK uses Faraday and Socketry to handle its network traffic. Both of these provide built-in support for the use of an HTTPS proxy. If the HTTPS_PROXY environment variable is present then the SDK will proxy all network requests through the URL provided. (HTTP_PROXY is not used because all LaunchDarkly services require HTTPS.)

How to set the HTTPS_PROXY environment variable on Mac/Linux systems:
```
export HTTPS_PROXY=https://web-proxy.domain.com:8080
```


How to set the HTTPS_PROXY environment variable on Windows systems:
```
set HTTPS_PROXY=https://web-proxy.domain.com:8080
```


If your proxy requires authentication then you can prefix the URN with your login information:
```
export HTTPS_PROXY=http://user:pass@web-proxy.domain.com:8080
Expand All @@ -106,29 +119,22 @@ or
set HTTPS_PROXY=http://user:pass@web-proxy.domain.com:8080
```

Database integrations
---------------------

Your first feature flag
-----------------------

1. Create a new feature flag on your [dashboard](https://app.launchdarkly.com)
2. In your application code, use the feature's key to check whether the flag is on for each user:

```ruby
if client.variation("your.flag.key", {key: "user@test.com"}, false)
# application code to show the feature
else
# the code to run if the feature is off
end
```
Feature flag data can be kept in a persistent store using Redis, DynamoDB, or Consul. These adapters are implemented in the `LaunchDarkly::Integrations::Redis`, `LaunchDarkly::Integrations::DynamoDB`, and `LaunchDarkly::Integrations::Consul` modules; to use them, call the `new_feature_store` method in the module, and put the returned object in the `feature_store` property of your client configuration. See the [API documentation](https://www.rubydoc.info/gems/ldclient-rb/LaunchDarkly/Integrations) and the [SDK reference guide](https://docs.launchdarkly.com/v2.0/docs/using-a-persistent-feature-store) for more information.

Using flag data from a file
---------------------------
For testing purposes, the SDK can be made to read feature flag state from a file or files instead of connecting to LaunchDarkly. See [`file_data_source.rb`](https://github.com/launchdarkly/ruby-client/blob/master/lib/ldclient-rb/file_data_source.rb) for more details.

For testing purposes, the SDK can be made to read feature flag state from a file or files instead of connecting to LaunchDarkly. See `LaunchDarkly::FileDataSource` or the [SDK reference guide](https://docs.launchdarkly.com/v2.0/docs/reading-flags-from-a-file) for more details.

Learn more
-----------

Check out our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](http://docs.launchdarkly.com/docs/ruby-sdk-reference).
Check out our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [reference guide for this SDK](http://docs.launchdarkly.com/docs/ruby-sdk-reference).

Generated API documentation is on [RubyDoc.info](https://www.rubydoc.info/gems/ldclient-rb).

Testing
-------
Expand All @@ -138,10 +144,10 @@ We run integration tests for all our SDKs using a centralized test harness. This
Contributing
------------

See [Contributing](https://github.com/launchdarkly/ruby-client/blob/master/CONTRIBUTING.md)
See [Contributing](https://github.com/launchdarkly/ruby-client/blob/master/CONTRIBUTING.md).

About LaunchDarkly
-----------
------------------

* LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
* Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
Expand All @@ -153,9 +159,9 @@ About LaunchDarkly
* [JavaScript](http://docs.launchdarkly.com/docs/js-sdk-reference "LaunchDarkly JavaScript SDK")
* [PHP](http://docs.launchdarkly.com/docs/php-sdk-reference "LaunchDarkly PHP SDK")
* [Python](http://docs.launchdarkly.com/docs/python-sdk-reference "LaunchDarkly Python SDK")
* [Python Twisted](http://docs.launchdarkly.com/docs/python-twisted-sdk-reference "LaunchDarkly Python Twisted SDK")
* [Go](http://docs.launchdarkly.com/docs/go-sdk-reference "LaunchDarkly Go SDK")
* [Node.JS](http://docs.launchdarkly.com/docs/node-sdk-reference "LaunchDarkly Node SDK")
* [Electron](http://docs.launchdarkly.com/docs/electron-sdk-reference "LaunchDarkly Electron SDK")
* [.NET](http://docs.launchdarkly.com/docs/dotnet-sdk-reference "LaunchDarkly .Net SDK")
* [Ruby](http://docs.launchdarkly.com/docs/ruby-sdk-reference "LaunchDarkly Ruby SDK")
* [iOS](http://docs.launchdarkly.com/docs/ios-sdk-reference "LaunchDarkly iOS SDK")
Expand Down
7 changes: 4 additions & 3 deletions ldclient-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ Gem::Specification.new do |spec|
spec.summary = "LaunchDarkly SDK for Ruby"
spec.description = "Official LaunchDarkly SDK for Ruby"
spec.homepage = "https://github.com/launchdarkly/ruby-client"
spec.license = "Apache 2.0"
spec.license = "Apache-2.0"

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.extensions = 'ext/mkrf_conf.rb'

spec.add_development_dependency "aws-sdk-dynamodb", "~> 1.18"
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rspec", "~> 3.2"
spec.add_development_dependency "codeclimate-test-reporter", "~> 0"
spec.add_development_dependency "diplomat", ">= 2.0.2"
spec.add_development_dependency "redis", "~> 3.3.5"
spec.add_development_dependency "connection_pool", ">= 2.1.2"
spec.add_development_dependency "rake", "~> 10.0"
Expand All @@ -37,6 +39,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "semantic", "~> 1.6"
spec.add_runtime_dependency "net-http-persistent", [">= 2.9", "< 4.0"]
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "http_tools", '~> 0.4.5'
spec.add_runtime_dependency "socketry", "~> 0.5.1"
spec.add_runtime_dependency "ld-eventsource", '~> 1.0'
end
10 changes: 9 additions & 1 deletion lib/ldclient-rb.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

#
# Namespace for the LaunchDarkly Ruby SDK.
#
module LaunchDarkly
end

require "ldclient-rb/version"
require "ldclient-rb/interfaces"
require "ldclient-rb/util"
require "ldclient-rb/evaluation"
require "ldclient-rb/flags_state"
Expand All @@ -16,6 +24,6 @@
require "ldclient-rb/non_blocking_thread_pool"
require "ldclient-rb/event_summarizer"
require "ldclient-rb/events"
require "ldclient-rb/redis_store"
require "ldclient-rb/requestor"
require "ldclient-rb/file_data_source"
require "ldclient-rb/integrations"
1 change: 1 addition & 0 deletions lib/ldclient-rb/cache_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module LaunchDarkly
#
# @see https://github.com/plataformatec/faraday-http-cache
# @see https://github.com/ruby-concurrency
# @private
#
class ThreadSafeMemoryStore
#
Expand Down
Loading