reevoo_sapience 0.2.0 → 0.2.1

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: 4a94f170873ec87a55e19288f2d44875d6d5ca36
4
- data.tar.gz: 0bcf3f92b08365e2444035dc1cfcae7d07283966
3
+ metadata.gz: 946e4d9fc200e43b712218a20d022bcdf120b608
4
+ data.tar.gz: bd79d0268a1b7d33cc5f4f193446d977fffa9705
5
5
  SHA512:
6
- metadata.gz: c9bf5eafa911afd4c30d34dc2181a5d1bba607398bf4bbb44eded2ed1de24e21ab0de22780076a6a4f7bf405f114efab4ab424d916ee3c06b121a71dfb0d717a
7
- data.tar.gz: e7d544cf0940a86db0e8bc40c14cc8cd3f08dbc138a5250576b5901669a02f368827555535ede9e88b47004d1737ec4a62c5e7df9ee7b02a8bc20e5e204b31db
6
+ metadata.gz: 852bfc2c8a6b85554fc1648390dd5b2e45aff2633bbebb8c06a8805340581071e7e1f5babdaf3ac60ffc542a8dbc326e74edc401ed980f5e52f0ae2845a5ad02
7
+ data.tar.gz: 48092e743486e55a568f39a2bbe860e50eb2a8d650e4268446b0e90d7ad51d368d76951ab871821a93bf393475699ca4a637cee6f8e85cc794b43cc6fc2eeb54
@@ -8,7 +8,7 @@ default:
8
8
  - statsd:
9
9
  url: udp://localhost:8125
10
10
  - sentry:
11
- dsn: <%= ENV['RAVEN_DSN'] %>
11
+ dsn: <%= ENV['SENTRY_DSN'] %>
12
12
 
13
13
  test:
14
14
  log_level: warn
@@ -36,7 +36,7 @@ production:
36
36
  - statsd:
37
37
  url: udp://localhost:8125
38
38
  - sentry:
39
- dsn: <%= ENV['RAVEN_DSN'] %>
39
+ dsn: <%= ENV['SENTRY_DSN'] %>
40
40
 
41
41
  integration:
42
42
  log_level: warn
@@ -47,7 +47,7 @@ integration:
47
47
  - statsd:
48
48
  url: udp://localhost:8125
49
49
  - sentry:
50
- dsn: <%= ENV['RAVEN_DSN'] %>
50
+ dsn: <%= ENV['SENTRY_DSN'] %>
51
51
 
52
52
  staging:
53
53
  log_level: warn
@@ -58,7 +58,7 @@ staging:
58
58
  - statsd:
59
59
  url: udp://localhost:8125
60
60
  - sentry:
61
- dsn: <%= ENV['RAVEN_DSN'] %>
61
+ dsn: <%= ENV['SENTRY_DSN'] %>
62
62
 
63
63
  ci:
64
64
  log_level: warn
@@ -69,4 +69,4 @@ ci:
69
69
  - statsd:
70
70
  url: udp://localhost:8125
71
71
  - sentry:
72
- dsn: <%= ENV['RAVEN_DSN'] %>
72
+ dsn: <%= ENV['SENTRY_DSN'] %>
@@ -1,3 +1,3 @@
1
1
  module ReevooSapience
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson