Sha256: cf6a523eac25ab7d27bee8316cb8fba5ee75235fc0ef156e5eb6a71cd29ea5c8

Contents?: true

Size: 557 Bytes

Versions: 34

Compression:

Stored size: 557 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.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

34 entries across 34 versions & 2 rubygems

Version Path
dirty_history-0.7.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.7.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.7.1 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.6 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.5 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.4 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.1 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.6.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.5.4 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.5.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.5.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.5.1 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.5.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.4.10 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.4.9 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile
dirty_history-0.4.8 dirty_history/ruby/1.9.1/gems/arel-2.2.1/Rakefile