Skip to content

Commit

Permalink
Update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmorrison committed May 1, 2014
1 parent 3dfd3c5 commit 8fa03bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2012 Clarity Services, Inc.
Copyright 2012, 2013, 2014 Reid Morrison

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -3,7 +3,7 @@ sync_attr

Thread-safe Ruby class variables with lazy loaded default values and initializers

* http://github.com/ClarityServices/sync_attr
* http://github.com/reidmorrison/sync_attr

### Introduction

Expand Down Expand Up @@ -101,8 +101,8 @@ at the same time that could take a second or longer to complete.
Meta
----

* Code: `git clone git://github.com/ClarityServices/sync_attr.git`
* Home: <https://github.com/ClarityServices/sync_attr>
* Code: `git clone git://github.com/reidmorrison/sync_attr.git`
* Home: <https://github.com/reidmorrison/sync_attr>
* Bugs: <http://github.com/reidmorrison/sync_attr/issues>
* Gems: <http://rubygems.org/gems/sync_attr>

Expand All @@ -116,7 +116,7 @@ Reid Morrison :: reidmo@gmail.com :: @reidmorrison
License
-------

Copyright 2012 Clarity Services, Inc.
Copyright 2012, 2013, 2014 Reid Morrison

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -16,7 +16,7 @@ task :gem do |t|
s.platform = Gem::Platform::RUBY
s.authors = ['Reid Morrison']
s.email = ['reidmo@gmail.com']
s.homepage = 'https://github.com/ClarityServices/sync_attr'
s.homepage = 'https://github.com/reidmorrison/sync_attr'
s.date = Date.today.to_s
s.summary = "Thread safe accessors for Ruby class and instance attributes. Supports thread safe lazy loading of attributes"
s.description = "SyncAttr is a mixin to read, write and lazy initialize both class and instance variables in a multi-threaded environment when the attribute could be modified by two threads at the same time, written in Ruby."
Expand Down

0 comments on commit 8fa03bb

Please sign in to comment.