tunemygc 1.0.59 → 1.0.60
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tunemygc/network.rb +5 -0
- data/lib/tunemygc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19a81dd297a5d49bca7656a3435afcab2f1d5b07
|
4
|
+
data.tar.gz: 4eaadb65d6437bf7b66b8612667e8143f5a756d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c9d12546b5ce55fad71198fc4c56e617382f6dd4acb61de9e88326cf12dfb7bf7ce19f8cf72369e2b3319328f6e3801a5d10710dece8dc4358f49c70bb608a1
|
7
|
+
data.tar.gz: 21627845ef4763508e52aa467d927f77108a6a64165eab486f9452d96640549f337d504e071ea4dd17267d103b4d0d9d399d51f772d604197f4beb320e959749
|
data/lib/tunemygc/network.rb
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
|
3
3
|
require 'net/http'
|
4
4
|
require 'timeout'
|
5
|
+
require 'openssl'
|
6
|
+
|
7
|
+
if OpenSSL::VERSION < "1.0.1"
|
8
|
+
TuneMyGc.log "!!! and openssl version > 1.0.1 is required for syncing data with the configuration service !!! "
|
9
|
+
end
|
5
10
|
|
6
11
|
module TuneMyGc
|
7
12
|
NETWORK_TIMEOUT = 30 #seconds
|
data/lib/tunemygc/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tunemygc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.60
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bear Metal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|