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

Commit 7b18509

Browse files
committed
Update the homepage link
1 parent fd9be8f commit 7b18509

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.rbx/*
44
.bundle
55
.config
6+
/.idea
67
.yardoc
78
Gemfile.lock
89
InstalledFiles

thread_safe.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
77
88
gem.description = %q{Thread-safe collections and utilities for Ruby}
99
gem.summary = %q{A collection of data structures and utilities to make thread-safe programming in Ruby easier}
10-
gem.homepage = "https://github.com/headius/thread_safe"
10+
gem.homepage = "https://github.com/ruby-concurrency/thread_safe"
1111

1212
gem.files = `git ls-files`.split($\)
1313
gem.files += ['lib/thread_safe/jruby_cache_backend.jar'] if defined?(JRUBY_VERSION)

0 commit comments

Comments
 (0)