Skip to content

Commit 3345c58

Browse files
author
Rory OConnell
committed
Fixing broken release
1 parent 373304d commit 3345c58

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

History.rdoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
=== Net::LDAP 0.3.1 / 2012-02-15
2+
* Bug Fixes:
3+
* Bundler should now work again
4+
15
=== Net::LDAP 0.3.0 / 2012-02-14
26
* Major changes:
37
* Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC
4-
Major Enhancements:
8+
* Major Enhancements:
59
* Adding continuation reference processing
610
* Bug Fixes:
711
* Fixes usupported object type #139

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require 'hoe'
66
Hoe.plugin :doofus
77
Hoe.plugin :git
88
Hoe.plugin :gemspec
9-
Hoe.plugin :rubyforge
109

1110
Hoe.spec 'net-ldap' do |spec|
1211
spec.rubyforge_name = spec.name

net-ldap.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# -*- encoding: utf-8 -*-
2-
$:.unshift './lib'
3-
42
Gem::Specification.new do |s|
53
s.name = %q{net-ldap}
6-
s.version = Net::LDAP::VERSION
4+
s.version = "0.3.1"
75

86
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
97
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler"]

0 commit comments

Comments
 (0)