Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit 8d600ce

Browse files
committed
Modify README.md to explain that this code has been moved into the concurrent-ruby gem.
1 parent fa5a8af commit 8d600ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Threadsafe
1+
# Threadsafe (Inactive, code moved to concurrent-ruby gem and repo.)
22

33
[![Gem Version](https://badge.fury.io/rb/thread_safe.svg)](http://badge.fury.io/rb/thread_safe) [![Build Status](https://travis-ci.org/ruby-concurrency/thread_safe.svg?branch=master)](https://travis-ci.org/ruby-concurrency/thread_safe) [![Coverage Status](https://img.shields.io/coveralls/ruby-concurrency/thread_safe/master.svg)](https://coveralls.io/r/ruby-concurrency/thread_safe) [![Code Climate](https://codeclimate.com/github/ruby-concurrency/thread_safe.svg)](https://codeclimate.com/github/ruby-concurrency/thread_safe) [![Dependency Status](https://gemnasium.com/ruby-concurrency/thread_safe.svg)](https://gemnasium.com/ruby-concurrency/thread_safe) [![License](https://img.shields.io/badge/license-apache-green.svg)](http://opensource.org/licenses/MIT) [![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/ruby-concurrency/concurrent-ruby)
44

55
A collection of thread-safe versions of common core Ruby classes.
66

7+
__This code base is now part of the concurrent-ruby gem
8+
at https://github.com/ruby-concurrency/concurrent-ruby.
9+
The code in this repository is no longer maintained.__
10+
711
## Installation
812

913
Add this line to your application's Gemfile:

0 commit comments

Comments
 (0)