Sha256: 043d06021d610ae7e04ba4b9baa771093ffc04d612c329f5d196d965af8e2e7c
Contents?: true
Size: 925 Bytes
Versions: 1
Compression:
Stored size: 925 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'gifanime/version' Gem::Specification.new do |spec| spec.name = "gifanime" spec.version = Gifanime::VERSION spec.authors = ["Shimpei Makimoto"] spec.email = ["makimoto@tsuyabu.in"] spec.description = %q{Thin wrapper for RMagick's animated GIF generate feature} spec.summary = %q{This gem wraps RMagick's Magick::ListImage and makes easy create animated GIFs.} spec.homepage = "https://github.com/makimoto/gifanime" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_dependency "rmagick" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gifanime-0.1.1 | gifanime.gemspec |