require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "soundcloud-auth"
    gemspec.summary = "SoundcloudAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via SoundCloud."
    gemspec.description = "SoundcloudAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via SoundCloud."
    gemspec.email = "lee@soundcloud.com"
    gemspec.homepage = "http://github.com/leemartin/soundcloud-auth"
    gemspec.authors = ["Lee Martin"]
    gemspec.add_dependency('oauth', '>= 0.3.1')
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end