Sha256: 5cd8bf71acc84491feac4f8b4c73980dcbd342f803644043faf891e9972ccc4a

Contents?: true

Size: 686 Bytes

Versions: 3

Compression:

Stored size: 686 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "sendgrid_toolkit"
    gemspec.summary = "A Ruby wrapper and utility library for communicating with the Sendgrid API"
    gemspec.description = "A Ruby wrapper and utility library for communicating with the Sendgrid API"
    gemspec.email = "robby@freerobby.com"
    gemspec.homepage = "http://github.com/freerobby/sendgrid_toolkit"
    gemspec.authors = ["Robby Grossman"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler must be installed. Use 'sudo gem install jeweler'."
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each {|ext| load ext}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sendgrid_toolkit-1.0.0 Rakefile
sendgrid_toolkit-0.1.1 Rakefile
sendgrid_toolkit-0.1.0 Rakefile