Sha256: cb588dcd00efacb27372d248d68c9e70628abccb7ed46966f08bbf7c10c10195
Contents?: true
Size: 664 Bytes
Versions: 7
Compression:
Stored size: 664 Bytes
Contents
require "./lib/scrivener" Gem::Specification.new do |s| s.name = "scrivener" s.version = Scrivener::VERSION s.summary = "Validation frontend for models." s.description = "Scrivener removes the validation responsibility from models and acts as a filter for whitelisted attributes." s.authors = ["Michel Martens"] s.email = ["michel@soveran.com"] s.homepage = "http://github.com/soveran/scrivener" s.files = Dir[ "LICENSE", "AUTHORS", "README.md", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/**/*.rb" ] s.add_development_dependency "cutest" end
Version data entries
7 entries across 7 versions & 1 rubygems