Sha256: 3eccb99e80dcdb06355894207f8291f265f511ea9be99a8a6f551cb7dd25685b
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "attribute_ext" s.version = "1.1.0" s.authors = ["Jan Graichen"] s.email = ["jan.graichen@altimos.de"] s.homepage = "https://github.com/jgraichen/attribute_ext" s.summary = %q{AttributeExt provides additional access control for rails model attributes.} s.description = %q{AttributeExt provides additional access control for rails model attributes.} s.rubyforge_project = "attribute_ext" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attribute_ext-1.1.0 | attribute_ext.gemspec |