Sha256: 79cede4d40bdb9327b0190306d2c9053ae77dfb28ca14ef3b90a2d99ca52f30a
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
Gem::Specification.new do |s| s.name = "xml-smart" s.version = "0.5.0" s.platform = Gem::Platform::RUBY s.license = "LGPL-3.0" s.summary = "An xml library that doesn't suck (for me) - since 2004." s.description = "An xml library that doesn't suck (since 2004). Based on Nokogiri since 2012. For more info check out the Documentation link below." s.files = Dir['{lib/**/*,example/**/*}'] + %w(COPYING Rakefile xml-smart.gemspec README.md AUTHORS) s.require_path = 'lib' s.extra_rdoc_files = ['README.md'] s.test_files = Dir['test/tc_*.rb','test/*.xml','test/*.rng','test/*.xsd','test/smartrunner.rb','minitest/*'] s.bindir = 'example' s.executables = ['xpath_visual'] s.authors = ['Juergen eTM Mangler'] s.email = 'juergen.mangler@gmail.com' s.homepage = 'https://github.com/etm/xml-smart/' s.required_ruby_version = '>=1.9.3' s.add_runtime_dependency 'nokogiri', '~> 1', '>= 1.6.6' s.add_runtime_dependency 'term-ansicolor', '~> 1', '>= 1.3' s.add_runtime_dependency 'minitest', '~> 5', '>= 5.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xml-smart-0.5.0 | xml-smart.gemspec |