Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmeiklejohn/aws_workers
Work in progress.
https://github.com/cmeiklejohn/aws_workers
Last synced: about 2 months ago
JSON representation
Work in progress.
- Host: GitHub
- URL: https://github.com/cmeiklejohn/aws_workers
- Owner: cmeiklejohn
- Created: 2010-03-01T06:54:05.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-02T17:25:03.000Z (over 14 years ago)
- Last Synced: 2024-10-26T09:06:34.140Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Introduction
= Prerequisites
Currently requires right_aws from master. Gem does not contain latest revisions and will not work.
= Installation
To install, run
$ sudo gem install aws_workers= Documentation
You can generate documentation if you have the source by typing:
rake doc
= Credits
AwsWorkers is maintained by {Christopher Meiklejohn}[mailto:[email protected]]. Contact me if you'd like to request any features or have any questions or feedback.
= License
AwsWorkers is Copyright 2010 Christopher Meiklejohn.
It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file, which is attached below:
Copyright (c) 2010 Christopher MeiklejohnPermission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.