global_session 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/global_session.gemspec +1 -1
- data/lib/global_session/directory.rb +0 -1
- metadata +3 -3
data/global_session.gemspec
CHANGED
@@ -44,7 +44,6 @@ module GlobalSession
|
|
44
44
|
@configuration = configuration
|
45
45
|
certs = Dir[File.join(keystore_directory, '*.pub')]
|
46
46
|
keys = Dir[File.join(keystore_directory, '*.key')]
|
47
|
-
raise ConfigurationError, "Excepted 0 or 1 key files, found #{keys.size}" unless [0, 1].include?(keys.size)
|
48
47
|
|
49
48
|
@authorities = {}
|
50
49
|
certs.each do |cert_file|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: global_session
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 3
|
10
|
+
version: 1.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tony Spataro
|