Sha256: 35154fb52dc27d59ef350c2b4e6777cc675f4c8ffd495f722bf90953d1612842
Contents?: true
Size: 812 Bytes
Versions: 1
Compression:
Stored size: 812 Bytes
Contents
# encoding: utf-8 Gem::Specification.new do |s| s.name = 'nanoc-nbconvert' s.version = '0.1.0' s.homepage = 'http://github.com/kunxi/nanoc-nbconvert' s.summary = %q{A nanoc filter to convert IPython notebook} s.description = %q{A nanoc filter to convert IPython notebook} s.author = 'Kun Xi' s.email = 'kunxi@kunxi.org' s.license = 'MIT' s.files = Dir['[A-Z]*'] + Dir['{lib,test}/**/*'] + [ 'nanoc-nbconvert.gemspec' ] s.test_files = Dir['{test,spec,features}/**/*'] s.require_paths = [ 'lib' ] s.rdoc_options = [ '--main', 'README.md' ] s.extra_rdoc_files = [ 'LICENSE', 'README.md', 'NEWS.md' ] s.add_runtime_dependency('nanoc') s.add_development_dependency('bundler') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nanoc-nbconvert-0.1.0 | nanoc-nbconvert.gemspec |