route53_auto 0.1.2 → 0.1.3
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 +4 -4
- data/lib/route53_auto/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: 53615ad83c70b771b1e80ae1f444566ea38ed6a0
|
4
|
+
data.tar.gz: 3410a9ea218446a03e693df3da596bb424a9213d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2db785c70eda9ff872e6fc666be3f6456e02b966f4a1d8ff75348b9b56dc134021746c209f88790cb148a164db7542e536d8d37d5861d21c69bce1264eabcfb7
|
7
|
+
data.tar.gz: 168d3e54b901c7b1e0644f4d25938022d2b7efdaa9303fa0207829e25997f89846395c5428ebda1d9056531e3f5bc4f658f03ef58cea7b24b5c9d08cbe472183
|
data/README.md
CHANGED
@@ -25,11 +25,11 @@ Or install it yourself as:
|
|
25
25
|
|
26
26
|
Add as environment variables:
|
27
27
|
|
28
|
-
`
|
28
|
+
`EC2_AMAZON_REGION = 'your-region-1'`
|
29
29
|
|
30
|
-
`
|
30
|
+
`EC2_AMAZON_ACCESS_KEY = 'your-access-key'`
|
31
31
|
|
32
|
-
`
|
32
|
+
`EC2_AMAZON_SECRET_ACCESS = 'your-secret-access-key'`
|
33
33
|
|
34
34
|
|
35
35
|
**Second method**
|
@@ -43,7 +43,7 @@ And prototype it like this ->
|
|
43
43
|
aws_access_key_id = youraccesskey
|
44
44
|
aws_secret_access_key = yoursecretaccesskey
|
45
45
|
```
|
46
|
-
**If your ec2 server is located somewhere else than `eu-west-1`, please fill up `
|
46
|
+
**If your ec2 server is located somewhere else than `eu-west-1`, please fill up `EC2_AMAZON_REGION` variable**
|
47
47
|
|
48
48
|
|
49
49
|
## Usage
|
data/lib/route53_auto/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: route53_auto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin LEIBA
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|