Sha256: d7fce22100b281945e620995ea0e2d99ea8bca8d1cc958c7f0035437be3c3a80

Contents?: true

Size: 1.12 KB

Versions: 26

Compression:

Stored size: 1.12 KB

Contents

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

desc 'Default: run unit tests.'
task :default => :test

desc 'Test the papermill plugin.'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

desc 'Generate documentation for the papermill plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Papermill'
  rdoc.options << '--line-numbers' << '--inline-source'
  rdoc.rdoc_files.include('README')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "papermill"
    gemspec.summary = "Paperclip Swfupload UploadHelper wrapper"
    gemspec.description = "Paperclip Swfupload UploadHelper wrapper"
    gemspec.email = "benoit.benezech@gmail.com"
    gemspec.homepage = "http://github.com/bbenezech/papermill"
    gemspec.authors = ["Benoit Bénézech"]
    gemspec.add_dependency('paperclip', '>= 2.3.1.1')
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
papermill-1.2.0 Rakefile
papermill-1.1.6 Rakefile
papermill-1.1.5 Rakefile
papermill-1.1.4 Rakefile
papermill-1.1.3 Rakefile
papermill-1.1.2 Rakefile
papermill-1.1.1 Rakefile
papermill-1.1.0 Rakefile
papermill-1.0.7 Rakefile
papermill-1.0.6 Rakefile
papermill-1.0.5 Rakefile
papermill-1.0.4 Rakefile
papermill-1.0.3 Rakefile
papermill-1.0.2 Rakefile
papermill-1.0.1 Rakefile
papermill-1.0.0 Rakefile
papermill-0.16.3 Rakefile
papermill-0.16.2 Rakefile
papermill-0.16.1 Rakefile
papermill-0.16.0 Rakefile