Sha256: 26e243653f56fef569fe6c021ce789775a7ee7986c42b108a16185885d0b527f
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.2.4" 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.2.4 | attribute_ext.gemspec |