Sha256: c0b9aed360ed95dd99d80a67ef1cdab21e1620150c0217da1973c00e8f9266bd

Contents?: true

Size: 463 Bytes

Versions: 5

Compression:

Stored size: 463 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/*_test.rb'
  test.verbose = true
end

task :default => :test

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "Google Custom Search API #{GoogleCustomSearch::VERSION}"
  rdoc.rdoc_files.include('*.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
sk_google_custom_search_api-2.0.1 Rakefile
google_custom_search_api-2.0.0 Rakefile
google_custom_search_api-1.0.0 Rakefile
google_custom_search_api-0.0.5 Rakefile
google_custom_search_api-0.0.1 Rakefile