Sha256: 8f287346194be3f06216cfd2448f40ebc2f3f2e6ae8f44dcc084c23af7356463
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
# Look in the tasks/setup.rb file for the various options that can be # configured in this Rakefile. The .rake files in the tasks directory # are where the options are used. load 'tasks/setup.rb' ensure_in_path 'lib' require 'simple_importer' task :default => 'spec:run' PROJ.name = 'simple_importer' PROJ.authors = 'Justin Marney' PROJ.email = 'justin.marney@viget.com' PROJ.url = 'FIXME (project homepage)' PROJ.rubyforge_name = 'simple_importer' PROJ.spec_opts << '--color' PROJ.version = SimpleImporter::VERSION # EOF
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
gotascii-simple_importer-1.0.0 | Rakefile |
gotascii-simple_importer-1.0.1 | Rakefile |
vigetlabs-simple_importer-1.0.1 | Rakefile |