Sha256: 5038604b036f39a005f37d4e8916b4853511eceea51da1f9414b8e836786631f

Contents?: true

Size: 491 Bytes

Versions: 2

Compression:

Stored size: 491 Bytes

Contents

# coding: utf-8

require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "provideal-plugin-utils"
    gemspec.summary = "A collection of Rails plugin utilities"
    gemspec.email = "info@provideal.net"
    gemspec.homepage = "http://github.com/provideal/plugin-utils/"
    gemspec.authors = ["René Sprotte"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
provideal-plugin-utils-0.1.1 Rakefile
provideal-plugin-utils-0.1.0 Rakefile