fakeldap 0.1 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fakeldap/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a72584460dc549575b8b53500242c79df86b78b
4
- data.tar.gz: ba760b58306a32ededbd4cd2fe8aee87f8240254
3
+ metadata.gz: 54d1bb5bafb2d54aea0a3abc84ad013438cfa2ba
4
+ data.tar.gz: 07df9b47932a55e67f47b7537090f962a9d1bb1e
5
5
  SHA512:
6
- metadata.gz: 0ea9fc3b5afea99ad01fac3d865be2c82c5f4cdadb0fd67bfc93a52d6c5ecb7fc8a86649b6b465fa39e688e7e9f5c25f61cada4f5bfca2554897ee3439114c38
7
- data.tar.gz: 33a44420cce973f6737af448a744f1c818fc707215294325b117364c6cb235239bc23245828998bc3c3489d8c83ebf2977c328f9e277a58c86aa485c841268e1
6
+ metadata.gz: 12196f3c2e0ba4da6a5f02d09863c2bb21a30a4afa59f28055d4a7959aa524c8bdb2654dfe80121f81c05c78a9066f41802fb8081dfa3cf4c448b2e9cb69ccc2
7
+ data.tar.gz: '0925db6720a9f4ae40560b19c1d60521b1ea8b29633213a6440421400f293389201cb4211f2c5e1c2c2e130a9538f88d3c2b80373a212c36578536877107be37'
@@ -1,4 +1,4 @@
1
1
  module FakeLDAP
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fakeldap
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aanand Prasad
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-09 00:00:00.000000000 Z
12
+ date: 2018-03-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '0'
34
+ version: 0.16.0
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '0'
41
+ version: 0.16.0
42
42
  description: 'Supports: Admin user bind operation, Regular user authentication, Create
43
43
  (add), read (search), update (modify), and delete operations for users and groups'
44
44
  email:
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 2.4.1
74
+ rubygems_version: 2.4.8
75
75
  signing_key:
76
76
  specification_version: 4
77
77
  summary: A fake LDAP server for use in testing