devise_bushido_authenticatable 1.0.1 → 1.0.2

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
@@ -14,8 +14,8 @@ GIT
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- devise_bushido_authenticatable (1.0.1)
18
- devise (>= 1.0.6)
17
+ devise_bushido_authenticatable (1.0.2)
18
+ devise (= 1.1.9)
19
19
  rubycas-client (>= 2.2.1)
20
20
 
21
21
  GEM
@@ -51,7 +51,7 @@ GEM
51
51
  multi_json (~> 1.0)
52
52
  addressable (2.2.6)
53
53
  arel (2.2.1)
54
- bcrypt-ruby (3.0.1)
54
+ bcrypt-ruby (2.1.4)
55
55
  builder (3.0.0)
56
56
  capybara (1.1.2)
57
57
  mime-types (>= 1.16)
@@ -64,10 +64,9 @@ GEM
64
64
  ffi (~> 1.0.6)
65
65
  coderay (0.9.8)
66
66
  crypt-isaac (0.9.1)
67
- devise (1.5.2)
68
- bcrypt-ruby (~> 3.0)
69
- orm_adapter (~> 0.0.3)
70
- warden (~> 1.1)
67
+ devise (1.1.9)
68
+ bcrypt-ruby (~> 2.1.2)
69
+ warden (~> 1.0.2)
71
70
  diff-lcs (1.1.3)
72
71
  erubis (2.7.0)
73
72
  ffi (1.0.11)
@@ -88,7 +87,6 @@ GEM
88
87
  metaclass (~> 0.0.1)
89
88
  multi_json (1.0.4)
90
89
  nokogiri (1.5.0)
91
- orm_adapter (0.0.5)
92
90
  polyglot (0.3.3)
93
91
  pry (0.9.7.4)
94
92
  coderay (~> 0.9.8)
@@ -139,7 +137,7 @@ GEM
139
137
  rspec (~> 2.7.0)
140
138
  ruby_parser (2.3.1)
141
139
  sexp_processor (~> 3.0)
142
- rubycas-client (2.2.1)
140
+ rubycas-client (2.3.8)
143
141
  activesupport
144
142
  rubyzip (0.9.5)
145
143
  selenium-webdriver (2.15.0)
@@ -169,7 +167,7 @@ GEM
169
167
  polyglot
170
168
  polyglot (>= 0.3.1)
171
169
  tzinfo (0.3.31)
172
- warden (1.1.0)
170
+ warden (1.0.6)
173
171
  rack (>= 1.0)
174
172
  xpath (0.1.4)
175
173
  nokogiri (~> 1.3)
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
  # specify any dependencies here; for example:
22
22
  # s.add_development_dependency "rspec"
23
23
  # s.add_runtime_dependency "rest-client"
24
- s.add_runtime_dependency(%q<devise>, [">= 1.0.6"])
24
+ s.add_runtime_dependency(%q<devise>, ["= 1.1.9"])
25
25
  s.add_runtime_dependency(%q<rubycas-client>, [">= 2.2.1"])
26
26
 
27
27
  s.add_development_dependency("rspec")
@@ -1,3 +1,3 @@
1
1
  module DeviseBushidoAuthenticatable
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: devise_bushido_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Akash Manohar J
@@ -12,16 +12,16 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2012-02-13 00:00:00 Z
15
+ date: 2012-02-14 00:00:00 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: devise
19
19
  requirement: &id001 !ruby/object:Gem::Requirement
20
20
  none: false
21
21
  requirements:
22
- - - ">="
22
+ - - "="
23
23
  - !ruby/object:Gem::Version
24
- version: 1.0.6
24
+ version: 1.1.9
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: *id001
@@ -219,7 +219,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
219
  requirements:
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- hash: -346763631352534379
222
+ hash: 4268341778941476382
223
223
  segments:
224
224
  - 0
225
225
  version: "0"
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  requirements:
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- hash: -346763631352534379
231
+ hash: 4268341778941476382
232
232
  segments:
233
233
  - 0
234
234
  version: "0"