informant-rails 0.7.0 → 0.7.1

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: 39c718af73a6aa28bd7f35c841b27c3e89e657fa
4
- data.tar.gz: 20dbdde4eb1abd386d4e9fa55a5f236d8e507b01
3
+ metadata.gz: 157858048bd70846a83c8462dc3e64710a10743c
4
+ data.tar.gz: ee017675e2b5f968eb5b54edaa094003e9b7a141
5
5
  SHA512:
6
- metadata.gz: bf8bbaf441747889dffad1e6388e8ef5804d33c817d3705a616ebea5508f81ea9901d475dea268259c910595461ad4472f30706e8d105f202b6983f8d4ad9c80
7
- data.tar.gz: e8bca12a4fd0a5be1896a6985f48d71ebec26bc0a6ea32e21cf4dc0a338f557d95c168ea8e97cdc1bd13c02dcd238ba4e895e7185dc099307ea9dd9de94ad925
6
+ metadata.gz: 4589826c1ea9468c29b2cb1a96ff092abf318adf14b1c4e0d9acff7920328fd9fd262c130b809b3a9a128e2e42eb765e543acc46467c7b716b2a761d30b01641
7
+ data.tar.gz: f52deb04390d4271696e0b59fb23c9499fdf420332e224e1e4de064b0c2ac07bc5d05fbb897e4e538590cc0fd91ed0ae6c056b96ad4989158c926c2e2c168b69
@@ -9,4 +9,8 @@ module InformantRails::Config
9
9
  self.value_tracking = true
10
10
 
11
11
  def configure; yield self end
12
+
13
+ def self.client_identifier
14
+ @client_identifier ||= "informant-rails-#{InformantRails::VERSION}"
15
+ end
12
16
  end
@@ -18,7 +18,7 @@ module InformantRails
18
18
  request_url: request_url,
19
19
  filename: filename,
20
20
  action: action,
21
- client: "informant-rails-#{InformantRails::VERSION}"
21
+ client: InformantRails::Config.client_identifier
22
22
  }
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module InformantRails
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.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.7.0
4
+ version: 0.7.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: 2014-08-18 00:00:00.000000000 Z
12
+ date: 2014-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -18,6 +18,9 @@ dependencies:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: 3.0.0
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: 4.2.0
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -25,9 +28,13 @@ dependencies:
25
28
  - - ">="
26
29
  - !ruby/object:Gem::Version
27
30
  version: 3.0.0
28
- description: The Informant tells you what's irritating your users.
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: 4.2.0
34
+ description: The Informant tracks what users do wrong in your forms so you can make
35
+ them better.
29
36
  email:
30
- - paul@codingfrontier.com
37
+ - informantapp@gmail.com
31
38
  executables: []
32
39
  extensions: []
33
40
  extra_rdoc_files: []
@@ -72,5 +79,6 @@ rubyforge_project:
72
79
  rubygems_version: 2.2.2
73
80
  signing_key:
74
81
  specification_version: 4
75
- summary: The Informant tells you what's irritating your users.
82
+ summary: The Informant tracks server-side validation errors and gives you metrics
83
+ you never dreamed of.
76
84
  test_files: []