Sha256: b3a5633ed580dbcf3ca2613e59ba351bf299f43b3001c2beff52c2b1eb1f5c7f

Contents?: true

Size: 685 Bytes

Versions: 4

Compression:

Stored size: 685 Bytes

Contents

require File.dirname(__FILE__) + "/lib/goalie/version.rb"

begin
  require 'jeweler'

  Jeweler::Tasks.new do |gemspec|
    gemspec.version = Goalie::VERSION
    gemspec.name = "goalie"
    gemspec.summary = "Custom error pages for Rails"

    gemspec.description = "Middleware to catch exceptions and " <<
      "Rails Engine to render them. Error-handling views and " <<
      "controllers can be easily overriden."

    gemspec.email = "helder@gmail.com"
    gemspec.homepage = "http://github.com/obvio171/goalie"
    gemspec.authors = ["Helder Ribeiro"]
  end

  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
goalie-0.0.3 Rakefile
goalie-0.0.2 Rakefile
goalie-0.0.1 Rakefile
goalie-0.0.0 Rakefile