Rakefile in win32-taskscheduler-0.3.0 vs Rakefile in win32-taskscheduler-0.3.1
- old
+ new
@@ -15,12 +15,12 @@
Gem::Package.build(spec)
end
end
desc 'Install the win32-taskscheduler library as a gem'
- task :install => [:build] do
+ task :install => [:create] do
file = Dir['win32-taskscheduler*.gem'].first
- sh "gem install #{file}"
+ sh "gem install -l #{file}"
end
end
desc 'Run the example code'
task :example do