Sha256: 6520f30a1bd5e16ea328f6612f487b72342958684f6ca6aa9b6b77aa01676012

Contents?: true

Size: 881 Bytes

Versions: 2

Compression:

Stored size: 881 Bytes

Contents

ENV['RDOCOPT'] = "-S -f html -T hanna"

require "rubygems"
require "hoe"
require File.dirname(__FILE__) << "/lib/resourcelogic/version"

Hoe.new("Resourcelogic", Resourcelogic::Version::STRING) do |p|
  p.name = "resourcelogic"
  p.author = "Ben Johnson of Binary Logic"
  p.email  = "bjohnson@binarylogic.com"
  p.summary = "Removes the need to namespace controllers by adding context and relative url functions among other things."
  p.description = "Removes the need to namespace controllers by adding context and relative url functions among other things."
  p.url = "http://github.com/binarylogic/resourcelogic"
  p.history_file = "CHANGELOG.rdoc"
  p.readme_file = "README.rdoc"
  p.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"]
  p.remote_rdoc_dir = ""
  p.test_globs = ["test/*/test_*.rb", "test/*_test.rb", "test/*/*_test.rb"]
  p.extra_deps = %w(activesupport)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
resourcelogic-0.10.0 Rakefile
resourcelogic-0.11.0 Rakefile