Skip to content

Commit 0770644

Browse files
committed
Added note for gem developers to the README.
1 parent db81830 commit 0770644

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ require 'concurrent'
177177
The `concurrent-ruby` gem will automatically detect the presence of the `concurrent-ruby-ext` gem
178178
and load the appropriate C extensions.
179179

180+
#### Note For gem developers
181+
182+
No gems should depend on `concurrent-ruby-ext`. Doing so will force C extensions on your users.
183+
The best practice is to depend on `concurrent-ruby` and let users to decide if they want C extensions.
184+
180185
## Maintainers
181186

182187
* [Jerry D'Antonio](https://github.com/jdantonio)

0 commit comments

Comments
 (0)