Skip to content

Commit 379f878

Browse files
author
steve
committed
Bump gem to 0.4.0.cv
1 parent 40b62bf commit 379f878

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

History.rdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
=== Net::LDAP 0.4.0.cv / 2013-01-31
2+
* Merge our (CloudVolumes) changes with upstream 4.0 changes
3+
14
=== Net::LDAP 0.3.1.sv1 / 2012-05-15
25
* Fixed unicode string encoding over LDAP.
36

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.1.sv1'
109+
VERSION = '0.4.0.cv'
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.1.sv1"
244+
VERSION = "0.4.0.cv"
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.1.sv1'
5+
VERSION = '0.4.0.cv'
66

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

net-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |s|
33
s.name = %q{net-ldap}
4-
s.version = "0.3.1.sv1"
4+
s.version = "0.4.0.cv"
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"]

0 commit comments

Comments
 (0)