Sha256: 979b9dfacc674dbb63b5ff03d6125239c44f559dc0dca0b319431d6e5b624b01

Contents?: true

Size: 669 Bytes

Versions: 24

Compression:

Stored size: 669 Bytes

Contents

if !ENV["APPRAISAL_INITIALIZED"] && !ENV["TRAVIS"]
  ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __FILE__)
end
require 'rubygems'
require 'bundler/setup'

require 'rake/testtask'
require 'rspec/core/rake_task'

desc "Build a gem file"
task :build do
  system "gem build mail.gemspec"
end

task :default => :spec

RSpec::Core::RakeTask.new(:spec) do |t|
  t.ruby_opts = '-w'
  t.rspec_opts = %w(--backtrace --color)
end

begin
  require "appraisal"
rescue LoadError, SyntaxError
  warn "Appraisal is only available in test/development on Ruby 1.9+"
end

# load custom rake tasks
Dir["#{File.dirname(__FILE__)}/tasks/**/*.rake"].sort.each { |ext| load ext }

Version data entries

24 entries across 22 versions & 6 rubygems

Version Path
tdiary-5.0.6 vendor/bundle/gems/mail-2.6.6/Rakefile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/mail-2.6.4/Rakefile
tdiary-5.0.5 vendor/bundle/gems/mail-2.6.6/Rakefile
tdiary-5.0.5 vendor/bundle/gems/mail-2.6.4/Rakefile
mail-2.6.6 Rakefile
mail-2.6.6.rc1 Rakefile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/mail-2.6.5/Rakefile
mail-2.6.5 Rakefile
mail-2.6.5.rc1 Rakefile
tdiary-5.0.4 vendor/bundle/gems/mail-2.6.4/Rakefile
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/Rakefile
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/Rakefile
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/Rakefile
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/Rakefile
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/Rakefile
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/Rakefile
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/Rakefile
abaci-0.3.0 vendor/bundle/gems/mail-2.6.4/Rakefile
tdiary-5.0.2 vendor/bundle/gems/mail-2.6.4/Rakefile
tdiary-5.0.1 vendor/bundle/gems/mail-2.6.4/Rakefile