Sha256: 23242e602763025d0f4f13d356e418d0f8c43c08cfe7a4685593eddf9db8083d
Contents?: true
Size: 498 Bytes
Versions: 6
Compression:
Stored size: 498 Bytes
Contents
require 'rake' require 'rake/testtask' require 'rake/rdoctask' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "findex" gemspec.summary = "Rake tasks to check your Rails models for missing indexes" gemspec.description = "" gemspec.email = "flip@x451.com" gemspec.homepage = "http://github.com/flipsasser/findex" gemspec.authors = ["Flip Sasser"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install jeweler" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
findex-0.2.3 | Rakefile |
findex-0.2.2 | Rakefile |
findex-0.2.1 | Rakefile |
findex-0.2.0 | Rakefile |
findex-0.1.0 | Rakefile |
findex-0.0.1 | Rakefile |