Sha256: c9c35a55cdacf504c41a28d27af35e87b9b333cffc28da57005bddeca1de2d1e

Contents?: true

Size: 257 Bytes

Versions: 13

Compression:

Stored size: 257 Bytes

Contents

require "bundler/gem_tasks"

begin
  require "rspec/core/rake_task"
  RSpec::Core::RakeTask.new(:spec)
  task default: :spec
rescue LoadError
end

desc "Updates the changelog"
task :changelog do
  sh "github_changelog_generator payrollhero/aub-payroll"
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
aub-payroll-1.1.0 Rakefile
uob-payroll-1.2.0 Rakefile
uob-payroll-1.1.0 Rakefile
uob-payroll-1.0.8 Rakefile
uob-payroll-1.0.7 Rakefile
uob-payroll-1.0.6 Rakefile
uob-payroll-1.0.5 Rakefile
uob-payroll-1.0.4 Rakefile
uob-payroll-1.0.3 Rakefile
uob-payroll-1.0.2 Rakefile
uob-payroll-1.0.1 Rakefile
uob-payroll-1.0.0 Rakefile
aub-payroll-1.0.1 Rakefile