Sha256: 667f685c783edcf20638f1303d5b15fc15fbbe519eb934f5938f81802b1c572f
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "indieweb/post_types/identifier/read/version" Gem::Specification.new do |spec| spec.name = "indieweb-post_types-identifier-read" spec.version = Indieweb::PostTypes::Identifier::Read::VERSION spec.authors = ["Stephen Rushe"] spec.email = ["posttypes-read@deeden.co.uk"] spec.summary = %q{Identify IndieWeb Microformats 2 posts as reads.} spec.description = %q{IndieWeb Read Post Type Discovery for Microformats 2 JSON.} spec.homepage = "https://github.com/srushe/indieweb-post_types-read" spec.license = "MIT" spec.metadata = { 'bug_tracker_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-read/issues', 'changelog_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-read/blob/master/CHANGELOG.md', 'homepage_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-read/' } spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
indieweb-post_types-identifier-read-0.1.0 | indieweb-post_types-identifier-read.gemspec |