Sha256: f0cc78e17c24dd7696f9d9439e59fd27ce184d3ae1ff1e4f174690d167c60e59

Contents?: true

Size: 605 Bytes

Versions: 78

Compression:

Stored size: 605 Bytes

Contents

require "rubygems"
gem 'hoe', '>= 2.1.0'
require 'hoe'

Hoe.plugins.delete :rubyforge
Hoe.plugin :minitest
Hoe.plugin :gemspec # `gem install hoe-gemspec`
Hoe.plugin :git     # `gem install hoe-git`
Hoe.plugin :bundler # `gem install hoe-bundler`

Hoe.spec 'arel' do
  developer('Aaron Patterson', 'aaron@tenderlovemaking.com')
  developer('Bryan Halmkamp', 'bryan@brynary.com')
  developer('Emilio Tagua', 'miloops@gmail.com')
  developer('Nick Kallen', 'nick@example.org') # FIXME: need Nick's email

  self.readme_file      = 'README.markdown'
  self.extra_rdoc_files = FileList['README.markdown']
end

Version data entries

78 entries across 65 versions & 12 rubygems

Version Path
challah-0.5.1 vendor/bundle/gems/arel-3.0.2/Rakefile
arel-3.0.2 Rakefile
arel-2.2.3 Rakefile
arel-3.0.1 Rakefile
arel-2.2.2 Rakefile
challah-0.5.0 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.4.1 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.4.0 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.3.5 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.3.4 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.3.3 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.3.2 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.3.1 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.3.0 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.2.1 vendor/bundle/gems/arel-3.0.0/Rakefile
challah-0.2.0 vendor/bundle/gems/arel-3.0.0/Rakefile
arel-3.0.0 Rakefile
arel-3.0.0.rc1 Rakefile