Sha256: 603a06b43f3d79ab0ad7a5be403b37e160da7526fb7185242985128ec3fc3c30
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/motion-dtrace/version', __FILE__) Gem::Specification.new do |s| s.name = "motion-dtrace" s.version = DTrace::VERSION s.authors = ["Francis Chong"] s.email = ["francis@ignition.hk"] s.homepage = "https://github.com/siuying/motion-dtrace" s.summary = "use DTrace on motion" s.description = "use DTrace on motion" s.files = `git ls-files`.split($\) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.add_dependency 'rake' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-dtrace-0.1.1 | motion-dtrace.gemspec |
motion-dtrace-0.1.0 | motion-dtrace.gemspec |