require 'rubygems'
require 'hoe'
require './lib/immutable_attributes.rb'

Hoe.new('immutable_attributes', ImmutableAttributes::VERSION) do |p|
  p.developer('Jack Danger Canty', 'rubygems@6brand.com')
  p.summary = "Immutable Attributes is an ActiveRecord extension that prevents existing data from changing"
end

