Sha256: a39f8c56a35d05aa53a5d12b1b20105731defac78a8df2e1a661a51c3976dd6a
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 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_with_attributes' spec.version = XmlHasher::VERSION spec.authors = ['Philippe Blayo'] spec.description = %q{Fast XML to Ruby Hash converter} spec.summary = %q{XmlHasher converts XML to Ruby Hash} spec.homepage = 'https://github.com/pblayo/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.10.0' spec.add_dependency 'escape_utils', '1.2.1' spec.add_development_dependency 'rake', '12.3.2' spec.add_development_dependency 'bundler', '1.16.3' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xmlhasher_with_attributes-1.0.1 | xmlhasher_with_attributes.gemspec |
xmlhasher_with_attributes-1.0.0 | xmlhasher.gemspec |