Sha256: 3b930a79328e7f1129ce102058d1309ab486b5528de390bd8d68dac0509dc338
Contents?: true
Size: 798 Bytes
Versions: 1
Compression:
Stored size: 798 Bytes
Contents
require 'rubygems' Gem::Specification.new do |spec| spec.name = 'sys-uptime' spec.version = '0.6.1' spec.author = 'Daniel J. Berger' spec.license = 'Artistic 2.0' spec.email = 'djberg96@gmail.com' spec.homepage = 'https://github.com/djberg96/sys-uptime' spec.summary = 'A Ruby interface for getting system uptime information.' spec.test_file = 'test/test_sys_uptime.rb' spec.files = Dir["**/*"].reject{ |f| f.include?('git') } spec.extra_rdoc_files = ['CHANGES', 'README', 'MANIFEST'] spec.rubyforge_project = 'sysutils' spec.description = <<-EOF The sys-uptime library is a simple interface for gathering uptime information. You can retrieve data in seconds, minutes, days, hours, or all of the above. EOF end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sys-uptime-0.6.1-x86-mingw32 | sys-uptime.gemspec |