begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "is_bot" gemspec.summary = "Fight the bot." gemspec.description = "Simple gem to reduce the spam attacks on sign-up, sign-in and other similar sorts of forms." gemspec.email = "anuj@andhapp.com" gemspec.homepage = "http://github.com/andhapp/is_bot" gemspec.authors = ["Anuj Dutta"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install jeweler" end