Sha256: c2b262cd8b7b3772dcc2e0150e6038c8e32fcdd2b61fac72e593faf8c425ceab
Contents?: true
Size: 829 Bytes
Versions: 4
Compression:
Stored size: 829 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'koara/xml' Gem::Specification.new do |s| s.name = 'koara-xml' s.version = Koara::Xml::VERSION s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ['Andy Van Den Heuvel'] s.email = ['andy.vandenheuvel@gmail.com'] s.summary = 'Koara to HTML parser written in Ruby' s.description = s.summary s.homepage = 'https://github.com/koara/koara-rb-html' s.license = 'Apache-2.0' s.files = `git ls-files`.split($/) s.test_files = s.files.grep(%r{^(test|features)/}) s.require_paths = ["lib"] s.add_development_dependency 'rake', '~> 10.4', '>= 10.4.2' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
koara-xml-0.15.0 | koara-xml.gemspec |
koara-xml-0.14.0 | koara-xml.gemspec |
koara-xml-0.13.0 | koara-xml.gemspec |
koara-xml-0.12.0 | koara-xml.gemspec |