Skip to content

Commit d92a8eb

Browse files
author
Dan Richelson
committed
Add comment + note about our ld-em-eventsource dependency
1 parent 2484006 commit d92a8eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ Contributing to LaunchDarkly SDK for Ruby
33

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

6+
Dependencies
7+
------------
8+
[ld-em-eventsource](https://github.com/launchdarkly/em-eventsource)
9+
10+
611
Style
712
-----
813

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

ldclient-rb.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.add_runtime_dependency "net-http-persistent", "~> 2.9"
3131
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0.0"
3232
spec.add_runtime_dependency "hashdiff", "~> 0.2"
33-
spec.add_runtime_dependency "ld-em-eventsource", "~> 0.2"
33+
spec.add_runtime_dependency "ld-em-eventsource", "~> 0.2" #https://github.com/launchdarkly/em-eventsource
3434
end

0 commit comments

Comments
 (0)