Sha256: c13d244b10c5a7eed3168c440e8203f3bb43021ccad82542a20e1ec1917c7e85
Contents?: true
Size: 1.25 KB
Versions: 18
Compression:
Stored size: 1.25 KB
Contents
# Lalala [![Build Status](https://secure.travis-ci.org/mrhenry/lalala-ng.png)](http://travis-ci.org/mrhenry/lalala-ng?branch=master) [![Dependency Status](https://gemnasium.com/mrhenry/lalala-ng.png)](https://gemnasium.com/mrhenry/lalala-ng) [![Gem Version](https://badge.fury.io/rb/lalala.png)](http://badge.fury.io/rb/lalala) TODO: Write a gem description ## Installation Add this line to your application's Gemfile: gem 'lalala', '~> 4.0.0.dev.0' And then execute: $ bundle ## Configuration | ENV | values | description | | ---- | ---- | ---- | | RAILS_ENV | `"development"`, `"test"`, `"staging"`, `"production"` | Environment for Rails app | | RACK_ENV | `"development"`, `"test"`, `"staging"`, `"production"` | Environment for Rails app | | APP_NAME | `<string>` | Name of the application | | LALALA_S3_ACCESS_KEY | `<string>` | The AWS S3 access key | | LALALA_S3_SECRET_KEY | `<string>` | The AWS S3 secret key | | LALALA_S3_BUCKET | `<string>` | Name of the S3 bucket | ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
18 entries across 18 versions & 1 rubygems