Sha256: 3cbfea311faac4ebfcb403e0672ec53f5ff346104ce72633e15c3fb272d6caa5

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

# -*- ruby encoding: utf-8 -*-

require 'rubygems'
require 'hoe'

Hoe.plugin :doofus
Hoe.plugin :gemspec
Hoe.plugin :rubyforge
Hoe.plugin :git

Hoe.spec 'transaction-simple' do
  self.rubyforge_name = "trans-simple"

  developer('Austin Ziegler', 'austin@rubyforge.org')

  self.remote_rdoc_dir = ''
  self.rsync_args << ' --exclude=statsvn/'

  self.history_file = 'History.rdoc'
  self.readme_file = 'README.rdoc'
  self.extra_rdoc_files = FileList["*.rdoc"].to_a
end

# vim: syntax=ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transaction-simple-1.4.0.2 Rakefile