# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'sleep2/version' Gem::Specification.new do |spec| spec.name = "sleep2" spec.version = Sleep2::VERSION spec.authors = ["Adrian Setyadi"] spec.email = ["a.styd@yahoo.com"] spec.summary = %q{Ruby sleep with extra magical stuff.} spec.description = %q{} spec.homepage = "https://github.com/styd/sleep2" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end