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

Commit 3d25dac

Browse files
committed
Merge pull request #12 from ktdreyer/gemspec-summary-description
gemspec: switch summary and description
2 parents ae2e618 + d3ffe73 commit 3d25dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thread_safe.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require 'thread_safe/version'
55
Gem::Specification.new do |gem|
66
gem.authors = ["Charles Oliver Nutter", "thedarkone"]
77
8-
gem.description = %q{Thread-safe collections and utilities for Ruby}
9-
gem.summary = %q{A collection of data structures and utilities to make thread-safe programming in Ruby easier}
8+
gem.summary = %q{Thread-safe collections and utilities for Ruby}
9+
gem.description = %q{A collection of data structures and utilities to make thread-safe programming in Ruby easier}
1010
gem.homepage = "https://github.com/ruby-concurrency/thread_safe"
1111

1212
gem.files = `git ls-files`.split($\)

0 commit comments

Comments
 (0)