omf_common 6.0.7 → 6.0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +6 -14
  2. data/lib/omf_common/version.rb +1 -1
  3. metadata +34 -12
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- OTdlZmJkZTY0ODNlZWZhNzQ2N2Y3NWYyYjMwNjBiOTRhYzFjNGE0NQ==
5
- data.tar.gz: !binary |-
6
- MDkzNTdhZWMyNGFmNGYxNTIxZjAwM2RkZjY0NTI1ODk2YjQ0MWEzOQ==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MGJjYmQwOTIxODViYjZhYjg0YTBlMDI5MzkxODc1MTUxMDgwNWRkMTdiMWNi
10
- ZTNiOGVlY2Y4N2QwZjQ3ZjQyN2NkY2I1YWUxOGUxMjA1NGUwZjQzNTVkNmJh
11
- ZDE4NTBiMGMzYjU0ODA5NjY3MmM5ZmUwNjMzOWJlMjVmNmQ4ODM=
12
- data.tar.gz: !binary |-
13
- NjQ5NWI2YmY2MTFkNWQzM2U4ZjU3YmQ2NjBjOTFjZmEyNDJjOThiZGExZDcx
14
- NDg3ZTllN2EwOGUzY2NmYTE3OGUzN2RkODcxZDM5YjNjZjhlOWRmYmYxZDM0
15
- MmQ2NTMxZDY1NTAzMjcwZDlmZjdkZjc1NTY0YWJmZmFiZWE5YWQ=
2
+ SHA1:
3
+ metadata.gz: 65fd04c1481079b28cd3b353559c88893704fa25
4
+ data.tar.gz: 98e1f8789175aaf85869f463b3add3201959a18e
5
+ SHA512:
6
+ metadata.gz: 477b8b778f5ddf8284d55cefff962dd3a3efec8cdfe705444ef69790d4e56cde08b6d8e7087339c7c2574c8056291520ee47e3e970b37bc756669f94435c0712
7
+ data.tar.gz: 54d3f6a16aeff8e32a5eed85d6400af3ef9811a2db70bc562b3f4a7729376b1aabfe0c5481264629e920b331cc16b08d98fe7c4e3f7aeafeb5f1e76c7a91cdc9
@@ -4,6 +4,6 @@
4
4
  # By downloading or using this software you accept the terms and the liability disclaimer in the License.
5
5
 
6
6
  module OmfCommon
7
- VERSION = "6.0.7"
7
+ VERSION = "6.0.7.1"
8
8
  PROTOCOL_VERSION = "6.0"
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omf_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.7
4
+ version: 6.0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - NICTA
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-23 00:00:00.000000000 Z
11
+ date: 2014-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -42,42 +42,42 @@ dependencies:
42
42
  name: simplecov
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: pry
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: mocha
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>='
73
+ - - '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ! '>='
80
+ - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
@@ -258,18 +258,40 @@ require_paths:
258
258
  - lib
259
259
  required_ruby_version: !ruby/object:Gem::Requirement
260
260
  requirements:
261
- - - ! '>='
261
+ - - '>='
262
262
  - !ruby/object:Gem::Version
263
263
  version: 1.9.3
264
264
  required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  requirements:
266
- - - ! '>='
266
+ - - '>='
267
267
  - !ruby/object:Gem::Version
268
268
  version: '0'
269
269
  requirements: []
270
270
  rubyforge_project: omf_common
271
- rubygems_version: 2.0.7
271
+ rubygems_version: 2.0.6
272
272
  signing_key:
273
273
  specification_version: 4
274
274
  summary: Common library of OMF
275
- test_files: []
275
+ test_files:
276
+ - test/fixture/1st_level.pem
277
+ - test/fixture/2nd_level.pem
278
+ - test/fixture/3rd_level.pem
279
+ - test/fixture/omf_test.cert.pem
280
+ - test/fixture/omf_test.pem
281
+ - test/fixture/omf_test.pub
282
+ - test/fixture/omf_test.pub.pem
283
+ - test/fixture/pubsub.rb
284
+ - test/fixture/rc.pem
285
+ - test/fixture/root.pem
286
+ - test/omf_common/auth/certificate_spec.rb
287
+ - test/omf_common/auth/certificate_store_spec.rb
288
+ - test/omf_common/auth/ssh_pub_key_convert_spec.rb
289
+ - test/omf_common/comm/topic_spec.rb
290
+ - test/omf_common/comm/xmpp/communicator_spec.rb
291
+ - test/omf_common/comm/xmpp/topic_spec.rb
292
+ - test/omf_common/comm_spec.rb
293
+ - test/omf_common/command_spec.rb
294
+ - test/omf_common/core_ext/string_spec.rb
295
+ - test/omf_common/message/xml/message_spec.rb
296
+ - test/omf_common/message_spec.rb
297
+ - test/test_helper.rb