onelinejson 0.1.5 → 0.1.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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YWNkMjdkNDM0NjFlMGJlN2M2NDI0MmI4ZGVkOTAxNjM3Y2Q3MWY0Yg==
5
+ data.tar.gz: !binary |-
6
+ MDk1ZWQ2ZDZhODIwMDI5ODk4OWE0NTExYThlMzU5NDc2ODkwYjlmZA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MTg0NDFlZjFlY2UwNWE5M2YwZDY0N2U0MzY3MTk4NzIzZWIwZjM1OTAwZTNh
10
+ ODFjOWE5NmNhZmQyYjM0N2E3NzhiODM4ZTI2ZmUwMjdjNjhiNzUyYjFkYWIy
11
+ ZmI1YTU5N2FhMTBhYjEwY2Y5ODk3MTJjMjVhMDg0YzUzZjk4MTI=
12
+ data.tar.gz: !binary |-
13
+ ZWYxODRkZWYyZjUzZjNkZTU0Zjg0YmY1YzhhNTY2NTEyOWY2NWUwMDA4OGU3
14
+ ZTNmOWYyYjNhY2ExNGZiMGE5OWI0YWE0MTZiMWVlN2ZlYjRhOGU1NjY0M2Q3
15
+ MDgwMWJjZWMwODQ3ODkxNTlkODc1YjAxNGExMzk2YTU0MTVhOWM=
@@ -16,6 +16,7 @@ module Onelinejson
16
16
  /^HTTP_REFERER$/,
17
17
  /^HTTP_COOKIE$/,
18
18
  /^HTTP_AUTHORIZATION$/,
19
+ /^HTTP_X_ACCESS_TOKEN$/,
19
20
  /.*HIDDEN.*/,
20
21
  ]
21
22
 
@@ -1,3 +1,3 @@
1
1
  module Onelinejson
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onelinejson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
5
- prerelease:
4
+ version: 0.1.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - Hans Hasselberg
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-04-09 00:00:00.000000000 Z
11
+ date: 2014-06-04 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: lograge
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -48,33 +45,26 @@ files:
48
45
  homepage: ''
49
46
  licenses:
50
47
  - MIT
48
+ metadata: {}
51
49
  post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
55
53
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
55
  - - ! '>='
59
56
  - !ruby/object:Gem::Version
60
57
  version: '0'
61
- segments:
62
- - 0
63
- hash: -2465839441602979757
64
58
  required_rubygems_version: !ruby/object:Gem::Requirement
65
- none: false
66
59
  requirements:
67
60
  - - ! '>='
68
61
  - !ruby/object:Gem::Version
69
62
  version: '0'
70
- segments:
71
- - 0
72
- hash: -2465839441602979757
73
63
  requirements: []
74
64
  rubyforge_project:
75
- rubygems_version: 1.8.23
65
+ rubygems_version: 2.2.2
76
66
  signing_key:
77
- specification_version: 3
67
+ specification_version: 4
78
68
  summary: Everything you need to log json oneliners
79
69
  test_files:
80
70
  - spec/lib/onelinejson_spec.rb