Sha256: dc4653a5fe6443d819678c8204eb623e3a1b5980d96e2adab355b07a1b2821f3

Contents?: true

Size: 178 Bytes

Versions: 11

Compression:

Stored size: 178 Bytes

Contents

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

11 entries across 11 versions & 3 rubygems

Version Path
entitlements-app-1.2.0 lib/contracts-ruby2/Rakefile
entitlements-app-1.1.0 lib/contracts-ruby2/Rakefile
entitlements-app-1.0.0 lib/contracts-ruby2/Rakefile
entitlements-app-0.3.4 lib/contracts-ruby2/Rakefile
entitlements-app-0.3.1 lib/contracts-ruby2/Rakefile
entitlements-app-0.3.0 lib/contracts-ruby2/Rakefile
entitlements-0.2.1 lib/contracts-ruby2/Rakefile
entitlements-app-0.2.1 lib/contracts-ruby2/Rakefile
entitlements-0.2.0 lib/contracts-ruby2/Rakefile
entitlements-app-0.2.0 lib/contracts-ruby2/Rakefile
contracts-0.16.1 Rakefile