Sha256: bcdeec29262d59e2116230281c57facc571210e3b0c35081ddeb13be47972155

Contents?: true

Size: 348 Bytes

Versions: 28

Compression:

Stored size: 348 Bytes

Contents

require 'bundler'
require 'rspec/core/rake_task'
require 'rdoc/task'
Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new(:spec) do |t|
  t.verbose = true
  t.rspec_opts = '--tty --color'
end

Rake::RDocTask.new do |rd|
  rd.main = "README.md"
  rd.rdoc_files.include("README.md", "lib/**/*.rb")
  rd.rdoc_dir = File.join('doc', 'html')
end

Version data entries

28 entries across 28 versions & 4 rubygems

Version Path
rflow-components-file-1.2.0 Rakefile
rflow-components-file-1.1.1 Rakefile
rflow-components-amqp-1.1.1 Rakefile
rflow-components-file-1.1.0 Rakefile
rflow-components-http-1.1.0 Rakefile
rflow-components-irc-1.1.0 Rakefile
rflow-components-amqp-1.1.0 Rakefile
rflow-components-irc-1.0.1 Rakefile
rflow-components-http-1.0.1 Rakefile
rflow-components-file-1.0.1 Rakefile
rflow-components-amqp-1.0.1 Rakefile
rflow-components-irc-1.0.0 Rakefile
rflow-components-http-1.0.0 Rakefile
rflow-components-file-1.0.0 Rakefile
rflow-components-amqp-1.0.0 Rakefile
rflow-components-file-1.0.0a4 Rakefile
rflow-components-irc-1.0.0a3 Rakefile
rflow-components-http-1.0.0a4 Rakefile
rflow-components-file-1.0.0a3 Rakefile
rflow-components-amqp-1.0.0a3 Rakefile