openteam-commons 0.2.5 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/sunspot.rb +6 -0
- data/lib/openteam-commons/engine.rb +3 -1
- data/lib/openteam-commons/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af24d7c6ddc9f21ff13cbf6c4bcb865fc42f73fd
|
4
|
+
data.tar.gz: c406cb338e86584f594fb4e121dc6dbce57ec4c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e2dbf156d7b2b21b55652ef8f36489feb1de4badd50f770f03418479fae17c312da234231690ac8e4201d789d8288925c075ee099c36246c2a45ae086077cf3
|
7
|
+
data.tar.gz: 0b01080004164a4ce7faae441e9efbdcc63d625d7d59d8c1ddba644ad75d9e6995d986d1f80ca55a72e5fb4dd4a2147d5ed54a05b5998a81ff90a76436fc7a3d
|
@@ -53,8 +53,10 @@ module OpenteamCommons
|
|
53
53
|
else
|
54
54
|
Airbrake.configure do |config|
|
55
55
|
config.project_key = Settings['errors.key']
|
56
|
-
config.project_id =
|
56
|
+
config.project_id = 1
|
57
57
|
config.host = Settings['errors.url']
|
58
|
+
config.environment = Rails.env
|
59
|
+
config.ignore_environments = %w[development test]
|
58
60
|
end
|
59
61
|
end
|
60
62
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openteam-commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenTeam
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: airbrake
|
@@ -90,6 +90,7 @@ files:
|
|
90
90
|
- MIT-LICENSE
|
91
91
|
- README.rdoc
|
92
92
|
- Rakefile
|
93
|
+
- config/initializers/sunspot.rb
|
93
94
|
- config/locales/datetime.ru.yml
|
94
95
|
- lib/openteam-commons.rb
|
95
96
|
- lib/openteam-commons/engine.rb
|