Sha256: 35c5118c501b57976443b790e7dbf6be0d5f5acd6b31fa12ef535b0803bf3c29
Contents?: true
Size: 1.82 KB
Versions: 0
Compression: gzip
Compressed size: 822 Bytes
Stored size: 822 Bytes
Contents
--- !ruby/object:Gem::Specification name: idn-ruby version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 0 version: 0.1.0 platform: ruby authors: - Erik Abele - Bharanee Rathna autorequire: bindir: bin cert_chain: [] date: 2011-05-31 00:00:00 +10:00 default_executable: dependencies: [] description: "\n Ruby Bindings for the GNU LibIDN library, an implementation of the\n Stringprep, Punycode and IDNA specifications defined by the IETF\n Internationalized Domain Names (IDN) working group.\n\n Included are the most important parts of the Stringprep, Punycode\n and IDNA APIs like performing Stringprep processings, encoding to\n and decoding from Punycode strings and converting entire domain names\n to and from the ACE encoded form.\n " email: deepfryed@gmail.com executables: [] extensions: - ext/extconf.rb extra_rdoc_files: - LICENSE - README files: - CHANGES - LICENSE - NOTICE - README - Rakefile - ext/idn.c - ext/idn.h - ext/idna.c - ext/punycode.c - ext/stringprep.c - test/ts_IDN.rb - test/tc_Punycode.rb - test/tc_Stringprep.rb - test/tc_Idna.rb - ext/extconf.rb has_rdoc: true homepage: http://github.com/deepfryed/idn-ruby licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: LibIDN Ruby Bindings. test_files: - test/ts_IDN.rb - test/tc_Punycode.rb - test/tc_Stringprep.rb - test/tc_Idna.rb