Sha256: fd5a3887092a762505fdbb01037974aa1b9ca30f287979300d17cf3483bf33ce

Contents?: true

Size: 631 Bytes

Versions: 1

Compression:

Stored size: 631 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
no_integrity-0.3.1 Rakefile