casino_core 1.3.2 → 1.3.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.
- data/Gemfile.lock +1 -1
- data/lib/casino_core/settings.rb +1 -1
- data/lib/casino_core/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -8
- metadata.gz.sig +0 -0
data/Gemfile.lock
CHANGED
data/lib/casino_core/settings.rb
CHANGED
|
@@ -61,7 +61,7 @@ module CASinoCore
|
|
|
61
61
|
private
|
|
62
62
|
def load_and_instantiate_authenticator(name, options)
|
|
63
63
|
gemname = "casino_core-authenticator-#{name.underscore}"
|
|
64
|
-
classname = name.
|
|
64
|
+
classname = name.camelize
|
|
65
65
|
begin
|
|
66
66
|
require gemname
|
|
67
67
|
CASinoCore::Authenticator.const_get(classname).new(options)
|
data/lib/casino_core/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: casino_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
b1VSdnUwRzgvWXlIVUFtSVUvV0tyanIxYmdjZjFWUnYKUjRLRDFNblVWL3Y1
|
|
37
37
|
MDJwaU1sWG1qeE9XZGJLOHl2UUVIa3N1L3pqYkNqU3UrTTJrd0ZtV0dzeDVu
|
|
38
38
|
eCtWZHc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
|
39
|
-
date: 2013-02-
|
|
39
|
+
date: 2013-02-22 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rake
|
|
@@ -429,18 +429,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
429
429
|
- - ! '>='
|
|
430
430
|
- !ruby/object:Gem::Version
|
|
431
431
|
version: '0'
|
|
432
|
-
segments:
|
|
433
|
-
- 0
|
|
434
|
-
hash: 1700907727997131788
|
|
435
432
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
436
433
|
none: false
|
|
437
434
|
requirements:
|
|
438
435
|
- - ! '>='
|
|
439
436
|
- !ruby/object:Gem::Version
|
|
440
437
|
version: '0'
|
|
441
|
-
segments:
|
|
442
|
-
- 0
|
|
443
|
-
hash: 1700907727997131788
|
|
444
438
|
requirements: []
|
|
445
439
|
rubyforge_project:
|
|
446
440
|
rubygems_version: 1.8.24
|
metadata.gz.sig
CHANGED
|
Binary file
|