qpid_proton 0.7.1 → 0.8

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.
@@ -0,0 +1,29 @@
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one
3
+ # or more contributor license agreements. See the NOTICE file
4
+ # distributed with this work for additional information
5
+ # regarding copyright ownership. The ASF licenses this file
6
+ # to you under the Apache License, Version 2.0 (the
7
+ # "License"); you may not use this file except in compliance
8
+ # with the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing,
13
+ # software distributed under the License is distributed on an
14
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ # KIND, either express or implied. See the License for the
16
+ # specific language governing permissions and limitations
17
+ # under the License.
18
+ #
19
+
20
+ module Qpid
21
+
22
+ module Proton
23
+
24
+ VERSION_MAJOR = Cproton::PN_VERSION_MAJOR
25
+ VERSION_MINOR = Cproton::PN_VERSION_MINOR
26
+
27
+ end
28
+
29
+ end
data/lib/qpid_proton.rb CHANGED
@@ -20,6 +20,7 @@
20
20
  require "cproton"
21
21
  require "date"
22
22
 
23
+ require "qpid_proton/version"
23
24
  require "qpid_proton/described"
24
25
  require "qpid_proton/mapping"
25
26
  require "qpid_proton/array"
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.7.1
4
+ version: '0.8'
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: 2014-05-15 00:00:00.000000000 Z
11
+ date: 2014-11-19 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
@@ -22,29 +22,31 @@ extensions:
22
22
  - ext/cproton/extconf.rb
23
23
  extra_rdoc_files: []
24
24
  files:
25
+ - ChangeLog
25
26
  - LICENSE
26
27
  - TODO
27
- - ChangeLog
28
- - ext/cproton/extconf.rb
29
28
  - ext/cproton/cproton.c
29
+ - ext/cproton/extconf.rb
30
30
  - lib/qpid_proton.rb
31
- - lib/qpid_proton/filters.rb
32
- - lib/qpid_proton/tracker_status.rb
31
+ - lib/qpid_proton/array.rb
32
+ - lib/qpid_proton/data.rb
33
33
  - lib/qpid_proton/described.rb
34
- - lib/qpid_proton/tracker.rb
35
- - lib/qpid_proton/selectable.rb
34
+ - lib/qpid_proton/exception_handling.rb
35
+ - lib/qpid_proton/exceptions.rb
36
+ - lib/qpid_proton/filters.rb
36
37
  - lib/qpid_proton/hash.rb
37
- - lib/qpid_proton/subscription.rb
38
+ - lib/qpid_proton/mapping.rb
38
39
  - lib/qpid_proton/message.rb
39
40
  - lib/qpid_proton/message_format.rb
40
41
  - lib/qpid_proton/messenger.rb
41
- - lib/qpid_proton/exception_handling.rb
42
- - lib/qpid_proton/data.rb
43
- - lib/qpid_proton/array.rb
44
- - lib/qpid_proton/exceptions.rb
45
- - lib/qpid_proton/mapping.rb
42
+ - lib/qpid_proton/selectable.rb
43
+ - lib/qpid_proton/subscription.rb
44
+ - lib/qpid_proton/tracker.rb
45
+ - lib/qpid_proton/tracker_status.rb
46
+ - lib/qpid_proton/version.rb
46
47
  homepage: http://qpid.apache.org/proton
47
- licenses: []
48
+ licenses:
49
+ - Apache-2.0
48
50
  metadata: {}
49
51
  post_install_message:
50
52
  rdoc_options: []
@@ -52,17 +54,17 @@ require_paths:
52
54
  - lib
53
55
  required_ruby_version: !ruby/object:Gem::Requirement
54
56
  requirements:
55
- - - '>='
57
+ - - ">="
56
58
  - !ruby/object:Gem::Version
57
59
  version: '0'
58
60
  required_rubygems_version: !ruby/object:Gem::Requirement
59
61
  requirements:
60
- - - '>='
62
+ - - ">="
61
63
  - !ruby/object:Gem::Version
62
64
  version: '0'
63
65
  requirements: []
64
66
  rubyforge_project:
65
- rubygems_version: 2.1.11
67
+ rubygems_version: 2.2.2
66
68
  signing_key:
67
69
  specification_version: 4
68
70
  summary: Ruby language bindings for the Qpid Proton messaging framework