Skip to content

Commit a04f750

Browse files
committed
Updated README and gemspec.
1 parent e801d6c commit a04f750

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ ibm.value #=> 187.57
126126

127127
## Contributors
128128

129+
* [Jerry D'Antonio](https://github.com/jdantonio)
129130
* [Michele Della Torre](https://github.com/mighe)
130131
* [Chris Seaton](https://github.com/chrisseaton)
131132
* [Lucas Allan](https://github.com/lucasallan)
@@ -145,8 +146,8 @@ ibm.value #=> 187.57
145146

146147
## License and Copyright
147148

148-
*Concurrent Ruby* is Copyright © 2014 [Jerry D'Antonio](https://twitter.com/jerrydantonio).
149-
It is free software released under the [MIT License](http://www.opensource.org/licenses/MIT).
149+
*Concurrent Ruby* is free software released under the [MIT License](http://www.opensource.org/licenses/MIT).
150150

151-
The *Concurrent Ruby* logo was designed by [David Jones](https://twitter.com/zombyboy).
152-
It is Copyright © 2014 Jerry D'Antonio. All Rights Reserved.
151+
The *Concurrent Ruby* [logo](https://github.com/jdantonio/concurrent-ruby/wiki/Logo)
152+
was designed by [David Jones](https://twitter.com/zombyboy).
153+
It is Copyright © 2014 [Jerry D'Antonio](https://twitter.com/jerrydantonio). All Rights Reserved.

concurrent-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.author = "Jerry D'Antonio"
1010
s.email = '[email protected]'
1111
s.homepage = 'http://www.concurrent-ruby.com'
12-
s.summary = 'Modern concurrency tools including agents, futures, promises, thread pools, actors, and more.'
12+
s.summary = 'Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.'
1313
s.license = 'MIT'
1414
s.date = Time.now.strftime('%Y-%m-%d')
1515

0 commit comments

Comments
 (0)