access_watch_rails 0.0.5 → 0.0.6
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 +4 -4
- data/access_watch_rails.gemspec +1 -1
- data/lib/access_watch/logger.rb +1 -2
- data/lib/access_watch/rails_version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec42186c8a728f3a04d8fa0b85fdb4df23f27892
|
|
4
|
+
data.tar.gz: 9118ed191885c051045da51a7be4548a1bd690ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c40c872317c68826f764175e11d4f423b51e5d74997bed979a76cccdbe817a136a8d01e682a39b859e416a7f6870829abd56709db414fb92946f2e1fb1dcb7c
|
|
7
|
+
data.tar.gz: b6848a5bfe04c744fa5cbd2ea47f27971f5804bb0caa1b56c16c04e7593cc3aed0a3574ddf3495786f868a1b1d9ec4535d529cf33b0cf57930539416f8ebae38
|
data/access_watch_rails.gemspec
CHANGED
data/lib/access_watch/logger.rb
CHANGED
|
@@ -12,8 +12,7 @@ module AccessWatch
|
|
|
12
12
|
address: request.remote_ip,
|
|
13
13
|
host: request.host,
|
|
14
14
|
request: {
|
|
15
|
-
|
|
16
|
-
# "protocol": "HTTP/1.1",
|
|
15
|
+
protocol: request.headers["Version"],
|
|
17
16
|
method: request.method,
|
|
18
17
|
scheme: URI(request.original_url).scheme,
|
|
19
18
|
host: request.host,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: access_watch_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexis Bernard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.0.
|
|
47
|
+
version: 0.0.3
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.0.
|
|
54
|
+
version: 0.0.3
|
|
55
55
|
description: A Rails library to log and analyse Rails HTTP requests using the Access
|
|
56
56
|
Watch cloud service.
|
|
57
57
|
email:
|