Sha256: 83a8862f65c65f6b2b0d4aeb68c3bf1a92ad1e1c82fd904563936addb8cc4f00
Contents?: true
Size: 1.65 KB
Versions: 0
Compression: gzip
Compressed size: 764 Bytes
Stored size: 764 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: idn version: !ruby/object:Gem::Version version: 0.0.2 date: 2006-02-13 00:00:00 +01:00 summary: LibIDN Ruby Bindings require_paths: - lib email: erikabele@rubyforge.org homepage: http://rubyforge.org/projects/idn/ rubyforge_project: idn description: "Ruby Bindings for the GNU LibIDN library, an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. Included are the most important parts of the Stringprep, Punycode and IDNA APIs like performing Stringprep processings, encoding to and decoding from Punycode strings and converting entire domain names to and from the ACE encoded form." autorequire: idn default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: authors: - Erik Abele files: - README - CHANGES - LICENSE - NOTICE - Rakefile - ext/idn.c - ext/idna.c - ext/punycode.c - ext/stringprep.c - ext/idn.h - ext/extconf.rb - test/tc_Idna.rb - test/tc_Punycode.rb - test/tc_Stringprep.rb - test/ts_IDN.rb test_files: - test/ts_IDN.rb rdoc_options: - "-m" - README - "-t" - LibIDN Ruby Bindings Documentation - "-N" - "-S" - "-w 2" extra_rdoc_files: - README - CHANGES - LICENSE - ext/idna.c - ext/punycode.c - ext/stringprep.c - ext/idn.c executables: [] extensions: - ext/extconf.rb requirements: [] dependencies: []