Sha256: 0dfaafe2fd12f6ded568439bafaa116164dfede3371d286d953f2ee722421fb5
Contents?: true
Size: 1.03 KB
Versions: 5
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'xmlhasher/version' Gem::Specification.new do |spec| spec.name = 'xmlhasher' spec.version = XmlHasher::VERSION spec.authors = ['Gene Drabkin'] spec.email = ['gene.drabkin@gmail.com'] spec.description = %q{Fast XML to Ruby Hash converter} spec.summary = %q{XmlHasher converts XML to Ruby Hash} spec.homepage = 'https://github.com/cloocher/xmlhasher' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.required_ruby_version = '>= 1.8.7' spec.required_rubygems_version = '>= 1.3.6' spec.add_dependency 'ox', '>= 2.0' spec.add_dependency 'escape_utils', '>= 0.3.2' spec.add_development_dependency 'rake' spec.add_development_dependency 'bundler' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
xmlhasher-1.0.0 | xmlhasher.gemspec |
xmlhasher-0.0.6 | xmlhasher.gemspec |
xmlhasher-0.0.5 | xmlhasher.gemspec |
xmlhasher-0.0.4 | xmlhasher.gemspec |
xmlhasher-0.0.3 | xmlhasher.gemspec |