eivo-rails-api 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cf5286bf756614315d0ec238e8978617721f77c
4
- data.tar.gz: 604629d23ea52bd9cbbf60eb3a4184fd86f1a5d2
3
+ metadata.gz: 0d11c35c09fde24bffbbb0a5e3e2f0bd2d72b2a1
4
+ data.tar.gz: c8920b59451954eeddfeaa9cbecd062594f8dbd4
5
5
  SHA512:
6
- metadata.gz: d59d782213d6429eb699a92f002c10f3c888f22b0016c73416711d955ebf897f07ddd0cd35a27b538c34976e7f9729f982cddcbaada942a677f57c00fa22cc8f
7
- data.tar.gz: e30eb83695e71a2dadc1dc440e0304be3ca59a686665b4b53b6e97c05302bfa683ea4c91ea41df53c8b7368085ab798008f3f54011e5f2a1e910bd70628f1b76
6
+ metadata.gz: 8f4e3ca3b6de990d7e3f3c483b6c4b54717645ef783baf9b39ae278e9b7e1153e18d35ae552e3ba9de8d3258e46d4c0e64511a5d55f22376809ff01e37d9b057
7
+ data.tar.gz: aad0820a78b88d6a50cc2df2371bc860ffd713262aafef00875f79aeae792f5b437c15171a7514f738983a3ff79c6ef3c8020b81b4101f1779fa85db5ba6d3c9
@@ -48,10 +48,6 @@ module EIVO
48
48
  raise NotImplementedError
49
49
  end
50
50
 
51
- def collection_index
52
- collection
53
- end
54
-
55
51
  def serializer
56
52
  raise NotImplementedError
57
53
  end
@@ -5,4 +5,10 @@ require 'raven'
5
5
  Raven.configure do |config|
6
6
  config.environments = %w[ staging production ]
7
7
  config.dsn = Rails.application.credentials.dig(:sentry, :dsn)
8
+ config.sanitize_fields = Rails.application.config.filter_parameters.map(&:to_s)
9
+
10
+ config.excluded_exceptions = [
11
+ 'ActionController::RoutingError',
12
+ 'ActionController::InvalidAuthenticityToken'
13
+ ]
8
14
  end
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'eivo-rails-api'
5
- spec.version = '0.0.3'
5
+ spec.version = '0.0.4'
6
6
  spec.authors = ['Jonathan VUKOVICH-TRIBOUHARET']
7
7
  spec.email = ['jonathan@eivo.co']
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eivo-rails-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan VUKOVICH-TRIBOUHARET
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-15 00:00:00.000000000 Z
11
+ date: 2019-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor