lalala 4.0.0.dev.80 → 4.0.0.dev.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +12 -1
- data/lib/lalala/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a35402a70524029cb21b39fae4e713699a16024
|
|
4
|
+
data.tar.gz: 723368d26f6e91a0be92764ce07bc7d8638721b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06fa7475140bac7c3f238682952cef18032a901c305e38d6d7b73d136b8c7ab33d0af7b8535140d677477c2e5bbf6de5ead20a1e748aa578d5f049b574710f85
|
|
7
|
+
data.tar.gz: c5381f9b47bf4b38a3f97098b5d4b9aaec4062364c9f0da35a2f34b85b1ad0932547c95adc5dde0430cea86fc4cf8bf12706a67ac65a516e86f4ad85ef89985d
|
data/README.md
CHANGED
|
@@ -6,12 +6,23 @@ TODO: Write a gem description
|
|
|
6
6
|
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
8
8
|
|
|
9
|
-
gem 'lalala',
|
|
9
|
+
gem 'lalala', '~> 4.0.0.dev.0'
|
|
10
10
|
|
|
11
11
|
And then execute:
|
|
12
12
|
|
|
13
13
|
$ bundle
|
|
14
14
|
|
|
15
|
+
## Configuration
|
|
16
|
+
|
|
17
|
+
| ENV | values | description |
|
|
18
|
+
| ---- | ---- | ---- |
|
|
19
|
+
| RAILS_ENV | `"development"`, `"test"`, `"staging"`, `"production"` | Environment for Rails app |
|
|
20
|
+
| RACK_ENV | `"development"`, `"test"`, `"staging"`, `"production"` | Environment for Rails app |
|
|
21
|
+
| APP_NAME | `<string>` | Name of the application |
|
|
22
|
+
| LALALA_S3_ACCESS_KEY | `<string>` | The AWS S3 access key |
|
|
23
|
+
| LALALA_S3_SECRET_KEY | `<string>` | The AWS S3 secret key |
|
|
24
|
+
| LALALA_S3_BUCKET | `<string>` | Name of the S3 bucket |
|
|
25
|
+
|
|
15
26
|
## Usage
|
|
16
27
|
|
|
17
28
|
TODO: Write usage instructions here
|
data/lib/lalala/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lalala
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.0.dev.
|
|
4
|
+
version: 4.0.0.dev.84
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Menke
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2013-04-
|
|
16
|
+
date: 2013-04-16 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: carrierwave
|