openid_connect 0.0.22 → 0.0.23

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,12 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- openid_connect (0.0.21)
4
+ openid_connect (0.0.22)
5
5
  activemodel (>= 3)
6
6
  attr_required (>= 0.0.3)
7
7
  json (>= 1.4.3)
8
8
  jwt (>= 0.1.3)
9
- rack-oauth2 (>= 0.9.4)
9
+ rack-oauth2 (>= 0.9.5)
10
10
  swd (>= 0.0.6)
11
11
  tzinfo
12
12
  validate_email
@@ -25,6 +25,7 @@ GEM
25
25
  addressable (2.2.6)
26
26
  attr_required (0.0.3)
27
27
  bcrypt-ruby (3.0.0)
28
+ bcrypt-ruby (3.0.0-java)
28
29
  bouncy-castle-java (1.5.0146.1)
29
30
  builder (3.0.0)
30
31
  crack (0.1.8)
@@ -34,6 +35,7 @@ GEM
34
35
  jruby-openssl (0.7.4)
35
36
  bouncy-castle-java
36
37
  json (1.5.4)
38
+ json (1.5.4-java)
37
39
  jwt (0.1.3)
38
40
  json (>= 1.2.4)
39
41
  mail (2.3.0)
@@ -44,7 +46,7 @@ GEM
44
46
  multi_json (1.0.3)
45
47
  polyglot (0.3.2)
46
48
  rack (1.3.2)
47
- rack-oauth2 (0.9.4)
49
+ rack-oauth2 (0.9.5)
48
50
  activesupport (>= 2.3)
49
51
  attr_required (>= 0.0.3)
50
52
  httpclient (>= 2.2.0.2)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.22
1
+ 0.0.23
@@ -37,7 +37,7 @@ module OpenIDConnect
37
37
  end
38
38
 
39
39
  def as_json(options = {})
40
- validate!
40
+ validate! unless options[:skip_validation]
41
41
  all_attributes.inject({}) do |hash, _attr_|
42
42
  hash.merge! _attr_ => self.send(_attr_)
43
43
  end.delete_if do |key, value|
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: openid_connect
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.22
5
+ version: 0.0.23
6
6
  platform: ruby
7
7
  authors:
8
8
  - nov matake