Sha256: c53700227c6bfe97db09e8baf1f973fa3b11e5b992a039d6df6f2c15213f661c

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
#require 'guard/notifiers/terminal_notifier'
RSpec::Core::RakeTask.new(:spec)

require 'yard'
YARD::Rake::YardocTask.new do |t|
  t.files = %w(lib/**/*.rb exe/*.rb - README.md MANAGING-KEYS.md LICENSE)
  t.options.unshift('--title', '"Shhh – Symmetric Key Encryption for Your Data"')
  system('open doc/index.html')
end

task :default => :spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shhh-1.3.0 Rakefile