Sha256: 8862f6aa62d7f908a33787b160a482d39015ee9dc38c0e8395ddefa06d9eec9c
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
alephant ========= [![Code Climate](https://codeclimate.com/repos/52cd866de30ba018f10000a2/badges/5d9c02131201565a630e/gpa.png)](https://codeclimate.com/repos/52cd866de30ba018f10000a2/feed) Static publishing to s3 on push notification from SQS ##Dependencies - JRuby 1.7.8 - An AWS account ##Setup Ensure you have a `config/aws.yml` in the format: ```yaml access_key_id: ACCESS_KEY_ID secret_access_key: SECRET_ACCESS_KEY ``` Install the gem: ```sh gem install alephant ``` In your application: ```rb require 'alephant' Alephant.run('your_cache_id') ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alephant-0.0.2-java | README.md |