Sha256: 501c22ddc4bf17052cbee06e80fd808ce25a38d08b9655059cdb168b48550364
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 KB
Contents
# encoding: utf-8 $LOAD_PATH.unshift(File.expand_path('../lib/', __FILE__)) require 'nanoc3' Gem::Specification.new do |s| s.name = 'nanoc3' s.version = Nanoc3::VERSION s.summary = 'a web publishing system written in Ruby for building small to medium-sized websites.' s.homepage = 'http://nanoc.stoneship.org/' s.authors = 'Denis Defreyne' s.email = 'denis.defreyne@stoneship.org' s.files = Dir['[A-Z]*'] + Dir['doc/yardoc_templates/**/*'] + Dir['{bin,lib,tasks,test}/**/*'] + [ 'nanoc3.gemspec', '.gemtest' ] s.executables = [ 'nanoc3' ] s.require_paths = [ 'lib' ] s.rdoc_options = [ '--main', 'README.md' ] s.extra_rdoc_files = [ 'ChangeLog', 'LICENSE', 'README.md', 'NEWS.md' ] s.add_runtime_dependency('cri', '~> 1.0') s.post_install_message = %q{------------------------------------------------------------------------------ Thanks for installing nanoc 3.1! Here are some resources to help you get started: * The tutorial at <http://nanoc.stoneship.org/tutorial/> * The manual at <http://nanoc.stoneship.org/manual/> * The discussion group at <http://groups.google.com/group/nanoc> Because nanoc 3.1 has quite a few new features, be sure to check out the nanoc blog at <http://nanoc.stoneship.org/blog/> for details about this release. Enjoy! ------------------------------------------------------------------------------ } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nanoc3-3.1.9 | nanoc3.gemspec |
nanoc3-3.1.8 | nanoc3.gemspec |