reevoo_sapience 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile +2 -3
- data/lib/reevoo_sapience/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dda290ff5c61d50b2f50cb7322647f40e88a9a56
|
4
|
+
data.tar.gz: 6852fb88f74c1d606bb28b217d41b850f975ef02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af5ff6349f3e7b7fa246c4d0c669dd25b0b07ab8ff99dd99cd558ef66ae5220fdfc14247431de8c1345ad25daa66ecd9dbc7c97cec3e19aebd7b8228b2646936
|
7
|
+
data.tar.gz: 447618fc18d51edf08e5ed750a92ffa00b091107d4aa154363a7e6e0683c6a05b4738987efcc1f2be37029fbee4ead06d1299a2b901e41f4cb7968e13d54bf93
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -35,7 +35,7 @@ This code of conduct applies both within project spaces and in public spaces
|
|
35
35
|
when an individual is representing the project or its community.
|
36
36
|
|
37
37
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
38
|
-
reported by contacting a project maintainer at
|
38
|
+
reported by contacting a project maintainer at developers@reevoo.com. All
|
39
39
|
complaints will be reviewed and investigated and will result in a response that
|
40
40
|
is deemed necessary and appropriate to the circumstances. Maintainers are
|
41
41
|
obligated to maintain confidentiality with regard to the reporter of an
|
data/Gemfile
CHANGED
@@ -3,7 +3,6 @@ source "https://rubygems.org"
|
|
3
3
|
# Specify your gem's dependencies in reevoo_sapience-rb.gemspec
|
4
4
|
gemspec
|
5
5
|
|
6
|
-
gem "sapience"
|
7
|
-
# gem "sapience", github: "reevoo/sapience-rb"
|
6
|
+
gem "sapience"
|
8
7
|
gem "sentry-raven"
|
9
|
-
gem "
|
8
|
+
gem "dogstatsd-ruby"
|
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.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mikael Henriksson
|
@@ -241,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
241
241
|
version: '0'
|
242
242
|
requirements: []
|
243
243
|
rubyforge_project:
|
244
|
-
rubygems_version: 2.
|
244
|
+
rubygems_version: 2.5.1
|
245
245
|
signing_key:
|
246
246
|
specification_version: 4
|
247
247
|
summary: Centralizd sapience configuration for Reevoo Ltd.
|