casino_core 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- casino_core (1.0.10)
4
+ casino_core (1.0.11)
5
5
  activerecord (~> 3.2.9)
6
6
  addressable (~> 2.3)
7
7
  useragent (~> 0.4)
@@ -1,3 +1,3 @@
1
1
  module CASinoCore
2
- VERSION = '1.0.10'
2
+ VERSION = '1.0.11'
3
3
  end
data/lib/casino_core.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require 'active_support/inflector'
2
+
1
3
  module CASinoCore
2
4
  autoload :Authenticator, 'casino_core/authenticator.rb'
3
5
  autoload :Helper, 'casino_core/helper.rb'
@@ -19,11 +21,6 @@ module CASinoCore
19
21
  config = YAML.load_file('config/cas.yml')[@environment].symbolize_keys
20
22
  recursive_symbolize_keys!(config)
21
23
  CASinoCore::Settings.init config
22
-
23
- ActiveSupport::Inflector.inflections do |inflect|
24
- inflect.acronym 'CAS'
25
- inflect.acronym 'CASino'
26
- end
27
24
  end
28
25
 
29
26
  private
@@ -36,3 +33,8 @@ module CASinoCore
36
33
  end
37
34
  end
38
35
  end
36
+
37
+ ActiveSupport::Inflector.inflections do |inflect|
38
+ inflect.acronym 'CAS'
39
+ inflect.acronym 'CASino'
40
+ end
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.0.10
4
+ version: 1.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -328,7 +328,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
328
328
  version: '0'
329
329
  segments:
330
330
  - 0
331
- hash: -919600257293812770
331
+ hash: 779174048466373249
332
332
  required_rubygems_version: !ruby/object:Gem::Requirement
333
333
  none: false
334
334
  requirements:
@@ -337,7 +337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
337
337
  version: '0'
338
338
  segments:
339
339
  - 0
340
- hash: -919600257293812770
340
+ hash: 779174048466373249
341
341
  requirements: []
342
342
  rubyforge_project:
343
343
  rubygems_version: 1.8.24