Sha256: 3965948dfd748f45a0fecdcb6d0d9c2cb5ff7f79c534d329528e1145c76a1d16
Contents?: true
Size: 742 Bytes
Versions: 3
Compression:
Stored size: 742 Bytes
Contents
#vim: set fileencoding:utf-8 require_relative "lib/extlzham/version" GEMSTUB = Gem::Specification.new do |s| s.name = "extlzham" s.version = LZHAM::VERSION s.summary = "ruby binding for lzham" s.description = <<EOS ruby binding for lzham <https://github.com/richgel999/lzham_codec>. EOS s.homepage = "http://sourceforge.jp/projects/rutsubo/" s.license = "2-clause BSD License" s.author = "dearblue" s.email = "dearblue@users.sourceforge.jp" s.required_ruby_version = ">= 2.0" s.add_development_dependency "rspec", "~> 2.14" s.add_development_dependency "rake", "~> 10.0" end EXTRA.concat(FileList["contrib/lzham/{LICENSE,README.md,include/lzham.h,{lzhamcomp,lzhamdecomp,lzhamlib}/*.{h,hh,hxx,hpp,c,cc,cxx,cpp,C}}"])
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
extlzham-0.0.1.PROTOTYPE2 | gemstub.rb |
extlzham-0.0.1.PROTOTYPE | gemstub.rb |
extlzham-0.0.1.PROTOTYPE-x86-mingw32 | gemstub.rb |