Skip to content

Commit 9b81347

Browse files
committed
Update net-ldap.gemspec
ASCIIfy characters that were leading to "invalid byte sequence in US-ASCII" errors
1 parent 8a18267 commit 9b81347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net-ldap.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ subset of server features as well.
1414
1515
Net::LDAP has been tested against modern popular LDAP servers including
1616
OpenLDAP and Active Directory. The current release is mostly compliant with
17-
earlier versions of the IETF LDAP RFCs (22512256, 28292830, 3377, and 3771).
17+
earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
1818
Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with
19-
the most recent LDAP RFCs (45104519, plutions of 45204532).}
19+
the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
2020
s.email = ["blackhedd@rubyforge.org", "gemiel@gmail.com", "rory.ocon@gmail.com", "kaspar.schiess@absurd.li", "austin@rubyforge.org"]
2121
s.extra_rdoc_files = ["Manifest.txt", "Contributors.rdoc", "Hacking.rdoc", "History.rdoc", "License.rdoc", "README.rdoc"]
2222
s.files = [".autotest", ".rspec", "Contributors.rdoc", "Hacking.rdoc", "History.rdoc", "License.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "autotest/discover.rb", "lib/net-ldap.rb", "lib/net/ber.rb", "lib/net/ber/ber_parser.rb", "lib/net/ber/core_ext.rb", "lib/net/ber/core_ext/array.rb", "lib/net/ber/core_ext/bignum.rb", "lib/net/ber/core_ext/false_class.rb", "lib/net/ber/core_ext/fixnum.rb", "lib/net/ber/core_ext/string.rb", "lib/net/ber/core_ext/true_class.rb", "lib/net/ldap.rb", "lib/net/ldap/dataset.rb", "lib/net/ldap/dn.rb", "lib/net/ldap/entry.rb", "lib/net/ldap/filter.rb", "lib/net/ldap/password.rb", "lib/net/ldap/pdu.rb", "lib/net/snmp.rb", "net-ldap.gemspec", "spec/integration/ssl_ber_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/unit/ber/ber_spec.rb", "spec/unit/ber/core_ext/string_spec.rb", "spec/unit/ldap/dn_spec.rb", "spec/unit/ldap/entry_spec.rb", "spec/unit/ldap/filter_spec.rb", "spec/unit/ldap_spec.rb", "test/common.rb", "test/test_entry.rb", "test/test_filter.rb", "test/test_ldap_connection.rb", "test/test_ldif.rb", "test/test_password.rb", "test/test_rename.rb", "test/test_snmp.rb", "test/testdata.ldif", "testserver/ldapserver.rb", "testserver/testdata.ldif"]

0 commit comments

Comments
 (0)