Skip to content

Commit

Permalink
Updated README with years and supported Mongoid versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jul 2, 2014
1 parent 2ae331d commit 3b52a52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2011 Joey Aghion, Art.sy Inc.
Copyright (c) 2011-2014 Joey Aghion, Artsy Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -5,15 +5,17 @@ delayed_job_shallow_mongoid

This library short-circuits serialization of [Mongoid](http://mongoid.org) model instances when a delayed job is called on them, or when they're passed as arguments to a delayed job. Rather than generate and store the fully-serialized YAML, a simple stub is stored. When the job is run, the stub is recognized and a `find` is done to look up the underlying document. If a referenced model isn't found at this point, the job simply does nothing.

Going forward, only [Mongoid 3](http://mongoid.org) will be supported. Feel free to fork and submit pull-requests for backward-compatibility.
This gem supports Mongoid 3.x and 4.x.

Contributions
-------------

* Contributions encouraged. Feature branches appreciated.
* Development generously supported by [Art.sy](http://art.sy).
* Development generously supported by [Artsy](http://artsy.net).

Copyright
---------

Copyright (c) 2011 Joey Aghion, Art.sy Inc. See LICENSE.txt for further details.
Copyright (c) 2011-2014 Joey Aghion, Artsy Inc.

MIT License. See [LICENSE](LICENSE.txt) for further details.

0 comments on commit 3b52a52

Please sign in to comment.