Sha256: a3b857fbc234904900381219cbb977b810ea81bd1e38c736aa2cc8efb134c1b2

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents

#!/usr/bin/env ruby

PROJECT_NAME = "simply"

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name        = "#{PROJECT_NAME}"
    s.summary     = "TODO"
    s.email       = "scott@railsnewbie.com"
    s.homepage    = "http://github.com/smtlaissezfaire/#{PROJECT_NAME.downcase}"
    s.description = "TODO"
    s.authors     = ["Scott Taylor"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smtlaissezfaire-simply-0.1.1 Rakefile