Version bump
This commit is contained in:
parent
4ab764558f
commit
a102054bbf
4 changed files with 5 additions and 5 deletions
|
@ -106,7 +106,7 @@ module Net # :nodoc:
|
||||||
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
|
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
|
||||||
# </table>
|
# </table>
|
||||||
module BER
|
module BER
|
||||||
VERSION = '0.3.0'
|
VERSION = '0.4.0'
|
||||||
|
|
||||||
##
|
##
|
||||||
# Used for BER-encoding the length and content bytes of a Fixnum integer
|
# Used for BER-encoding the length and content bytes of a Fixnum integer
|
||||||
|
|
|
@ -241,7 +241,7 @@ require 'net/ldap/entry'
|
||||||
# and then keeps it open while it executes a user-supplied block.
|
# and then keeps it open while it executes a user-supplied block.
|
||||||
# Net::LDAP#open closes the connection on completion of the block.
|
# Net::LDAP#open closes the connection on completion of the block.
|
||||||
class Net::LDAP
|
class Net::LDAP
|
||||||
VERSION = "0.3.0"
|
VERSION = "0.4.0"
|
||||||
|
|
||||||
class LdapError < StandardError; end
|
class LdapError < StandardError; end
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# :stopdoc:
|
# :stopdoc:
|
||||||
module Net
|
module Net
|
||||||
class SNMP
|
class SNMP
|
||||||
VERSION = '0.3.0'
|
VERSION = '0.4.0'
|
||||||
|
|
||||||
AsnSyntax = Net::BER.compile_syntax({
|
AsnSyntax = Net::BER.compile_syntax({
|
||||||
:application => {
|
:application => {
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{net-ldap}
|
s.name = %q{net-ldap}
|
||||||
s.version = "0.3.2"
|
s.version = "0.4.0"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler"]
|
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler"]
|
||||||
s.date = %q{2011-03-17}
|
s.date = %q{2012-02-28}
|
||||||
s.description = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the
|
s.description = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the
|
||||||
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
|
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
|
||||||
accessing distributed directory services. Net::LDAP is written completely in
|
accessing distributed directory services. Net::LDAP is written completely in
|
||||||
|
|
Loading…
Reference in a new issue