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

Commit 40810b9

Browse files
committed
Fix homepage url
1 parent 819322c commit 40810b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atomic.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
Gem::Specification.new do |s|
66
s.name = %q{atomic}
7-
s.version = "1.1.99"
7+
s.version = "1.1.100"
88
s.authors = ["Charles Oliver Nutter", "MenTaLguY", "Sokolov Yura"]
99
s.date = Time.now.strftime('%Y-%m-%d')
1010
s.summary = "An atomic reference implementation for JRuby, Rubinius, and MRI"
1111
s.description = s.summary
1212
13-
s.homepage = "http://github.com/ruby-concurrency/ruby-atomic"
13+
s.homepage = "http://github.com/ruby-concurrency/atomic"
1414
s.require_paths = ["lib"]
1515
s.licenses = ["Apache-2.0"]
1616
s.test_files = Dir["test/test*.rb"]

0 commit comments

Comments
 (0)