Skip to content

Commit 494032e

Browse files
author
Luiz Angelo Daros de Luca
committed
- updated authors and version
1 parent a5cb3d2 commit 494032e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/net/ldap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.5.0"
3+
VERSION = "0.5.1"
44
end
55
end

net-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.version = Net::LDAP::VERSION
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11-
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler"]
11+
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler", "Luiz Angelo Daros de Luca"]
1212
s.date = %q{2012-02-28}
1313
s.description = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the
1414
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for

0 commit comments

Comments
 (0)