Sha256: ed6c67719e2f42a60838fc9c11a76bf748b4af1c15ca072a5e5482a77f72fbb6
Contents?: true
Size: 793 Bytes
Versions: 4
Compression:
Stored size: 793 Bytes
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "freighthopper" gem.summary = %Q{Some extensions for riding the rails} gem.description = %Q{More core ext} gem.email = "github@jacobrothstein.com" gem.homepage = "http://github.com/jbr/freighthopper" gem.authors = ["Jacob Rothstein"] # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end require 'rake/testtask' Rake::TestTask.new(:test) do |test| test.libs << 'lib' << 'test' test.pattern = 'test/**/*_test.rb' test.verbose = true end task :default => :test
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
freighthopper-0.1.8 | Rakefile |
freighthopper-0.1.7 | Rakefile |
freighthopper-0.1.6 | Rakefile |
freighthopper-0.1.5 | Rakefile |