global_session 1.0.2 → 1.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.
@@ -7,7 +7,7 @@ spec = Gem::Specification.new do |s|
7
7
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
8
8
 
9
9
  s.name = 'global_session'
10
- s.version = '1.0.2'
10
+ s.version = '1.0.3'
11
11
  s.date = '2011-01-15'
12
12
 
13
13
  s.authors = ['Tony Spataro']
@@ -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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro