Sha256: d1cdb7437c47342f02e6387a5076d8cd8a021d0b37df5959ed74c91a588eff94

Contents?: true

Size: 1.18 KB

Versions: 37

Compression:

Stored size: 1.18 KB

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "yard-nowpunk"
  gem.homepage = "http://github.com/farleyknight/yard-nowpunk"
  gem.license = "MIT"
  gem.summary = %Q{ one-line summary of your gem}
  gem.description = %Q{ longer description of your gem}
  gem.email = "farleyknight@gmail.com"
  gem.authors = ["Farley Knight"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

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 'rdoc/task'
Rake::RDocTask.new do |rdoc|
  version = File.exist?('VERSION') ? File.read('VERSION') : ""

  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "yard-nowpunk #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
yard-nowpunk-0.2.34 Rakefile
yard-nowpunk-0.2.33 Rakefile
yard-nowpunk-0.2.32 Rakefile
yard-nowpunk-0.2.31 Rakefile
yard-nowpunk-0.2.30 Rakefile
yard-nowpunk-0.2.29 Rakefile
yard-nowpunk-0.2.28 Rakefile
yard-nowpunk-0.2.27 Rakefile
yard-nowpunk-0.2.26 Rakefile
yard-nowpunk-0.2.25 Rakefile
yard-nowpunk-0.2.24 Rakefile
yard-nowpunk-0.2.23 Rakefile
yard-nowpunk-0.2.22 Rakefile
yard-nowpunk-0.2.21 Rakefile
yard-nowpunk-0.2.20 Rakefile
yard-nowpunk-0.2.19 Rakefile
yard-nowpunk-0.2.18 Rakefile
yard-nowpunk-0.2.17 Rakefile
yard-nowpunk-0.2.16 Rakefile
yard-nowpunk-0.2.15 Rakefile