myheats-website

Website for myheats
git clone https://git.in0rdr.ch/myheats-website.git
Log | Files | Refs | Pull requests | README | LICENSE

thinkspace.gemspec (700B)


      1 Gem::Specification.new do |spec|
      2 	spec.name          = "thinkspace"
      3 	spec.version       = "2.5.0"
      4 	spec.authors       = ["Heiswayi Nrird"]
      5 	spec.email         = ["heiswayi@nullableobject.com"]
      6 
      7 	spec.summary       = "A minimalist Jekyll theme"
      8 	spec.homepage      = "https://github.com/heiswayi/thinkspace"
      9 	spec.license       = "MIT"
     10 
     11 	spec.metadata["plugin_type"] = "theme"
     12 
     13 	spec.files         = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|(LICENSE|README)((\.(txt|md|markdown)|$)))!i) }
     14 
     15 	spec.add_runtime_dependency "jekyll", "~> 4.0.0"
     16 
     17 	#spec.add_development_dependency "bundler", "~> 2.0.1"
     18 	spec.add_development_dependency "rake", "~> 12.0"
     19 end
     20