informant-rails 0.7.1 → 0.8.0

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: 157858048bd70846a83c8462dc3e64710a10743c
4
- data.tar.gz: ee017675e2b5f968eb5b54edaa094003e9b7a141
3
+ metadata.gz: 1f17dcea2faadc262e6ee5b7fa9bb3c4613e3015
4
+ data.tar.gz: a3f806e868097b8ab9acd6daca5eda7b68776efc
5
5
  SHA512:
6
- metadata.gz: 4589826c1ea9468c29b2cb1a96ff092abf318adf14b1c4e0d9acff7920328fd9fd262c130b809b3a9a128e2e42eb765e543acc46467c7b716b2a761d30b01641
7
- data.tar.gz: f52deb04390d4271696e0b59fb23c9499fdf420332e224e1e4de064b0c2ac07bc5d05fbb897e4e538590cc0fd91ed0ae6c056b96ad4989158c926c2e2c168b69
6
+ metadata.gz: 7e4183534f82f531bfe3c24b5eb3f70289341a5f59dcef07c725c0f3733f80ac88a55093c55962b27c0acfc8af0b4294fed6983ca6ba20e4611c8992e78a1925
7
+ data.tar.gz: 380226743a4e1e36433459753ba493ff93bda0ddbf681a378628f075d16b42270cc9f5b6b8a24fc75315a409cf828f26f1a1a74d2564460115c2d4412a929f9b
data/README.markdown CHANGED
@@ -66,7 +66,7 @@ This should be set to the API key assigned to you when you provisioned your appl
66
66
 
67
67
  Default Value: `[]`
68
68
 
69
- Default Value: `['Person', 'Employee']`
69
+ Example Value: `['Person', 'Employee']`
70
70
 
71
71
  This allows you to exclude certain models from tracking. If you don't want them to be included, just list their class names as strings.
72
72
 
@@ -78,7 +78,7 @@ Example Value: `['password', 'password_confirmation']`
78
78
 
79
79
  Any field names specified here will not be included in value tracking. Any sensitive information that you wouldn't want to include in your server log should be listed here as well.
80
80
 
81
- ### filter_parameters
81
+ ### value_tracking
82
82
 
83
83
  Default Value: `true`
84
84
 
@@ -1,3 +1,3 @@
1
1
  module InformantRails
2
- VERSION = '0.7.1'
2
+ VERSION = '0.8.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: informant-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Elliott
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-30 00:00:00.000000000 Z
12
+ date: 2015-01-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: 3.0.0
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: 4.2.0
23
+ version: 4.3.0
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: 3.0.0
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: 4.2.0
33
+ version: 4.3.0
34
34
  description: The Informant tracks what users do wrong in your forms so you can make
35
35
  them better.
36
36
  email:
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.2.2
79
+ rubygems_version: 2.4.5
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: The Informant tracks server-side validation errors and gives you metrics