Skip to content

Commit a102054

Browse files
author
Rory OConnell
committed
Version bump
1 parent 4ab7645 commit a102054

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lib/net/ber.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module Net # :nodoc:
106106
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
107107
# </table>
108108
module BER
109-
VERSION = '0.3.0'
109+
VERSION = '0.4.0'
110110

111111
##
112112
# Used for BER-encoding the length and content bytes of a Fixnum integer

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class LDAP
241241
# and then keeps it open while it executes a user-supplied block.
242242
# Net::LDAP#open closes the connection on completion of the block.
243243
class Net::LDAP
244-
VERSION = "0.3.0"
244+
VERSION = "0.4.0"
245245

246246
class LdapError < StandardError; end
247247

lib/net/snmp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# :stopdoc:
33
module Net
44
class SNMP
5-
VERSION = '0.3.0'
5+
VERSION = '0.4.0'
66

77
AsnSyntax = Net::BER.compile_syntax({
88
:application => {

net-ldap.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |s|
33
s.name = %q{net-ldap}
4-
s.version = "0.3.2"
4+
s.version = "0.4.0"
55

66
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
77
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler"]
8-
s.date = %q{2011-03-17}
8+
s.date = %q{2012-02-28}
99
s.description = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the
1010
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
1111
accessing distributed directory services. Net::LDAP is written completely in

0 commit comments

Comments
 (0)