reevoo_sapience 0.2.1 → 0.2.2

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: 946e4d9fc200e43b712218a20d022bcdf120b608
4
- data.tar.gz: bd79d0268a1b7d33cc5f4f193446d977fffa9705
3
+ metadata.gz: 66db1abf4ed23d473658c69893304e1ecd0879c9
4
+ data.tar.gz: 58de0e68bc69c20b842a1f24ec2f04d12327cc30
5
5
  SHA512:
6
- metadata.gz: 852bfc2c8a6b85554fc1648390dd5b2e45aff2633bbebb8c06a8805340581071e7e1f5babdaf3ac60ffc542a8dbc326e74edc401ed980f5e52f0ae2845a5ad02
7
- data.tar.gz: 48092e743486e55a568f39a2bbe860e50eb2a8d650e4268446b0e90d7ad51d368d76951ab871821a93bf393475699ca4a637cee6f8e85cc794b43cc6fc2eeb54
6
+ metadata.gz: 971633bd4fd9184d4ff577bb78831fd5f7fbb15824b670e1148026a11e0c5504b3ece8a9fcfe3ceb80e43ea76ae94b74080f20f65d3bdb4e2d61d9d81b139e44
7
+ data.tar.gz: 74c2290677fbe4bcd30dae8537136796aa826c09d65505866d80a028246cecb5a12576fccb0b3270abc5932a8a4238c2a317119cb51631375ceafb94cce4aa9e
@@ -5,7 +5,7 @@ default:
5
5
  - stream:
6
6
  io: STDOUT
7
7
  formatter: json
8
- - statsd:
8
+ - datadog:
9
9
  url: udp://localhost:8125
10
10
  - sentry:
11
11
  dsn: <%= ENV['SENTRY_DSN'] %>
@@ -33,7 +33,7 @@ production:
33
33
  - stream:
34
34
  io: STDOUT
35
35
  formatter: json
36
- - statsd:
36
+ - datadog:
37
37
  url: udp://localhost:8125
38
38
  - sentry:
39
39
  dsn: <%= ENV['SENTRY_DSN'] %>
@@ -44,7 +44,7 @@ integration:
44
44
  - stream:
45
45
  io: STDOUT
46
46
  formatter: json
47
- - statsd:
47
+ - datadog:
48
48
  url: udp://localhost:8125
49
49
  - sentry:
50
50
  dsn: <%= ENV['SENTRY_DSN'] %>
@@ -55,7 +55,7 @@ staging:
55
55
  - stream:
56
56
  io: STDOUT
57
57
  formatter: json
58
- - statsd:
58
+ - datadog:
59
59
  url: udp://localhost:8125
60
60
  - sentry:
61
61
  dsn: <%= ENV['SENTRY_DSN'] %>
@@ -66,7 +66,7 @@ ci:
66
66
  - stream:
67
67
  io: STDOUT
68
68
  formatter: json
69
- - statsd:
69
+ - datadog:
70
70
  url: udp://localhost:8125
71
71
  - sentry:
72
72
  dsn: <%= ENV['SENTRY_DSN'] %>
@@ -1,3 +1,3 @@
1
1
  module ReevooSapience
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson