# -*- encoding: utf-8 -*- # stub: nanoc-conref-fs 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "nanoc-conref-fs".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Garen Torikian".freeze] s.date = "2015-10-21" s.email = ["gjtorikian@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/nanoc-conref-fs.rb".freeze, "lib/nanoc-conref-fs/conref-fs.rb".freeze, "lib/nanoc-conref-fs/conrefifier.rb".freeze, "lib/nanoc-conref-fs/datafiles.rb".freeze, "nanoc-conref-fs.gemspec".freeze, "script/bootstrap".freeze, "test/conref_fs_test.rb".freeze, "test/datafiles_test.rb".freeze, "test/fixtures/Rules".freeze, "test/fixtures/content/datafiles/deep.html".freeze, "test/fixtures/content/datafiles/deep.md".freeze, "test/fixtures/content/datafiles/retrieve.html".freeze, "test/fixtures/content/datafiles/retrieve.md".freeze, "test/fixtures/content/frontmatter/audience.html".freeze, "test/fixtures/content/frontmatter/audience.md".freeze, "test/fixtures/content/frontmatter/different.html".freeze, "test/fixtures/content/frontmatter/different.md".freeze, "test/fixtures/content/frontmatter/title.html".freeze, "test/fixtures/content/frontmatter/title.md".freeze, "test/fixtures/content/obfuscation/admonitions.html".freeze, "test/fixtures/content/obfuscation/admonitions.md".freeze, "test/fixtures/content/obfuscation/octicon.html".freeze, "test/fixtures/content/obfuscation/octicon.md".freeze, "test/fixtures/content/parents/missing_title.html".freeze, "test/fixtures/content/parents/missing_title.md".freeze, "test/fixtures/content/parents/single_parent.html".freeze, "test/fixtures/content/parents/single_parent.md".freeze, "test/fixtures/content/parents/two_parents.html".freeze, "test/fixtures/content/parents/two_parents.md".freeze, "test/fixtures/data/categories/category.yml".freeze, "test/fixtures/data/reusables/intro.yml".freeze, "test/fixtures/data/reusables/names.yml".freeze, "test/fixtures/data/variables/empty.yml".freeze, "test/fixtures/data/variables/product.yml".freeze, "test/fixtures/layouts/default.html".freeze, "test/fixtures/layouts/retrieve.html".freeze, "test/fixtures/nanoc.yaml".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/gjtorikian/nanoc-conref-fs".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Nanoc filesystem to permit using conrefs/reusables in your content.".freeze s.test_files = ["test/conref_fs_test.rb".freeze, "test/datafiles_test.rb".freeze, "test/fixtures/Rules".freeze, "test/fixtures/content/datafiles/deep.html".freeze, "test/fixtures/content/datafiles/deep.md".freeze, "test/fixtures/content/datafiles/retrieve.html".freeze, "test/fixtures/content/datafiles/retrieve.md".freeze, "test/fixtures/content/frontmatter/audience.html".freeze, "test/fixtures/content/frontmatter/audience.md".freeze, "test/fixtures/content/frontmatter/different.html".freeze, "test/fixtures/content/frontmatter/different.md".freeze, "test/fixtures/content/frontmatter/title.html".freeze, "test/fixtures/content/frontmatter/title.md".freeze, "test/fixtures/content/obfuscation/admonitions.html".freeze, "test/fixtures/content/obfuscation/admonitions.md".freeze, "test/fixtures/content/obfuscation/octicon.html".freeze, "test/fixtures/content/obfuscation/octicon.md".freeze, "test/fixtures/content/parents/missing_title.html".freeze, "test/fixtures/content/parents/missing_title.md".freeze, "test/fixtures/content/parents/single_parent.html".freeze, "test/fixtures/content/parents/single_parent.md".freeze, "test/fixtures/content/parents/two_parents.html".freeze, "test/fixtures/content/parents/two_parents.md".freeze, "test/fixtures/data/categories/category.yml".freeze, "test/fixtures/data/reusables/intro.yml".freeze, "test/fixtures/data/reusables/names.yml".freeze, "test/fixtures/data/variables/empty.yml".freeze, "test/fixtures/data/variables/product.yml".freeze, "test/fixtures/layouts/default.html".freeze, "test/fixtures/layouts/retrieve.html".freeze, "test/fixtures/nanoc.yaml".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.8".freeze]) end