Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Updated manifest, version, and gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
phene committed Jun 19, 2012
1 parent c8df020 commit 9fa3138
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.bundle/config
COPYING
Gemfile
Gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift('lib')

require 'net/ldap'

PKG_NAME = 'scashin133-net-ldap'
PKG_NAME = 'socialcast-net-ldap'
PKG_VERSION = Net::LDAP::VERSION
PKG_DIST = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_TAR = "pkg/#{PKG_DIST}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion lib/net/ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class LDAP
# and then keeps it open while it executes a user-supplied block.
# Net::LDAP#open closes the connection on completion of the block.
class Net::LDAP
VERSION = "0.1.4"
VERSION = "0.1.5"

class LdapError < StandardError; end

Expand Down

0 comments on commit 9fa3138

Please sign in to comment.