Sha256: 02b04bb9712c91340d2228e2be3d9b45f12f0acdd7f2afd3a0f135632a9e7c83

Contents?: true

Size: 636 Bytes

Versions: 1

Compression:

Stored size: 636 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'lrun-ruby'
  s.version = '0.1.1'
  s.date = Date.civil(2013,3,23)
  s.summary = 'Ruby binding for lrun'
  s.description = 'Ruby binding for lrun, a standalone executable designed to run programs with limited resources under Linux.'
  s.authors = ["Wu Jun"]
  s.email = 'quark@zju.edu.cn'
  s.homepage = 'https://github.com/quark-zju/lrun-ruby'
  s.require_paths = ['lib']
  s.licenses = ['MIT']
  s.has_rdoc = 'yard'
  s.files = %w(LICENSE README.md Rakefile lrun-ruby.gemspec)
  s.files += Dir.glob("lib/**/*.rb")
  s.files += Dir.glob("spec/**/*.rb")
  s.test_files = Dir['spec/**/*.rb']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lrun-ruby-0.1.1 lrun-ruby.gemspec