Sha256: 996fd3c80f346b68f94922335d79ff666529a2795738f025e4010afc8ee72bc3
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 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 = "Making an API a byproduct of good design." p.description = "Making an API a byproduct of good design." 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resourcelogic-0.9.0 | Rakefile |