reevoo_sapience 0.2.9 → 1.0.0

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: 72e4bf9254e4d5056d1be6ce4efce6783fc7f7a8
4
- data.tar.gz: 46d180cc5b02782454f6493d72a396fc411e4fc2
3
+ metadata.gz: 7c4a47725b1be058bdbb964e3197966b525fd323
4
+ data.tar.gz: 2872be10c7137b5f9b803fbf2b28fcb618edf490
5
5
  SHA512:
6
- metadata.gz: 1bb5487ae5f5d8ae06e75ce224d226f7a1708b7e5cce723beb4e323e4c6e519a06b1572bc64673d1242abfbfa921d8ace3b021ee325ddb433eef954680a47a59
7
- data.tar.gz: 575cd2ad4288c408cc5eed6301e733728ccb9e1da4d10182f5299d42231a8cdef8a081aa6b45ef4f703b7e5bacb66a7b6ef82926be99649ead9842458b16163e
6
+ metadata.gz: 875977a72616e3ae7e0e657aae3edd54b074dd3bb117bf5ed8b57214672bb3a1839590f71d19257a51f1fc102c093288b9fccffa83c19fd08c6baea2849e4d59
7
+ data.tar.gz: ad69f52cb361fd594b6493da715c02cc8523908b8b70223b00156a19d3cca05210e91a23a653d6ddde542842b348144aec886761eb785f3b5bba2adac2108f1e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v1.0.0
2
+
3
+ - Force Sapience version >= 2.0.0
4
+ -
5
+
1
6
  ## v0.2.8
2
7
 
3
8
  - Always add a datadog appender
@@ -1,27 +1,30 @@
1
1
  ---
2
2
  default:
3
3
  log_level: debug
4
+ metrics:
5
+ datadog:
6
+ url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
4
7
  appenders:
5
- - datadog:
6
- url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
7
8
  - stream:
8
9
  io: STDOUT
9
10
  formatter: json
10
11
 
11
12
  test:
12
13
  log_level: warn
14
+ metrics:
15
+ datadog:
16
+ url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
13
17
  appenders:
14
- - datadog:
15
- url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
16
18
  - stream:
17
19
  file_name: log/test.log
18
20
  formatter: color
19
21
 
20
22
  development:
21
23
  log_level: debug
24
+ metrics:
25
+ datadog:
26
+ url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
22
27
  appenders:
23
- - datadog:
24
- url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
25
28
  - stream:
26
29
  io: STDOUT
27
30
  formatter: color
@@ -31,31 +34,36 @@ development:
31
34
 
32
35
  production:
33
36
  log_level: info
37
+ error_handler:
38
+ sentry:
39
+ dsn: <%= ENV['SENTRY_DSN'] %>
40
+ metrics:
41
+ datadog:
42
+ url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
34
43
  appenders:
35
44
  - stream:
36
45
  io: STDOUT
37
46
  formatter: json
38
- - datadog:
39
- url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
40
- - sentry:
41
- dsn: <%= ENV['SENTRY_DSN'] %>
42
47
 
43
48
  staging:
44
49
  log_level: info
50
+ error_handler:
51
+ sentry:
52
+ dsn: <%= ENV['SENTRY_DSN'] %>
53
+ metrics:
54
+ datadog:
55
+ url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
45
56
  appenders:
46
57
  - stream:
47
58
  io: STDOUT
48
59
  formatter: json
49
- - datadog:
50
- url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
51
- - sentry:
52
- dsn: <%= ENV['SENTRY_DSN'] %>
53
60
 
54
61
  ci:
55
62
  log_level: warn
63
+ metrics:
64
+ datadog:
65
+ url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
56
66
  appenders:
57
- - datadog:
58
- url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %>
59
67
  - stream:
60
68
  io: STDOUT
61
69
  formatter: color
@@ -1,3 +1,3 @@
1
1
  module ReevooSapience
2
- VERSION = "0.2.9"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(/^exe\//) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
29
 
30
- spec.add_dependency "sapience", "~> 1.0.6"
30
+ spec.add_dependency "sapience", ">= 2.0.0"
31
31
  spec.add_dependency "dogstatsd-ruby", "~> 2.0.0"
32
32
  spec.add_dependency "sentry-raven", "~> 2.0.0"
33
33
 
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.9
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-10-04 00:00:00.000000000 Z
12
+ date: 2016-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sapience
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.6
20
+ version: 2.0.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: 1.0.6
27
+ version: 2.0.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: dogstatsd-ruby
30
30
  requirement: !ruby/object:Gem::Requirement