beeps 0.1.15 → 0.1.16

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/include/beeps/exception.h +6 -2
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 615503ce75e0b4c0fda4709ecf9b8b6d9a2e7951c9c5b8bab9ddf03a0d718a53
4
- data.tar.gz: af38127600f11eef0060faeda37ef930ef8eff5cd636c5688fcf071b49cc1caf
3
+ metadata.gz: a3b32f1173846b14e66579f4530d32fe411a9ae0722ce01dbd5d0ba53864d4e1
4
+ data.tar.gz: 0ad3a3feda591e201da4515ef55c9b4d6438807ce3b2bfe3e50e8b5cf25d73e8
5
5
  SHA512:
6
- metadata.gz: b17d2f27a68886d398e4cf5afc622a0864aa2a6425f70fe2692185afbca4f0219976701e804a000d12dd12568f279ebed559c0d93a61e2f6b1e4315b1f46c052
7
- data.tar.gz: a2ab56e1752f8f648bf8cfb75af01d44ae2bbc38c64a51bef60eb1283b5a7073655e99a1e6fe009578acc41ff84d5301bcc7f40c6bc8dcd254e85f3c33b223a8
6
+ metadata.gz: '0823e188b8b63467f3a15435e7d352e6f368320aa81d302a359d54f7f386f62723ea4b116bbb5a4d4cd9b71815cfc543ae1309ff1e6fc219b3a9f069516c95f7'
7
+ data.tar.gz: aac19b45146a4fd7efbc950cd30e42f16b9b95df41ef4f0a81699e44a638435f1572e217b7897624681b65dc38a8c281ea80271d165af9f8d17beea983b80086
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.15
1
+ 0.1.16
@@ -31,9 +31,13 @@ namespace Beeps
31
31
 
32
32
  using namespace Xot::ErrorFunctions;
33
33
 
34
- void beeps_error (const char* file, int line, const char* format = NULL, ...);
34
+ [[noreturn]]
35
+ void beeps_error (
36
+ const char* file, int line, const char* format = NULL, ...);
35
37
 
36
- void openal_error (const char* file, int line, const char* format = NULL, ...);
38
+ [[noreturn]]
39
+ void openal_error (
40
+ const char* file, int line, const char* format = NULL, ...);
37
41
 
38
42
  }// ErrorFunctions
39
43
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beeps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - xordog
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xot
@@ -109,7 +109,7 @@ files:
109
109
  homepage: https://github.com/xord/beeps
110
110
  licenses: []
111
111
  metadata: {}
112
- post_install_message:
112
+ post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths:
115
115
  - lib
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubygems_version: 3.0.3
128
- signing_key:
128
+ signing_key:
129
129
  specification_version: 4
130
130
  summary: Plays beep sound.
131
131
  test_files: