xing-framework 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b39387c1d74c9dbdd0262f49603bf28c1592d927
|
4
|
+
data.tar.gz: f470bd48183f027a73cde4d3532c0cd544e45612
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a7a8709d00e7439ddb608e806c9b64bb28df4c2c047d6edad97703509e6b6b01fc4398db5ed5e989dad2cf7252b48563b799f8281205031a30f57be8d12be67
|
7
|
+
data.tar.gz: 981232382a45d6b82d39c26790fa4d768e6d632cad3fc4768435e505d211c871ed6059adc1914243ad33907cc82e3bbb4dc5f45744a5638b302429cb023c8c57
|
@@ -11,19 +11,20 @@
|
|
11
11
|
# if you're sharing your code publicly.
|
12
12
|
|
13
13
|
development:
|
14
|
-
secret_key_base:
|
14
|
+
secret_key_base:
|
15
|
+
deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
15
16
|
smtp:
|
16
|
-
address: smtp.
|
17
|
-
port: 587
|
18
|
-
domain:
|
19
|
-
user_name: admin@
|
17
|
+
address: smtp.CHANGEME.com
|
18
|
+
port: 587
|
19
|
+
domain: CHANGEME.com
|
20
|
+
user_name: admin@CHANGEME.com
|
20
21
|
password: xxxxxxxx
|
21
22
|
email:
|
22
|
-
from: admin@
|
23
|
-
reply_to: admin@
|
23
|
+
from: admin@CHANGEME.com
|
24
|
+
reply_to: admin@CHANGEME.com
|
24
25
|
# Destination for emails in dev environment
|
25
26
|
# this should be left blank in production
|
26
|
-
test: test@
|
27
|
+
test: test@CHANGEME.com
|
27
28
|
from_domain: 'localhost:3000'
|
28
29
|
snapshot_server:
|
29
30
|
url: https://www.notaserver.com
|
@@ -33,16 +34,17 @@ development:
|
|
33
34
|
asset_host: http://localhost:3000/
|
34
35
|
|
35
36
|
test:
|
36
|
-
secret_key_base:
|
37
|
+
secret_key_base:
|
38
|
+
deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
37
39
|
smtp:
|
38
|
-
address: smtp.
|
40
|
+
address: smtp.CHANGEME.com
|
39
41
|
port: 587
|
40
|
-
domain:
|
41
|
-
user_name: admin@
|
42
|
+
domain: CHANGEME.com
|
43
|
+
user_name: admin@CHANGEME.com
|
42
44
|
password: xxxxxxxx
|
43
45
|
email:
|
44
|
-
from: admin@
|
45
|
-
reply_to: admin@
|
46
|
+
from: admin@CHANGEME.com
|
47
|
+
reply_to: admin@CHANGEME.com
|
46
48
|
from_domain: 'example.com'
|
47
49
|
snapshot_server:
|
48
50
|
url: https://www.notaserver.com
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xing-framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Dorn
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-01-
|
12
|
+
date: 2016-01-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: trollop
|
@@ -234,7 +234,7 @@ rdoc_options:
|
|
234
234
|
- "--main"
|
235
235
|
- doc/README
|
236
236
|
- "--title"
|
237
|
-
- xing-framework-0.2.
|
237
|
+
- xing-framework-0.2.1 Documentation
|
238
238
|
require_paths:
|
239
239
|
- lib/
|
240
240
|
required_ruby_version: !ruby/object:Gem::Requirement
|