Sha256: 9619f1f7556c4397ac23e3580dd21752521ed805dcb3d4aad3ea0bd988adfb02
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 Bytes
Contents
Gem::Specification.new do |s| s.name = 'rapngasm' s.version = '3.1.6.pre' s.license = 'libpng/zlib' s.summary = 'apngasm for Ruby' s.description = 'Ruby native extension for the apngasm APNG Assembler.' s.authors = ['Rei Kagetsuki', 'Rika Yoshida'] s.email = 'zero@genshin.org' s.homepage = 'http://www.github.com/apngasm/rapngasm' s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + Dir.glob('ext/**/*.{h,c,cpp,rb}') + Dir.glob('lib/**/*.rb') + Dir.glob('vendor/**/*') s.extensions << 'ext/rapngasm/extconf.rb' s.require_paths = ['lib', 'ext'] s.add_development_dependency 'rake-compiler', '~> 0.9', '~> 0.9.5' s.add_development_dependency 'rice', '~> 1.7', '~> 1.7.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rapngasm-3.1.6.pre-x86_64-linux | rapngasm.gemspec |
rapngasm-3.1.6.pre | rapngasm.gemspec |