Sha256: ff70cf525982693774c86717f123c2c9ec9ffce1a08aacaa9dda7dc730fbab04

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

require(File.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rubygems'
require 'hoe'
require 'rake/testtask'
require 'rake/rdoctask'
require 'tasks/rails'

Hoe.new('sample_rails', '1.0.0') do |p|
  p.readme_file = 'README.rdoc'
  p.extra_deps << ["rails", "~> 2.3.2"]
  p.extra_deps << ["harker", "~> 0.0.1"]
  p.developer('Phil Hagelberg', 'technomancy@gmail.com')
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
technomancy-harker-0.5.0 test/sample/Rakefile
technomancy-harker-0.5.1 test/sample/Rakefile
technomancy-harker-0.5.2 test/sample/Rakefile
harker-0.5.3 test/sample/Rakefile