Sha256: 148752f1c6fecc404ccae2ebcf2cef158fa73ee06bf52852974442ef9998e376

Contents?: true

Size: 887 Bytes

Versions: 7

Compression:

Stored size: 887 Bytes

Contents

require 'rubygems'
require 'rake'
require 'jeweler'
require 'rdoc/rdoc'
require 'rake/rdoctask'

gem 'darkfish-rdoc'
require 'darkfish-rdoc'

Rake::RDocTask.new do |rdoc|
    rdoc.title    = "MyFantasticLibrary - a library of utter fantasticness"
    rdoc.rdoc_files.include 'README'

    rdoc.options += [
        '-SHN',
        '-f', 'darkfish',  # This is the important bit
      ]
end

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "xx"
    gemspec.summary = "Extensions of standard ruby objects"
    gemspec.description = "Extensions of standard ruby objects"
    gemspec.email = "valde.maximus@gmail.com"
    gemspec.homepage = "http://github.com/valdemaximus/xx"
    gemspec.authors = ["Tom Johnson"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
valdemaximus-xx-0.2.0 Rakefile
valdemaximus-xx-0.2.1 Rakefile
valdemaximus-xx-0.2.2 Rakefile
valdemaximus-xx-0.3.0 Rakefile
valdemaximus-xx-0.4.0 Rakefile
valdemaximus-xx-0.4.1 Rakefile
valdemaximus-xx-0.5.0 Rakefile