Sha256: 8cfa081a5353095d70d21065815c8d108819147388102229bf14fc16adf61588
Contents?: true
Size: 1010 Bytes
Versions: 5
Compression:
Stored size: 1010 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ztimer/version' Gem::Specification.new do |spec| spec.name = "ztimer" spec.version = Ztimer::VERSION spec.authors = ["Groza Sergiu"] spec.email = ["serioja90@gmail.com"] spec.summary = %q{An asyncrhonous timer} spec.description = %q{Ruby asyncrhonous timer that allows you to enqueue tasks to be executed asyncrhonously after a delay} spec.homepage = "https://github.com/serioja90/ztimer" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ztimer-0.6.0 | ztimer.gemspec |
ztimer-0.5.0 | ztimer.gemspec |
ztimer-0.4.3 | ztimer.gemspec |
ztimer-0.4.2 | ztimer.gemspec |
ztimer-0.4.1 | ztimer.gemspec |