cmux 0.0.2 → 0.0.3

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,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 71f13da3b0c1fefbe2b37fdd176956cf48b110c4
4
+ data.tar.gz: fee835d223af4de65294759f4e997db8b0cf9e99
5
+ SHA512:
6
+ metadata.gz: 33717b49f7dcbaf31e3899ab5ab03397c2067c1c57b5825c68fa9c884ec3d91eec147da3cc5c809ddb215a2f4163aa70f02cf1479c1d8bba7ac0e32bc8f7dc4f
7
+ data.tar.gz: d7e0199d6ef905cb7e65a7b492c0cfe15b3e9c4b4d225ff036697cae666aac332164c7fb992cd31b1aae2928866a0990ff04114690d210ce44e568ea96643246
@@ -13,7 +13,7 @@ module CMUX
13
13
  hash[key] = Set.new
14
14
  end
15
15
 
16
- command "E1V1+CMEE=2", 2
16
+ command "E1V1+CMEE=1", 2
17
17
  end
18
18
 
19
19
  def command(command, timeout = nil, &block)
@@ -1,3 +1,3 @@
1
1
  module CMUX
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
5
- prerelease:
4
+ version: 0.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sergey Gridasov
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-16 00:00:00.000000000 Z
11
+ date: 2013-12-14 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: ffi
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: Ruby bindings for CMUX, GSM 07.10 multiplexer
@@ -52,26 +49,26 @@ files:
52
49
  - lib/cmux/version.rb
53
50
  homepage: https://github.com/smartkiosk/ruby-cmux
54
51
  licenses: []
52
+ metadata: {}
55
53
  post_install_message:
56
54
  rdoc_options: []
57
55
  require_paths:
58
56
  - lib
59
57
  required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
58
  requirements:
62
- - - ! '>='
59
+ - - '>='
63
60
  - !ruby/object:Gem::Version
64
61
  version: '0'
65
62
  required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
63
  requirements:
68
- - - ! '>='
64
+ - - '>='
69
65
  - !ruby/object:Gem::Version
70
66
  version: '0'
71
67
  requirements: []
72
68
  rubyforge_project:
73
- rubygems_version: 1.8.24
69
+ rubygems_version: 2.0.3
74
70
  signing_key:
75
- specification_version: 3
71
+ specification_version: 4
76
72
  summary: Ruby bindings for CMUX, GSM 07.10 multiplexer
77
73
  test_files: []
74
+ has_rdoc: