Sha256: 995a7b36ec09e66eee51e2df43f764edd8de2cca7d98f76c26f5a64966b7ecd8
Contents?: true
Size: 1.7 KB
Versions: 0
Compression: gzip
Compressed size: 753 Bytes
Stored size: 753 Bytes
Contents
--- !ruby/object:Gem::Specification name: stringex version: !ruby/object:Gem::Version hash: 25 prerelease: segments: - 1 - 3 - 1 version: 1.3.1 platform: ruby authors: - Russell Norris autorequire: bindir: bin cert_chain: [] date: 2012-02-16 00:00:00 -05:00 default_executable: dependencies: [] description: "Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class]." email: rsl@luckysneaks.com executables: [] extensions: [] extra_rdoc_files: - MIT-LICENSE - README.rdoc files: - MIT-LICENSE - README.rdoc - Rakefile - init.rb - lib/stringex.rb - stringex.gemspec - test/acts_as_url_test.rb - test/string_extensions_test.rb - test/unidecoder_test.rb has_rdoc: true homepage: http://github.com/rsl/stringex licenses: [] post_install_message: rdoc_options: - --main - README.rdoc - --charset - utf-8 - --line-numbers require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.4.2 signing_key: specification_version: 3 summary: Some [hopefully] useful extensions to Ruby's String class test_files: - test/acts_as_url_test.rb - test/string_extensions_test.rb - test/unidecoder_test.rb