qpid_proton 0.5 → 0.6

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.
@@ -35,10 +35,6 @@ module Qpid
35
35
  @impl
36
36
  end
37
37
 
38
- def self.valid_flag?(flag) # :nodoc:
39
- [0, CUMULATIVE].include?(flag)
40
- end
41
-
42
38
  end
43
39
 
44
40
  end
@@ -64,6 +64,7 @@ module Qpid
64
64
  self.add_item :PENDING, Cproton::PN_STATUS_PENDING
65
65
  self.add_item :ACCEPTED, Cproton::PN_STATUS_ACCEPTED
66
66
  self.add_item :REJECTED, Cproton::PN_STATUS_REJECTED
67
+ self.add_item :SETTLED, Cproton::PN_STATUS_SETTLED
67
68
 
68
69
  end
69
70
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qpid_proton
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: '0.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darryl L. Pierce
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-29 00:00:00.000000000 Z
11
+ date: 2014-01-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Proton is a high performance, lightweight messaging library. It can be used in
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.0.7
63
+ rubygems_version: 2.1.11
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Ruby language bindings for the Qpid Proton messaging framework