bearded / ruby-ldap

Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.
http://rubyforge.org/projects/ruby-ldap/
Other
66 stars 35 forks source link

[PATCH] replace STR2CSTR with StringValuePtr for Ruby 1.9.2. #3

Closed nazy closed 14 years ago

nazy commented 14 years ago

ruby-ldap couldn't `make' with Ruby 1.9.2 because of STR2CSTR.

[PATCH] http://github.com/nazy/ruby-ldap/commit/9e334cd3038995ed5401cac7b268ada2dbf86360

Regards,

ghost commented 14 years ago

Hello, nazy!

Thank you for patch, it was applied in master.

P.S. Please use Pull Request button for patches instead of creating an issue.

nazy commented 14 years ago

Hello, alexey chebotar,

Thank you for accepting my patch.

In addition, my sincere apologies for not understanding about the pull request function. I've just learned it. Next time, I'll use the function. Thanks for your advice.