All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.rb-inotify-0.9.10.Rakefile Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

desc "Run tests"
task :default => :spec

task :console do
  require 'rb-inotify'
  require 'pry'
  
  binding.pry
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy