Sha256: 8870873263b42facceb0b9e3dc41f6c2cd54347c3244e314a78814501c6c59b4

Contents?: true

Size: 242 Bytes

Versions: 18

Compression:

Stored size: 242 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

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

task :default => :spec

desc "Open an irb session preloaded with working_hours"
task :console do
  sh "irb -rubygems -I lib -r working_hours.rb"
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
working_hours-1.5.0 Rakefile
working_hours-1.4.1 Rakefile
working_hours-1.4.0 Rakefile
working_hours-1.3.2 Rakefile
working_hours-1.3.1 Rakefile
working_hours-1.3.0 Rakefile
working_hours-1.2.0 Rakefile
working_hours-1.1.4 Rakefile
working_hours-1.1.3 Rakefile
working_hours-1.1.2 Rakefile
working_hours-1.1.1 Rakefile
working_hours-1.1.0 Rakefile
working_hours-1.0.4 Rakefile
working_hours-1.0.3 Rakefile
working_hours-1.0.2 Rakefile
working_hours-1.0.1 Rakefile
working_hours-1.0.0 Rakefile
working_hours-0.9.0 Rakefile