Sha256: 8f3cb065563330f33bbad796b4417d60bbc3a1de989b15345bf7e93aede68952

Contents?: true

Size: 491 Bytes

Versions: 19

Compression:

Stored size: 491 Bytes

Contents

require "bundler/gem_tasks"

task default: :test

require 'rspec/core'
require 'rspec/core/rake_task'
desc 'Run RSpec test for the activity_notification plugin.'
RSpec::Core::RakeTask.new(:test) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

require 'yard'
require 'yard/rake/yardoc_task'
desc 'Generate documentation for the activity_notification plugin.'
YARD::Rake::YardocTask.new do |doc|
  doc.files = ['app/**/*.rb', 'lib/**/*.rb']
end

Bundler::GemHelper.install_tasks

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
activity_notification-1.7.1 Rakefile
activity_notification-1.7.0 Rakefile
activity_notification-1.6.1 Rakefile
activity_notification-1.6.0 Rakefile
activity_notification-1.5.1 Rakefile
activity_notification-1.5.0 Rakefile
activity_notification-1.4.4 Rakefile
activity_notification-1.4.3 Rakefile
activity_notification-1.4.2 Rakefile
activity_notification-1.4.1 Rakefile
activity_notification-1.4.0 Rakefile
activity_notification-1.3.0 Rakefile
activity_notification-1.2.1 Rakefile
activity_notification-1.2.0 Rakefile
activity_notification-1.1.0 Rakefile
activity_notification-1.0.2 Rakefile
activity_notification-1.0.1 Rakefile
activity_notification-1.0.0 Rakefile
activity_notification-0.0.10 Rakefile