Sha256: 8566950e7d78e72d0a88236046cfb514fa378b8fae94c9b427d97a0f3d1150b0
Contents?: true
Size: 471 Bytes
Versions: 1
Compression:
Stored size: 471 Bytes
Contents
Gem::Specification.new do |spec| spec.name = 'giflib' spec.version = '0.7' spec.summary = 'Summary' spec.description = 'Description' spec.email = 'ignore this' spec.homepage = 'http://myapp.com' spec.author = 'me' # spec.bindir = 'bin' # spec.executable = 'exec.rb' spec.files = Dir['ext/**/*.*'] + Dir['ext/**/*'] + Dir['test/**/*'] + Dir['*'] spec.platform = Gem::Platform::RUBY spec.require_paths = [ 'ext' ] spec.extensions = Dir['ext/**/extconf.rb'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
giflib-0.7 | giflib.gemspec.rb |