require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "no_integrity" gemspec.summary = "Key/value store inside of your model." gemspec.description = "NoIntegrity adds a key/value store inside of your model and then creates the necessary getter/setter methods for accessing those keys as though they were direct attributes of the model." gemspec.email = "patricktulskie@gmail.com" gemspec.homepage = "http://localhost" gemspec.authors = ["Patrick Tulskie"] end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end