oml4r 2.9.6 → 2.9.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +14 -6
- data/lib/oml4r/version.rb +1 -1
- data/lib/oml4r.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
ODUzNGJiYTJkNDcxMmE0MTg2NWZiM2ViYmQxZDcxMjM1NTg1MmNiZg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NDM5NjllOTkwNmI4NWFlMWVhMzEyMzA3ZTcwZWM5NGY3ZTQ0NzMxNA==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
ZDQzZjFiOGYyYWM3ZTY1MmEyZjU0NWNkYTNjNzAwYmNkNDc0ZDNiODNhZjNm
|
10
|
+
ZGRhMzBiNjNjZTEyZjA3ZGQ1N2NiYjY3OWQyMjg3YzgyZmVhMjE4ODY5MDg0
|
11
|
+
ZDgyMjk1MTBiM2NkMzhiNjFhNTAzNmQwNGJiN2RhN2NlODQ0MGI=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MGFmYjQ2ZTI3NTA2YjM1NDNkZGYxMGNiNjQxZmRlYzIzNGUwNDEzMWU0Yjcw
|
14
|
+
ZjMyNDg2ZjQ5MTMyMWQ4OWVkZmE2YTM2NTE0ZTMwNTAyM2Q2ODEyZjljMjJj
|
15
|
+
MDQ2YzEyNjVmN2EyNjkxM2UyN2U3MjM5MGVlYWVlYjhhNmVhZjk=
|
data/lib/oml4r/version.rb
CHANGED
data/lib/oml4r.rb
CHANGED
@@ -314,7 +314,7 @@ module OML4R
|
|
314
314
|
if ENV['OML_SERVER'] || opts[:omlServer]
|
315
315
|
OML4R.logger.warn "opts[:omlServer] and ENV['OML_SERVER'] are getting deprecated; please use opts[:collect] or ENV['OML_COLLECT'] instead"
|
316
316
|
end
|
317
|
-
opts[:
|
317
|
+
opts[:omlCollectUri] = ENV['OML_COLLECT'] || ENV['OML_SERVER'] || opts[:collect] || opts[:omlServer]
|
318
318
|
noop = opts[:noop] || false
|
319
319
|
omlConfigFile = nil
|
320
320
|
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oml4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.9.
|
4
|
+
version: 2.9.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- NICTA
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-10-
|
11
|
+
date: 2013-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: '["Simple OML client library for Ruby"]'
|
13
|
+
description: ! '["Simple OML client library for Ruby"]'
|
14
14
|
email:
|
15
15
|
- oml-user@lists.nicta.com.au
|
16
16
|
executables: []
|
@@ -45,12 +45,12 @@ require_paths:
|
|
45
45
|
- lib
|
46
46
|
required_ruby_version: !ruby/object:Gem::Requirement
|
47
47
|
requirements:
|
48
|
-
- - '>='
|
48
|
+
- - ! '>='
|
49
49
|
- !ruby/object:Gem::Version
|
50
50
|
version: '0'
|
51
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
|
-
- - '>='
|
53
|
+
- - ! '>='
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '0'
|
56
56
|
requirements: []
|
@@ -58,9 +58,8 @@ rubyforge_project:
|
|
58
58
|
rubygems_version: 2.0.3
|
59
59
|
signing_key:
|
60
60
|
specification_version: 4
|
61
|
-
summary: '["This is a simple client library for OML which does not use liboml2 and
|
61
|
+
summary: ! '["This is a simple client library for OML which does not use liboml2 and
|
62
62
|
its filters, but connects directly to the server using the +text+ protocol. User
|
63
63
|
can use this library to create ruby applications which can send measurement to the
|
64
64
|
OML collection server."]'
|
65
65
|
test_files: []
|
66
|
-
has_rdoc:
|