Sha256: 335576375cf8fbfdea673ed33561e5004e064193dc7e5885460e3f02de834781

Contents?: true

Size: 820 Bytes

Versions: 1

Compression:

Stored size: 820 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

#require(File.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

begin
  require 'jeweler'
  require 'seer'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "mitamirri"
    gemspec.summary = "View and action tracking for Rails 2.x."
    gemspec.description = "View and action tracking for Rails 2.x."
    gemspec.email = "corey@seologic.com"
    gemspec.homepage = "http://github.com/Bantik/mitamarri"
    gemspec.authors = ["Corey Ehmke"]
    gemspec.test_files = []
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mitamirri-0.13.8 Rakefile