informant-rails 2.4.0 → 2.5.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
  SHA256:
3
- metadata.gz: 3ea25418001e3eab7a6a002c400905fae2c59e43cc43c31897bf04aac59ec499
4
- data.tar.gz: a2f87283669067d6c79e4c9f892f47e20a7398a42f216fdfd0cecc93ec3812ae
3
+ metadata.gz: 70381549211b7ab14a2cbbafded3a2614811de7b0590ecabddb3e3e134afa0c5
4
+ data.tar.gz: e7c2012e517f9ec968b6a92d6ce116a046a23b26740475226f530af32f406097
5
5
  SHA512:
6
- metadata.gz: '07936249ff1fecbadddf07edf8f3c2da63b421fd4a29040f27644809ccfe9e7818cf247e675f7ed36635ba5f45efcf017649389e4deb28090f0e2735764b01bd'
7
- data.tar.gz: f99902c5bed9ad84be24befce881a1d0c29ec632f67166a3a6ed39141e8305883d43c2f7ec34fe3b37397f758d2262e0f577d3dd06e790020ebd26a5b6a78338
6
+ metadata.gz: 231a4426ea6995118a5b7e3571234648f4ad3dc900c40cb351b78d1ec5df2a5da9f0df6c1aefca884d388ccab6be394b786061aa1dc4b1687b9b02e689336adf
7
+ data.tar.gz: 4112bc02f3e35e653e63a5937a90732b679b21e1535e5a8e87f49a38dbd0085aa63ab6b5d42d0410f65e4a9bdd5e4d1ddb68fff97621c5b2f5e932290c6097a8
@@ -1,13 +1,13 @@
1
1
  module InformantRails
2
2
  module Config
3
- extend self
4
-
5
- delegate :api_token, :api_token=,
6
- :collector_host,
7
- :enabled?,
8
- :exclude_models, :exclude_models=,
9
- :filter_parameters, :filter_parameters=,
10
- :value_tracking?, :value_tracking=,
11
- to: InformantCommon::Config
3
+ class << self
4
+ delegate :api_token, :api_token=,
5
+ :collector_host,
6
+ :enabled?,
7
+ :exclude_models, :exclude_models=,
8
+ :filter_parameters, :filter_parameters=,
9
+ :value_tracking?, :value_tracking=,
10
+ to: InformantCommon::Config
11
+ end
12
12
  end
13
13
  end
@@ -27,7 +27,8 @@ module InformantRails
27
27
 
28
28
  def missing_api_token_message
29
29
  %<
30
- Your API token could not be found in the configuration. You can retrieve it from your Informantapp.com dashboard.
30
+ Your API token could not be found in the configuration.
31
+ You can retrieve it from your Informantapp.com dashboard.
31
32
 
32
33
  Then add it to your server's environment as `INFORMANT_API_KEY`
33
34
 
@@ -47,7 +48,7 @@ module InformantRails
47
48
  end
48
49
 
49
50
  def assistance_message
50
- "If you need assistance or have any questions, send an email to support@informantapp.com or tweet @informantapp and we'll help you out!"
51
+ "If you need assistance or have any questions, send an email to support@informantapp.com and we'll help you out!"
51
52
  end
52
53
 
53
54
  def test_form_submission
@@ -1,3 +1,3 @@
1
1
  module InformantRails
2
- VERSION = '2.4.0'.freeze
2
+ VERSION = '2.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: informant-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Informant, LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-18 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: informant-common
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  requirements:
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 2.6.0
94
+ version: 2.7.0
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - ">="