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 +4 -4
- data/lib/informant-rails/config.rb +4 -0
- data/lib/informant-rails/request.rb +1 -1
- data/lib/informant-rails/version.rb +1 -1
- metadata +13 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 157858048bd70846a83c8462dc3e64710a10743c
|
4
|
+
data.tar.gz: ee017675e2b5f968eb5b54edaa094003e9b7a141
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4589826c1ea9468c29b2cb1a96ff092abf318adf14b1c4e0d9acff7920328fd9fd262c130b809b3a9a128e2e42eb765e543acc46467c7b716b2a761d30b01641
|
7
|
+
data.tar.gz: f52deb04390d4271696e0b59fb23c9499fdf420332e224e1e4de064b0c2ac07bc5d05fbb897e4e538590cc0fd91ed0ae6c056b96ad4989158c926c2e2c168b69
|
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.
|
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-
|
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
|
-
|
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
|
-
-
|
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
|
82
|
+
summary: The Informant tracks server-side validation errors and gives you metrics
|
83
|
+
you never dreamed of.
|
76
84
|
test_files: []
|