From 3345c58dfb41192dc06f49632287d6a347b7abbb Mon Sep 17 00:00:00 2001 From: Rory OConnell Date: Wed, 15 Feb 2012 11:54:46 -0800 Subject: [PATCH] Fixing broken release --- History.rdoc | 6 +++++- Rakefile | 1 - net-ldap.gemspec | 4 +--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/History.rdoc b/History.rdoc index 49a48c3..1032745 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,7 +1,11 @@ +=== Net::LDAP 0.3.1 / 2012-02-15 +* Bug Fixes: + * Bundler should now work again + === Net::LDAP 0.3.0 / 2012-02-14 * Major changes: * Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC -Major Enhancements: +* Major Enhancements: * Adding continuation reference processing * Bug Fixes: * Fixes usupported object type #139 diff --git a/Rakefile b/Rakefile index d1cde4e..b30f529 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,6 @@ require 'hoe' Hoe.plugin :doofus Hoe.plugin :git Hoe.plugin :gemspec -Hoe.plugin :rubyforge Hoe.spec 'net-ldap' do |spec| spec.rubyforge_name = spec.name diff --git a/net-ldap.gemspec b/net-ldap.gemspec index 91f23e1..7605d37 100644 --- a/net-ldap.gemspec +++ b/net-ldap.gemspec @@ -1,9 +1,7 @@ # -*- encoding: utf-8 -*- -$:.unshift './lib' - Gem::Specification.new do |s| s.name = %q{net-ldap} - s.version = Net::LDAP::VERSION + s.version = "0.3.1" 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"]