# -*- encoding: utf-8 -*- # stub: rdf-n3 3.1.1 ruby lib Gem::Specification.new do |s| s.name = "rdf-n3".freeze s.version = "3.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gregg".freeze, "Kellogg".freeze] s.date = "2019-12-13" s.description = "RDF::N3 is an Notation-3 reader/writer and reasoner for the RDF.rb library suite.".freeze s.email = "public-rdf-ruby@w3.org".freeze s.files = ["AUTHORS".freeze, "History.markdown".freeze, "README.md".freeze, "UNLICENSE".freeze, "VERSION".freeze, "lib/rdf/n3.rb".freeze, "lib/rdf/n3/algebra.rb".freeze, "lib/rdf/n3/algebra/formula.rb".freeze, "lib/rdf/n3/algebra/list/append.rb".freeze, "lib/rdf/n3/algebra/list/in.rb".freeze, "lib/rdf/n3/algebra/list/last.rb".freeze, "lib/rdf/n3/algebra/list/member.rb".freeze, "lib/rdf/n3/algebra/log/conclusion.rb".freeze, "lib/rdf/n3/algebra/log/conjunction.rb".freeze, "lib/rdf/n3/algebra/log/equalTo.rb".freeze, "lib/rdf/n3/algebra/log/implies.rb".freeze, "lib/rdf/n3/algebra/log/includes.rb".freeze, "lib/rdf/n3/algebra/log/notEqualTo.rb".freeze, "lib/rdf/n3/algebra/log/notIncludes.rb".freeze, "lib/rdf/n3/algebra/log/outputString.rb".freeze, "lib/rdf/n3/algebra/math/absoluteValue.rb".freeze, "lib/rdf/n3/algebra/math/difference.rb".freeze, "lib/rdf/n3/algebra/math/equalTo.rb".freeze, "lib/rdf/n3/algebra/math/exponentiation.rb".freeze, "lib/rdf/n3/algebra/math/greaterThan.rb".freeze, "lib/rdf/n3/algebra/math/integerQuotient.rb".freeze, "lib/rdf/n3/algebra/math/lessThan.rb".freeze, "lib/rdf/n3/algebra/math/memberCount.rb".freeze, "lib/rdf/n3/algebra/math/negation.rb".freeze, "lib/rdf/n3/algebra/math/notEqualTo.rb".freeze, "lib/rdf/n3/algebra/math/notGreaterThan.rb".freeze, "lib/rdf/n3/algebra/math/notLessThan.rb".freeze, "lib/rdf/n3/algebra/math/product.rb".freeze, "lib/rdf/n3/algebra/math/quotient.rb".freeze, "lib/rdf/n3/algebra/math/remainder.rb".freeze, "lib/rdf/n3/algebra/math/rounded.rb".freeze, "lib/rdf/n3/algebra/math/sum.rb".freeze, "lib/rdf/n3/algebra/str/concatenation.rb".freeze, "lib/rdf/n3/algebra/str/contains.rb".freeze, "lib/rdf/n3/algebra/str/containsIgnoringCase.rb".freeze, "lib/rdf/n3/algebra/str/endsWith.rb".freeze, "lib/rdf/n3/algebra/str/equalIgnoringCase.rb".freeze, "lib/rdf/n3/algebra/str/format.rb".freeze, "lib/rdf/n3/algebra/str/greaterThan.rb".freeze, "lib/rdf/n3/algebra/str/lessThan.rb".freeze, "lib/rdf/n3/algebra/str/matches.rb".freeze, "lib/rdf/n3/algebra/str/notEqualIgnoringCase.rb".freeze, "lib/rdf/n3/algebra/str/notGreaterThan.rb".freeze, "lib/rdf/n3/algebra/str/notLessThan.rb".freeze, "lib/rdf/n3/algebra/str/notMatches.rb".freeze, "lib/rdf/n3/algebra/str/replace.rb".freeze, "lib/rdf/n3/algebra/str/scrape.rb".freeze, "lib/rdf/n3/algebra/str/startsWith.rb".freeze, "lib/rdf/n3/extensions.rb".freeze, "lib/rdf/n3/format.rb".freeze, "lib/rdf/n3/patches/array_hacks.rb".freeze, "lib/rdf/n3/reader.rb".freeze, "lib/rdf/n3/reader/meta.rb".freeze, "lib/rdf/n3/reader/parser.rb".freeze, "lib/rdf/n3/reasoner.rb".freeze, "lib/rdf/n3/version.rb".freeze, "lib/rdf/n3/vocab.rb".freeze, "lib/rdf/n3/writer.rb".freeze] s.homepage = "https://ruby-rdf.github.com/rdf-n3".freeze s.licenses = ["Unlicense".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Notation3 reader/writer and reasoner for RDF.rb.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.20".freeze]) end