scim-kit 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 639a2ef0b56a72450d228d3523e9e5f999e4ad68cd9a4460195aa5d123a5a7f3
4
- data.tar.gz: e5f5df1e0834b2269cedbca097b4b4ac5d4b9d7dd14908edffcba17d2ea995e7
3
+ metadata.gz: '03508b00c8ef52b1becf19424807a5fcbcdf9cc3ba777749a05fd06b0b021704'
4
+ data.tar.gz: b153296ba1adc24ff5ad8393cc65c95be08d783e4b726c6453e155a025e24c9e
5
5
  SHA512:
6
- metadata.gz: 3595ecddd405ca2bf39e24e0f4778abb9bbc64852fd0e0299704f0bdb759afa1e48e7f68673237b8b6392a9704654c49385e553f7f4dea38af476a5a167b17bc
7
- data.tar.gz: 204b543726948468a109fabaf0ba97d65d375ca60cc5699dcdb0c42400e84e539d1761a20f761a4774855243d1984eaf59471821fba8be0e6f0848bd8a6fd950
6
+ metadata.gz: b7fb73dfd610953718bda94fb04663b9de89a7210e6c87b52df4e3866058e2794116b26b2e051df33d13cdadb4df25930e7f857beb40d55559597b90f62285c4
7
+ data.tar.gz: b1d1de39b5df6fdf269376f28096c3bf921e159c5e25049c9ff5207bdb5016a3960482e4774ebf74e17ecbcaa847c25d54937d77e84e19d746bfe19c920d6471
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- Version 0.3.0
1
+ Version 0.3.1
2
2
  # Changelog
3
3
  All notable changes to this project will be documented in this file.
4
4
 
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [Unreleased]
9
9
  - NA
10
10
 
11
+ ## [0.3.1] - 2019-02-23
12
+ ### Changed
13
+ - fix bug in `Scim::Kit::V2.configure`
14
+
11
15
  ## [0.3.0] - 2019-02-21
12
16
  ### Added
13
17
  - add ServiceProviderConfiguration JSON parsing
@@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
31
  - \_assign does not coerce values by default.
28
32
  - errors are merged together instead of overwritten during attribute validation.
29
33
 
30
- [Unreleased]: https://github.com/mokhan/scim-kit/compare/v0.3.0...HEAD
34
+ [Unreleased]: https://github.com/mokhan/scim-kit/compare/v0.3.1...HEAD
35
+ [0.3.1]: https://github.com/mokhan/scim-kit/compare/v0.3.0...v0.3.1
31
36
  [0.3.0]: https://github.com/mokhan/scim-kit/compare/v0.2.16...v0.3.0
32
37
  [0.2.16]: https://github.com/mokhan/scim-kit/compare/v0.2.15...v0.2.16
33
38
  [0.2.15]: https://github.com/mokhan/scim-kit/compare/v0.2.14...v0.2.15
data/lib/scim/kit/v2.rb CHANGED
@@ -75,9 +75,7 @@ module Scim
75
75
  end
76
76
 
77
77
  def configure
78
- builder = ::Scim::Kit::V2::Configuration::Builder.new
79
- yield builder
80
- builder.apply_to(configuration)
78
+ yield ::Scim::Kit::V2::Configuration::Builder.new(configuration)
81
79
  end
82
80
  end
83
81
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Scim
4
4
  module Kit
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scim-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-22 00:00:00.000000000 Z
11
+ date: 2019-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel