reevoo_sapience 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50a4bbb2e9f4e624b4feb9fb5b8ff216708429ce
4
- data.tar.gz: e48697064bf57a7fd58bb43b77dfcd3732a41222
3
+ metadata.gz: 42bfc3dcbc99323910984881cabfb030006b6c68
4
+ data.tar.gz: b1226af8e1f752836cb2539782a7ce7f5d378977
5
5
  SHA512:
6
- metadata.gz: 8b89ebef501cd47da2dc74e0553e3db935daeb9a4b254a779fe760269ccdb0e3f7409d148e14d02bc50b2381d95d5c82adf16bbf0e31c072ac38594bd331aa82
7
- data.tar.gz: 0ffe953f765435a08894e1ab0c490c58f17a2971f70a03efb8eb110320229b8a63a4706dcd9bdd2dd9c016739135e09a166126fc497a9ab9251ee88fcd8c1d83
6
+ metadata.gz: ad4b05b68cdc155abb4c92860458b0241de58384a7d0d84e1bc719e451642307facb0b11b49551767fcdfd0d85a044f6f3cdabe10f852ec21c7f3e9c4cb33a5c
7
+ data.tar.gz: f7dd845d9dd729eaed600ac517a0e8e4275eeb997c5b7d3cac9013668fff1e31da144b67e8fc137b5bb564dc716e591ac04c3691a923ec6d65aeb0e68602540d
@@ -8,7 +8,7 @@ default:
8
8
  - statsd:
9
9
  url: udp://localhost:8125
10
10
  - sentry:
11
- dsn: <%= ENV.fetch('RAVEN_DSN') %>
11
+ dsn: <%= ENV['RAVEN_DSN'] %>
12
12
 
13
13
  test:
14
14
  log_level: warn
@@ -20,6 +20,9 @@ test:
20
20
  development:
21
21
  log_level: debug
22
22
  appenders:
23
+ - file:
24
+ io: STDOUT
25
+ formatter: color
23
26
  - file:
24
27
  file_name: log/development.log
25
28
  formatter: color
@@ -33,7 +36,7 @@ production:
33
36
  - statsd:
34
37
  url: udp://localhost:8125
35
38
  - sentry:
36
- dsn: <%= ENV.fetch('RAVEN_DSN') %>
39
+ dsn: <%= ENV['RAVEN_DSN'] %>
37
40
 
38
41
  integration:
39
42
  log_level: warn
@@ -44,7 +47,7 @@ integration:
44
47
  - statsd:
45
48
  url: udp://localhost:8125
46
49
  - sentry:
47
- dsn: <%= ENV.fetch('RAVEN_DSN') %>
50
+ dsn: <%= ENV['RAVEN_DSN'] %>
48
51
 
49
52
  staging:
50
53
  log_level: warn
@@ -55,7 +58,7 @@ staging:
55
58
  - statsd:
56
59
  url: udp://localhost:8125
57
60
  - sentry:
58
- dsn: <%= ENV.fetch('RAVEN_DSN') %>
61
+ dsn: <%= ENV['RAVEN_DSN'] %>
59
62
 
60
63
  ci:
61
64
  log_level: warn
@@ -66,4 +69,4 @@ ci:
66
69
  - statsd:
67
70
  url: udp://localhost:8125
68
71
  - sentry:
69
- dsn: <%= ENV.fetch('RAVEN_DSN') %>
72
+ dsn: <%= ENV['RAVEN_DSN'] %>
@@ -1,3 +1,3 @@
1
1
  module ReevooSapience
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reevoo_sapience
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-08-24 00:00:00.000000000 Z
12
+ date: 2016-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sapience