appsignal 1.1.9.beta.2 → 1.1.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27a3fda2bfd2de695e27f0f063c7a808bef386af
4
- data.tar.gz: 18e54f1e3989c814bbce302774df372fba64b9e3
3
+ metadata.gz: c7e444033d429d6424076d8f3d6c7aa942f2bae8
4
+ data.tar.gz: d88c37d537e0516520b86afffb6b78f0cb2a6b26
5
5
  SHA512:
6
- metadata.gz: be9ff83c4d3b58e077a60c407fe27025f4cd5879a59420b6ae854449c8542739ad723f2edd002b9250c49d52e62cc03099500d6751a27728e94a9a8673c178ff
7
- data.tar.gz: d07a6c08e36b1c17178689cdd7d0ccedf4bb6c3c1d13612e6c58c0349eca8187fab3794e3d1ec8efb0df5a76515953960a418afcb473f8256423e7c2cb724933
6
+ metadata.gz: 688124c8813013080d11643e12380b252b76caa31804c53da31fd763a50d8ac39c5d097fd2bfde4294e30212e4b32aac1e60d0bdec4cf7013093aa98d3847cb6
7
+ data.tar.gz: 6ab012d67586161133ac71506a934ea2f1b7a24e13c557ad8f8f8e5082f4cbe45b890e8dbf9599c538298c4e6a3ceb3cb0c94fda8cad0c1e77fd14460d36e2b6
@@ -15,7 +15,8 @@ module Appsignal
15
15
  HTTP_X_QUEUE_TIME HTTP_X_HEROKU_QUEUE_WAIT_TIME HTTP_X_APPLICATION_START
16
16
  HTTP_ACCEPT HTTP_ACCEPT_CHARSET HTTP_ACCEPT_ENCODING HTTP_ACCEPT_LANGUAGE
17
17
  HTTP_CACHE_CONTROL HTTP_CONNECTION HTTP_USER_AGENT HTTP_FROM HTTP_NEGOTIATE
18
- HTTP_PRAGMA HTTP_REFERER HTTP_X_FORWARDED_FOR HTTP_CLIENT_IP HTTP_RANGE)
18
+ HTTP_PRAGMA HTTP_REFERER HTTP_X_FORWARDED_FOR HTTP_CLIENT_IP HTTP_RANGE
19
+ HTTP_X_AUTH_TOKEN)
19
20
 
20
21
  JSON_EXCEPTIONS = [
21
22
  IOError,
@@ -1,5 +1,5 @@
1
1
  require 'yaml'
2
2
 
3
3
  module Appsignal
4
- VERSION = '1.1.9.beta.2'
4
+ VERSION = '1.1.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appsignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9.beta.2
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Beekman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-02 00:00:00.000000000 Z
12
+ date: 2016-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -297,9 +297,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
297
297
  version: '1.9'
298
298
  required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  requirements:
300
- - - ">"
300
+ - - ">="
301
301
  - !ruby/object:Gem::Version
302
- version: 1.3.1
302
+ version: '0'
303
303
  requirements: []
304
304
  rubyforge_project:
305
305
  rubygems_version: 2.4.5