el_dap 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +5 -0
  2. data/el_dap.gemspec +2 -0
  3. data/lib/el_dap/version.rb +1 -1
  4. metadata +13 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ 0.0.2
2
+ =====
3
+
4
+ Added correct runtime dependencies.
5
+
1
6
  0.0.1
2
7
  =====
3
8
 
data/el_dap.gemspec CHANGED
@@ -18,4 +18,6 @@ Gem::Specification.new do |s|
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
+
22
+ s.add_dependency("net-ldap", "~> 0.2.2")
21
23
  end
@@ -1,3 +1,3 @@
1
1
  module ElDap
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: el_dap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,18 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-04-19 00:00:00.000000000Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: net-ldap
16
+ requirement: &78758470 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 0.2.2
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *78758470
14
25
  description: A simple search and authentication tool for Active Directory using LDAP.
15
26
  email:
16
27
  - ed.james.email@gmail.com