informant-rails 0.9.0 → 0.9.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: fe7d5a4a3c28ccce2ab93020a3d570580df87db8
4
- data.tar.gz: 187df0e582d9cf3dc9dcab092f0babf2a8ab9735
3
+ metadata.gz: ddd926ba90868f2c8e1fe49b48b3c83b1c3007f8
4
+ data.tar.gz: 4eae2949ccaa36c0d99d3dc286f7eed1a397903d
5
5
  SHA512:
6
- metadata.gz: 7ce177517050224007d768bff07ce6dc7f65bcf6cb639b2d791b9bde15decf9a60db1202f6a4ddbeaa7a6dd51cb4596d01f56af9c187ebc3064a89d3c4114a1a
7
- data.tar.gz: 7548d20a622c124e884e7ce61f999bd8267daeb40942358ca51263c0f77cd1795662ba69a3c50eee0815f5725e01cb734569e2e409d22f45500935b3dea40aa5
6
+ metadata.gz: c265d223838541b2af1d9cb92465be4970e112ea580af643cae1ba9a85e6d620f01ff2dd6cc3212b6fad0af73ba8f993ce46df2fcae30e2c5de45d5020de9f1f
7
+ data.tar.gz: 05b9aa6c0636199180af6111c467fd108f5bbd2d76b94d1452967315313d7feeb6618998227d1d4f2488eb18dfeb53b5fd6aebc418497bc5013c1238ba30527b
data/README.markdown CHANGED
@@ -17,16 +17,16 @@ It will work automatically with Rails 3 and up as well as Mongoid 3 and up.
17
17
 
18
18
  ## Installation
19
19
 
20
- 1) Sign up for an account on https://www.informantapp.com or provision the Heroku add-on through https://dashboard.heroku.com
21
- 2) Add the `informant-rails` gem to your `Gemfile`
20
+ 1. Sign up for an account on https://www.informantapp.com or provision the Heroku add-on through https://dashboard.heroku.com
21
+ 2. Add the `informant-rails` gem to your `Gemfile`
22
22
 
23
- ```
24
- gem 'informant-rails', group: :production
25
- ```
23
+ ```
24
+ gem 'informant-rails', group: :production
25
+ ```
26
26
 
27
- 3) Verify the INFORMANT_API_KEY is set in your app's environment (it will be set automatically if you provision through Heroku)
28
- 4) Deploy with the gem installed
29
- 5) Submit a form and you'll see it appear in our web interface
27
+ 3. Verify the INFORMANT_API_KEY is set in your app's environment (it will be set automatically if you provision through Heroku)
28
+ 4. Deploy with the gem installed
29
+ 5. Submit a form and you'll see it appear in our web interface
30
30
 
31
31
  ## Usage
32
32
 
@@ -3,7 +3,7 @@ module InformantRails
3
3
  extend ActiveSupport::Concern
4
4
 
5
5
  included do
6
- before_filter do
6
+ before_action do
7
7
  InformantRails::Client.record_action(controller_name, action_name)
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module InformantRails
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
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.9.0
4
+ version: 0.9.1
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: 2016-02-04 00:00:00.000000000 Z
12
+ date: 2016-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  requirements: []
72
72
  rubyforge_project:
73
- rubygems_version: 2.4.8
73
+ rubygems_version: 2.5.1
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: The Informant tracks server-side validation errors and gives you metrics