Sha256: a42814a7cbc84b37c0cff801febf837fe1596004fe034933a20799f3a7511a46

Contents?: true

Size: 209 Bytes

Versions: 14

Compression:

Stored size: 209 Bytes

Contents

# frozen_string_literal: true

task :default => [:spec]

task :add_tag do
  `git tag -a v#{Contracts::VERSION} -m 'v#{Contracts::VERSION}'`
end

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
entitlements-app-1.2.0 lib/contracts-ruby3/Rakefile
contracts-0.17.2 Rakefile
contracts-0.17.1 Rakefile
entitlements-app-1.1.0 lib/contracts-ruby3/Rakefile
entitlements-app-1.0.0 lib/contracts-ruby3/Rakefile
entitlements-app-0.3.4 lib/contracts-ruby3/Rakefile
entitlements-app-0.3.1 lib/contracts-ruby3/Rakefile
entitlements-app-0.3.0 lib/contracts-ruby3/Rakefile
entitlements-0.2.1 lib/contracts-ruby3/Rakefile
entitlements-app-0.2.1 lib/contracts-ruby3/Rakefile
entitlements-0.2.0 lib/contracts-ruby3/Rakefile
entitlements-app-0.2.0 lib/contracts-ruby3/Rakefile
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/contracts-0.17/Rakefile
contracts-0.17 Rakefile