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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -1
  3. data/lib/lalala/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 227420f6b95bd53d17ce92f271c7df6f774be0ea
4
- data.tar.gz: f2ae95f157909ca378a18e817a87aca8536735f6
3
+ metadata.gz: 6a35402a70524029cb21b39fae4e713699a16024
4
+ data.tar.gz: 723368d26f6e91a0be92764ce07bc7d8638721b7
5
5
  SHA512:
6
- metadata.gz: d9166adabaad1eb75c3a36b80a7ac766379d90c742728e17da503f098d4d6a11fd31ed5cee5e96a32425f8d3c8189c9193194f14d62992a424c32824b1fa9568
7
- data.tar.gz: 0a43f2f787b8f59750d7a80a03850d499cd5af9d79ed6cd4fa8db8c0ee36eccfaeb39efb2cbaffd9a982e334dc579cdb665651de61bb691c32c4d104b752f1b9
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', github: 'mrhenry/lalala-ng'
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
@@ -1,6 +1,6 @@
1
1
  module Lalala
2
2
  VERSION = "4.0.0"
3
- BUILD = "80"
3
+ BUILD = "84"
4
4
 
5
5
  if BUILD != ("{{BUILD_NUMBER" + "}}") # prevent sed replacement (see script/ci)
6
6
  BUILD_VERSION = "#{VERSION}.dev.#{BUILD}"
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.80
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-15 00:00:00.000000000 Z
16
+ date: 2013-04-16 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: carrierwave