Gem::Specification.new do |s| s.name = 'rapngasm' s.version = '0.0.1' s.license = "GPLv3" s.summary = "apngasm for Ruby" s.description = "[Will be:] Ruby front end and module library for apngasm." s.authors = ["Rei Kagetsuki"] s.email = 'info@genshin.org' s.files = `git ls-files`.split("\n") s.homepage = 'http://genshin.org' end