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: 648a933afb300659bc439c28245cf432175bd2b6
4
- data.tar.gz: a54c5bd7d4d01c32b5466500aebafbac1aa38eec
3
+ metadata.gz: b39387c1d74c9dbdd0262f49603bf28c1592d927
4
+ data.tar.gz: f470bd48183f027a73cde4d3532c0cd544e45612
5
5
  SHA512:
6
- metadata.gz: c15aa1589a2715f19c736fa4c966e7f282c62dfc7f57fd84339f1a4698937213d8095206c9398dc38654a09d5718516cb7273573f935d7838aa0856fa56b2fc2
7
- data.tar.gz: b986e8047f8137998c491b9a5de7b7f427de30844d49313e77f59cc624907c4833b6408c1502f2d2596b8f5d5d0b6d1059346c27b485b490fa7ebaade7f8ce70
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: 310e870c28dac892712d0d67fc9119c4a05ed236467c6409a4db2fe32158092df5e787d5f4a4f2fa05187083e512a5d20c3583a6bf1164ec63571235e72f3ed2
14
+ secret_key_base:
15
+ deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
15
16
  smtp:
16
- address: smtp.gmail.com
17
- port: 587,
18
- domain: lrdesign.com
19
- user_name: admin@lrdesign.com
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@lrdesign.com
23
- reply_to: admin@lrdesign.com
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@lrdesign.com
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: 76bb3aa2c6d22c757c679898fe36dd8e502e3c5e3cfeccacc6b31c5b331cb2dce5395ba96e99bf010ef4d7573043f7e3afec825af6af5bc2f9596c5ff20ff91e
37
+ secret_key_base:
38
+ deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
37
39
  smtp:
38
- address: smtp.gmail.com
40
+ address: smtp.CHANGEME.com
39
41
  port: 587
40
- domain: eclipticenterprises.com
41
- user_name: admin@lrdesign.com"
42
+ domain: CHANGEME.com
43
+ user_name: admin@CHANGEME.com
42
44
  password: xxxxxxxx
43
45
  email:
44
- from: admin@example.com
45
- reply_to: admin@example.com
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.0
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-13 00:00:00.000000000 Z
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.0 Documentation
237
+ - xing-framework-0.2.1 Documentation
238
238
  require_paths:
239
239
  - lib/
240
240
  required_ruby_version: !ruby/object:Gem::Requirement