pio 0.23.0 → 0.23.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 964cf85acbc8d40d637ae0ade92ba7902871f763
4
- data.tar.gz: 8b2030596db8463f4e96c58130c7f95789d518d1
3
+ metadata.gz: c397c31f611e35a0332847bf82a1cdcf21255c13
4
+ data.tar.gz: 2428759d84030c576783f636e0efafc8a55907e9
5
5
  SHA512:
6
- metadata.gz: 256528fa1737e893e938f12f332e5e5e485e86b11dfdea88fb103ff646d83ad1e0a3c6e0526c22edcef3c06c47a08494ad7fd1a0291d43ee45a24ccf2489f8e4
7
- data.tar.gz: 0ef1cd6a8a24b77b854f21c79362418db441ccd953e0e664eb09d1a69d901bbbabca6e9580e35ed8c680dfcf8a5a4a209f3c02b71cdfa660e43880aea72a1909
6
+ metadata.gz: 537153aeeff9b7dbe003cf4a9a8983ed48164c54780b0fa518f2b87f8dd0d63929fc537ed6b4eeaaac74c04aba560ffd8c3f85f60b760526b1f678ea1f6ed500
7
+ data.tar.gz: dbb9eb250b1ac05a2509803651433abb2a9934547ae8dceb68d0778fea8eb92d0c1dc85010a8f33d49cfc20949310e8e025183701a8ed161ff3942b311857aa8
data/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
3
3
  ## develop (unreleased)
4
4
 
5
5
 
6
+ ## 0.23.1 (6/30/2015)
7
+ ### Bugs fixed
8
+ * [#186](https://github.com/trema/pio/issues/186): Add the missing `FlowMod#to_binary` method.
9
+
10
+
6
11
  ## 0.23.0 (6/29/2015)
7
12
  ### New features
8
13
  * [#183](https://github.com/trema/pio/pull/183): Add new class `Pio::PacketIn` (OpenFlow1.3).
@@ -14,6 +14,7 @@ Feature: Pio::FlowMod
14
14
  | ofp_version | 4 |
15
15
  | message_type | 14 |
16
16
  | message_length | 56 |
17
+ | to_binary.length | 56 |
17
18
  | transaction_id | 0 |
18
19
  | xid | 0 |
19
20
  | cookie | 0 |
@@ -155,6 +155,8 @@ module Pio
155
155
  def_delegators :open_flow_header, :transaction_id
156
156
  def_delegator :open_flow_header, :transaction_id, :xid
157
157
 
158
+ alias_method :to_binary, :to_binary_s
159
+
158
160
  def method_missing(method, *args, &block)
159
161
  body.__send__ method, *args, &block
160
162
  end
data/lib/pio/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # Base module.
2
2
  module Pio
3
3
  # gem version.
4
- VERSION = '0.23.0'.freeze
4
+ VERSION = '0.23.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasuhito Takamiya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-29 00:00:00.000000000 Z
11
+ date: 2015-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bindata