Sha256: 3008a1ebf2bf73599919ce4bd55d86b72afe87e3b5dff639d145002c6d3ab115

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'
require './lib/test/rails/version.rb'

Hoe.new('test_rails', Test::Rails::VERSION::STRING) do |test_rails|
  test_rails.developer('Ryan Davis', 'ryand-ruby@zenspider.com')
  test_rails.developer('Eric Hodel', 'drbrain@segment7.net')
  test_rails.developer('Dray Lacy', 'dray@izea.com')
end

# vim: syntax=Ruby

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omghax-test_rails-1.0.0 Rakefile
omghax-test_rails-1.1.0 Rakefile