Sha256: 39659c24e671da784fcbdf3086bf2f33ba8db958070c072a81090d7cf77bb64a

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

require 'bundler/setup'
require 'rubygems/tasks'
require 'rspec/core/rake_task'

# building and local installation
Gem::Tasks::Install.new
Gem::Tasks::Build::Gem.new

# git-related tasks
Gem::Tasks::SCM::Status.new
Gem::Tasks::SCM::Tag.new(format: '%s', sign: true)
Gem::Tasks::SCM::Push.new

# pushing to gemcutter
Gem::Tasks::Push.new
Gem::Tasks::Release.new

# loading gem into the console
Gem::Tasks::Console.new

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sequel_secure_password-0.2.15 Rakefile
sequel_secure_password-0.2.14 Rakefile
sequel_secure_password-0.2.13 Rakefile