bugsnag 6.6.0 → 6.6.1

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4c03a7b5fcc7e028efedba3fa34ec2e212ac51a6
4
- data.tar.gz: 5be7d2ae911cde691ff88655a8bc6d44647b3119
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MjQ4Mzc4NzY4ODFiOTQ0ZDYwYzYzZDM0ZTM2OTA4OWQzYzBlYWYxMQ==
5
+ data.tar.gz: !binary |-
6
+ N2VkNzg2NjU3M2JmZTFiODQxNGU5ZWRlM2M0YWMwZDZhNTE2MTA2Mg==
5
7
  SHA512:
6
- metadata.gz: 8fe2cf08fafd1828e2bc0d9cf80e1e2bd63268ec529f3cab6e5153502354cb6404b315215c2573f76db6bf54cc5a688dcd4a66c8d14f19cd5d7588099acf56f0
7
- data.tar.gz: 107e95f0ee4f2d7a78cff8ec7d9907f5a70cda75cd3c833c0d2c135800ec5885ae2396a7c6506a371d1b8b055a30e9c1c8c6700bfc78e25c67b3ce46d031ceca
8
+ metadata.gz: !binary |-
9
+ NGMyYzc4MGNmZGNjZmMwYTFhNDZkZWEwOGZkYmUxYTUxNDRkYzU0NjIzMTI4
10
+ ZjMyYzFlY2IxZTUxZDg0NzBlNmIwZGI1MzAxZjA3NTI0NWViMGE5YmFkNDQ3
11
+ ZWQ0YTYwNGEzOWExNDZjYjQxOTA0ZWI0MGQ2MDQ2NTAzZWYwMmI=
12
+ data.tar.gz: !binary |-
13
+ ZWJmNjRjODM0MzEwNDQ0YWQzY2IxNjdkNTM1OGUwZTk1YjJlMTY1ZDRkN2Fl
14
+ YmI0YWUzZGNiM2QyNmZmOGNhMzA0NGI4YjVjZDg3MmNlNTgwNzljM2NjZDM0
15
+ NmEwZDgwNzIwYTZiNzMxZGM2MzUxMzExMjI5NDVmZjYzMzg0M2E=
@@ -3,6 +3,13 @@ Changelog
3
3
 
4
4
  ## 6.6.0 (09 Jan 2018)
5
5
 
6
+ ### Bug fixes
7
+
8
+ * Fix failure to launch session polling task
9
+ | [#414](https://github.com/bugsnag/bugsnag-ruby/pull/414)
10
+
11
+ ## 6.6.0 (09 Jan 2018)
12
+
6
13
  ### Enhancements
7
14
 
8
15
  * Session tracking update:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.6.0
1
+ 6.6.1
@@ -69,7 +69,7 @@ module Bugsnag
69
69
  end
70
70
  end
71
71
  end
72
- @delivery_thread = Concurrent::TimerTask.new(execution_interval: 30) do
72
+ @delivery_thread = Concurrent::TimerTask.execute(execution_interval: 30) do
73
73
  if @session_counts.size > 0
74
74
  send_sessions
75
75
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.6.0
4
+ version: 6.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-09 00:00:00.000000000 Z
11
+ date: 2018-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Ruby notifier for bugsnag.com
@@ -33,9 +33,9 @@ extra_rdoc_files:
33
33
  - README.md
34
34
  - CHANGELOG.md
35
35
  files:
36
- - ".gitignore"
37
- - ".rspec"
38
- - ".travis.yml"
36
+ - .gitignore
37
+ - .rspec
38
+ - .travis.yml
39
39
  - CHANGELOG.md
40
40
  - CONTRIBUTING.md
41
41
  - Gemfile
@@ -116,17 +116,17 @@ require_paths:
116
116
  - lib
117
117
  required_ruby_version: !ruby/object:Gem::Requirement
118
118
  requirements:
119
- - - ">="
119
+ - - ! '>='
120
120
  - !ruby/object:Gem::Version
121
121
  version: 1.9.2
122
122
  required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements:
124
- - - ">="
124
+ - - ! '>='
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.6.13
129
+ rubygems_version: 2.6.12
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Ruby notifier for bugsnag.com