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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- casino_core (1.3.2)
4
+ casino_core (1.3.3)
5
5
  activerecord (~> 3.2.9)
6
6
  addressable (~> 2.3)
7
7
  faraday (~> 0.8)
@@ -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.classify
64
+ classname = name.camelize
65
65
  begin
66
66
  require gemname
67
67
  CASinoCore::Authenticator.const_get(classname).new(options)
@@ -1,3 +1,3 @@
1
1
  module CASinoCore
2
- VERSION = '1.3.2'
2
+ VERSION = '1.3.3'
3
3
  end
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.2
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-17 00:00:00.000000000 Z
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