barnes 0.0.8 → 0.0.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
  SHA256:
3
- metadata.gz: 5afa9a13612433356ad5a2df69f6fa8e418bb2f202720f15da65145d0c7d40dc
4
- data.tar.gz: 6b67b8ec0db255dacde33e74f1c36510db0a8859c67b8a465df6f5b6da26a803
3
+ metadata.gz: bb1cb2f789371b7caa0a50293ea6c8d37c0b4c1aa2592534c57e755855c691d5
4
+ data.tar.gz: 14679f30d7d411d72e1abf22cf94549a3263455d0a220b2a4164f8f65f65cab9
5
5
  SHA512:
6
- metadata.gz: 17e28cbca9e2a77a773d94ce06ccf46e2e2ca948482b408ac9f2a6fa13fa9401a186bb1067174d774b707c15a562f5b6c70b48163e41f5cb3152b36e1c190a5f
7
- data.tar.gz: cde051f96eaf3b2dc8ef5eb1bfa943ef0b1dd694c40857f6cbe48cff4eb8274ed4749f1616582df27466b967d4b98be5987fc5673bda4f3d9f8adbbcba7250c8
6
+ metadata.gz: 2e7a031bb6c3174cc480eefb58c6ca0a490056c81db1ed22cace24222ed98f232a6f5c3ae9f8ac7ee8bb988f6d8030612dcc41978308fea190d248bf90a00c9f
7
+ data.tar.gz: 598f97d4d7f4ea575bf4bc87b5398eab87aff4a4237ab11dbfa3955a86df75d1b1477a6c7089790b1a5f8d95417789439c8a977556d1a9fd18a51151eef88414
@@ -0,0 +1 @@
1
+ * @heroku/languages
@@ -1,6 +1,8 @@
1
1
  name: Check Changelog
2
2
 
3
- on: [pull_request]
3
+ on:
4
+ pull_request:
5
+ types: [opened, reopened, edited, synchronize]
4
6
 
5
7
  jobs:
6
8
  build:
data/.travis.yml CHANGED
@@ -1,4 +1,3 @@
1
- sudo: false
2
1
  language: ruby
3
2
  rvm:
4
3
  - 2.5.0
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## Master (unrleased)
1
+ ## HEAD (unreleased)
2
+
3
+ ## 0.0.9
4
+
5
+ - Handle half-initialize Puma failure on boot (https://github.com/heroku/barnes/pull/37)
2
6
 
3
7
  ## 0.0.8
4
8
 
@@ -26,7 +26,6 @@ module Barnes
26
26
  # Puma loader has not been initialized yet
27
27
  rescue NoMethodError => e
28
28
  raise e unless e.message =~ /nil/
29
- raise e unless e.message =~ /stats/
30
29
  return {}
31
30
  end
32
31
 
@@ -22,5 +22,5 @@
22
22
  #
23
23
 
24
24
  module Barnes
25
- VERSION = "0.0.8"
25
+ VERSION = "0.0.9"
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barnes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - schneems
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-02 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: statsd-ruby
@@ -116,6 +116,7 @@ extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
118
  - ".codeclimate.yaml"
119
+ - ".github/CODEOWNERS"
119
120
  - ".github/workflows/check_changelog.yml"
120
121
  - ".gitignore"
121
122
  - ".travis.yml"
@@ -148,7 +149,7 @@ homepage: https://github.com/heroku/barnes
148
149
  licenses:
149
150
  - MIT
150
151
  metadata: {}
151
- post_install_message:
152
+ post_install_message:
152
153
  rdoc_options: []
153
154
  require_paths:
154
155
  - lib
@@ -163,8 +164,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
164
  - !ruby/object:Gem::Version
164
165
  version: '0'
165
166
  requirements: []
166
- rubygems_version: 3.1.2
167
- signing_key:
167
+ rubygems_version: 3.2.3
168
+ signing_key:
168
169
  specification_version: 4
169
170
  summary: Ruby GC stats => StatsD
170
171
  test_files: []