Sha256: 59f001414a70a178456651a897f15909f659b7f994016ac616626c224b5d05a5

Contents?: true

Size: 747 Bytes

Versions: 20

Compression:

Stored size: 747 Bytes

Contents

require 'bundler'
include Rake::DSL
Bundler::GemHelper.install_tasks

task :default => ['spec', 'test:conformance']
task :test => :spec

require 'rubygems'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

namespace :test do
  namespace :conformance do
    desc "Run conformance test suite"
    task :run do
      ruby '-rubygems', "test/conformance_test.rb"
    end
  end

  desc "Run conformance test suite"
  task :conformance => ['conformance:run'] do
  end
end

require 'rdoc/task'
namespace :doc do
  RDoc::Task.new do |rd|
    rd.main = "README.rdoc"
    rd.rdoc_dir = 'doc'
    rd.rdoc_files.include("README.rdoc", "lib/**/*.rb")
  end
end

desc "Run cruise control build"
task :cruise => [:spec, 'test:conformance'] do
end

Version data entries

20 entries across 18 versions & 3 rubygems

Version Path
tdiary-5.0.8 vendor/bundle/gems/twitter-text-1.14.7/Rakefile
twitter-text-2.0.0 Rakefile
twitter-text-1.14.7 Rakefile
tdiary-5.0.5 vendor/bundle/gems/twitter-text-1.14.6/Rakefile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/twitter-text-1.14.5/Rakefile
tdiary-5.0.5 vendor/bundle/gems/twitter-text-1.14.5/Rakefile
twitter-text-1.14.6 Rakefile
tdiary-5.0.4 vendor/bundle/gems/twitter-text-1.14.5/Rakefile
twitter-text-1.14.5 Rakefile
twitter-text-1.14.2 Rakefile
twitter-text-1.14.1 Rakefile
twitter-text-1.14.0 Rakefile
twitter-text-1.13.4 Rakefile
twitter-text-1.13.3 Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/twitter-text-1.13.0/Rakefile
twitter-text-1.13.0 Rakefile
incollege-text-1.12.1 Rakefile
incollege-text-1.12.0 Rakefile
twitter-text-1.12.0 Rakefile
twitter-text-1.11.0 Rakefile