qpid_proton 0.18.0 → 0.18.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/cproton/cproton.c +1 -1
  3. metadata +3 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1222bd4f9d3015d79eb4216f620b100955f60d54
4
- data.tar.gz: b773f8c39654d2c5038c6c181492600317553f65
3
+ metadata.gz: 03f9a3812cbf14150d5f3088f09bddb8dd97505b
4
+ data.tar.gz: eec6e7f0dab77fc349f7f3516639763f5eb3a4bc
5
5
  SHA512:
6
- metadata.gz: b1674ce996a89c690d34ab362db76462c8510ce9c65b7caf4f17cfbddfc66e1c4b3ee606a51a1e947ec26c9405b54a6df2f2010d547ddb4fbb87665a01accc6b
7
- data.tar.gz: a32969e8b2cae0da98bc8cab222090d470cb11321820db47640b7f3fb4057d014e4f950f9055bcb5a61d84baf98e94f59310b14b6d83f3eac336b65228a2e90f
6
+ metadata.gz: 8882f1e2374baaa6e59c29bc49bea1b852392443a020f07cbc67869917876554c1071f607b4213cb84e7ab32e245183c39d0dc2a0458b108eb902ae53ff49241
7
+ data.tar.gz: 2ac9bfa9a6754f24aff62bb5b291d4cab0268f491bbe31eedcb290070b4444516078ded8e9f3547a9ef6c348d67f00c6bcd1601108353a395139e53e8f0f19f5
@@ -22946,7 +22946,7 @@ SWIGEXPORT void Init_cproton(void) {
22946
22946
  rb_define_const(mCproton, "PROTON_IMPORT_EXPORT_H", SWIG_From_int((int)(1)));
22947
22947
  rb_define_const(mCproton, "PN_VERSION_MAJOR", SWIG_From_int((int)(0)));
22948
22948
  rb_define_const(mCproton, "PN_VERSION_MINOR", SWIG_From_int((int)(18)));
22949
- rb_define_const(mCproton, "PN_VERSION_POINT", SWIG_From_int((int)(0)));
22949
+ rb_define_const(mCproton, "PN_VERSION_POINT", SWIG_From_int((int)(1)));
22950
22950
  rb_define_const(mCproton, "PROTON_TYPES_H", SWIG_From_int((int)(1)));
22951
22951
  rb_define_const(mCproton, "PN_MILLIS_MAX", SWIG_From_unsigned_SS_int((unsigned int)((~0U))));
22952
22952
  rb_define_module_function(mCproton, "pn_bytes", _wrap_pn_bytes, -1);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qpid_proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darryl L. Pierce
@@ -9,22 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-10-25 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: json
16
- requirement: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - "~>"
19
- - !ruby/object:Gem::Version
20
- version: '0'
21
- type: :runtime
22
- prerelease: false
23
- version_requirements: !ruby/object:Gem::Requirement
24
- requirements:
25
- - - "~>"
26
- - !ruby/object:Gem::Version
27
- version: '0'
12
+ date: 2017-11-14 00:00:00.000000000 Z
13
+ dependencies: []
28
14
  description: |
29
15
  Proton is a high performance, lightweight messaging library. It can be used in
30
16
  the widest range of messaging applications including brokers, client libraries,