reevoo_sapience 0.2.2 → 0.2.3

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: 66db1abf4ed23d473658c69893304e1ecd0879c9
4
- data.tar.gz: 58de0e68bc69c20b842a1f24ec2f04d12327cc30
3
+ metadata.gz: 4b6d9bd9d43a6785db6d6fcca3123969ffa432f5
4
+ data.tar.gz: 7fdc6412af810e950e1f90afde602833761b149a
5
5
  SHA512:
6
- metadata.gz: 971633bd4fd9184d4ff577bb78831fd5f7fbb15824b670e1148026a11e0c5504b3ece8a9fcfe3ceb80e43ea76ae94b74080f20f65d3bdb4e2d61d9d81b139e44
7
- data.tar.gz: 74c2290677fbe4bcd30dae8537136796aa826c09d65505866d80a028246cecb5a12576fccb0b3270abc5932a8a4238c2a317119cb51631375ceafb94cce4aa9e
6
+ metadata.gz: 28bc9683312b408ddaad7c77a7a1c9e837b8cee96d7729a622ccc683a33f1dbfb86863035b08624cd5ee75c38a4fb020650843637539b635cb61e7b55294b429
7
+ data.tar.gz: c19dad487604227aa849fa5d99ad5728ce36865453889cde82961a6bac420c4645540434a35ac3dee7492c62f9ad1e0646845111793a48c72836e817bd2f35c6
@@ -5,6 +5,9 @@ default:
5
5
  - stream:
6
6
  io: STDOUT
7
7
  formatter: json
8
+ - stream:
9
+ file_name: log/default.log
10
+ formatter: color
8
11
  - datadog:
9
12
  url: udp://localhost:8125
10
13
  - sentry:
@@ -44,6 +47,9 @@ integration:
44
47
  - stream:
45
48
  io: STDOUT
46
49
  formatter: json
50
+ - stream:
51
+ file_name: log/integration.log
52
+ formatter: color
47
53
  - datadog:
48
54
  url: udp://localhost:8125
49
55
  - sentry:
@@ -55,6 +61,9 @@ staging:
55
61
  - stream:
56
62
  io: STDOUT
57
63
  formatter: json
64
+ - stream:
65
+ file_name: log/staging.log
66
+ formatter: color
58
67
  - datadog:
59
68
  url: udp://localhost:8125
60
69
  - sentry:
@@ -66,6 +75,9 @@ ci:
66
75
  - stream:
67
76
  io: STDOUT
68
77
  formatter: json
78
+ - stream:
79
+ file_name: log/ci.log
80
+ formatter: color
69
81
  - datadog:
70
82
  url: udp://localhost:8125
71
83
  - sentry:
@@ -1,3 +1,3 @@
1
1
  module ReevooSapience
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.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.2.2
4
+ version: 0.2.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-31 00:00:00.000000000 Z
12
+ date: 2016-09-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sapience