casino_core-authenticator-activerecord 1.1.1 → 1.1.2

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-authenticator-activerecord (1.1.1)
4
+ casino_core-authenticator-activerecord (1.1.2)
5
5
  activerecord (~> 3.2.12)
6
6
  bcrypt-ruby (~> 3.0.1)
7
7
  unix-crypt (~> 1.0.2)
@@ -0,0 +1 @@
1
+ require 'casino_core-authenticator-activerecord'
@@ -1,7 +1,7 @@
1
1
  module CASinoCore
2
2
  class Authenticator
3
3
  class ActiveRecord
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casino_core-authenticator-activerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-02-22 00:00:00.000000000 Z
13
+ date: 2013-02-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -141,6 +141,7 @@ files:
141
141
  - README.md
142
142
  - Rakefile
143
143
  - casino_core-authenticator-activerecord.gemspec
144
+ - lib/casino_core-authenticator-active_record.rb
144
145
  - lib/casino_core-authenticator-activerecord.rb
145
146
  - lib/casino_core/authenticator/activerecord.rb
146
147
  - lib/casino_core/authenticator/activerecord/version.rb
@@ -159,15 +160,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
160
  - - ! '>='
160
161
  - !ruby/object:Gem::Version
161
162
  version: '0'
163
+ segments:
164
+ - 0
165
+ hash: 3386198219502507713
162
166
  required_rubygems_version: !ruby/object:Gem::Requirement
163
167
  none: false
164
168
  requirements:
165
169
  - - ! '>='
166
170
  - !ruby/object:Gem::Version
167
171
  version: '0'
172
+ segments:
173
+ - 0
174
+ hash: 3386198219502507713
168
175
  requirements: []
169
176
  rubyforge_project:
170
- rubygems_version: 1.8.24
177
+ rubygems_version: 1.8.25
171
178
  signing_key:
172
179
  specification_version: 3
173
180
  summary: Provides mechanism to use ActiveRecord as an authenticator for CASinoCore.