Sha256: 791a72f55bf6289d5a339088b640145e1548a9658a2983c0aaa6cd2fe7adabe9

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
JackDanger-immutable_attributes-1.0.3 Rakefile