Permalink
Cannot retrieve contributors at this time
Fetching contributors…

require 'jeweler' | |
Jeweler::Tasks.new do |gemspec| | |
gemspec.name = "after" | |
gemspec.summary = "Command to allow you to wait for a command in \"some other terminal window\" to finish before this one is run" | |
gemspec.description = gemspec.summary | |
gemspec.email = "rogerdpack@gmail.com" | |
gemspec.authors = ["rogerdpack"] | |
gemspec.add_dependency 'sane' | |
gemspec.add_development_dependency 'jeweler' | |
gemspec.add_development_dependency 'rspec' | |
gemspec.add_dependency 'rdp-ruby-wmi' | |
gemspec.add_dependency 'wait_pid' | |
end |