reevoo_sapience 0.2.4 → 0.2.5

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: 5a0ac5671267378f71b7e9225bdfe86ab8ee5f46
4
- data.tar.gz: 219bfbea3c86c965d8e5c5e66fa5744c035687e4
3
+ metadata.gz: a72c24c74975af7c463cb8a75a072d09d51611d2
4
+ data.tar.gz: aeeb49b12e214f3ea319f654dc270b86dfe25ba6
5
5
  SHA512:
6
- metadata.gz: 71233fb8a7b87786ace561515d02f5d644ca1051a47e47f519d19de8a963b99cdbf6460ab01fc67cc08a17f0a4acb82340a44ddb96132a67de82f216c506139f
7
- data.tar.gz: a0bb3bf14ab1b56d4a3295859556fa981106337593ff8ff0e3983051426a16805910c25df779b060ececd475c610c876ed9ff4c9d51c2ef94751a8a92f92e89c
6
+ metadata.gz: 0e26a41b6a01514bbcfcda5120fe76012cc03f43fb6d9d9e909705579266c62f5e05b0d89819ba8537dec20607b551d436de009800840b62b6c7ed3a9ed9bc17
7
+ data.tar.gz: a07e4c34ca398a635c71174fba3e38dcda8d0375a91bfe19251bb51348e114c1bf631d7c6156220bb1b7cd1a74866350ffaf9065888aa651721ae5987f046e8c
@@ -5,13 +5,6 @@ default:
5
5
  - stream:
6
6
  io: STDOUT
7
7
  formatter: json
8
- - stream:
9
- file_name: log/default.log
10
- formatter: color
11
- - datadog:
12
- url: udp://localhost:8125
13
- - sentry:
14
- dsn: <%= ENV['SENTRY_DSN'] %>
15
8
 
16
9
  test:
17
10
  log_level: warn
@@ -41,29 +34,12 @@ production:
41
34
  - sentry:
42
35
  dsn: <%= ENV['SENTRY_DSN'] %>
43
36
 
44
- integration:
45
- log_level: warn
46
- appenders:
47
- - stream:
48
- io: STDOUT
49
- formatter: json
50
- - stream:
51
- file_name: log/integration.log
52
- formatter: color
53
- - datadog:
54
- url: udp://localhost:8125
55
- - sentry:
56
- dsn: <%= ENV['SENTRY_DSN'] %>
57
-
58
37
  staging:
59
38
  log_level: info
60
39
  appenders:
61
40
  - stream:
62
41
  io: STDOUT
63
42
  formatter: json
64
- - stream:
65
- file_name: log/staging.log
66
- formatter: color
67
43
  - datadog:
68
44
  url: udp://localhost:8125
69
45
  - sentry:
@@ -74,11 +50,4 @@ ci:
74
50
  appenders:
75
51
  - stream:
76
52
  io: STDOUT
77
- formatter: json
78
- - stream:
79
- file_name: log/ci.log
80
53
  formatter: color
81
- - datadog:
82
- url: udp://localhost:8125
83
- - sentry:
84
- dsn: <%= ENV['SENTRY_DSN'] %>
@@ -1,3 +1,3 @@
1
1
  module ReevooSapience
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson