Sha256: 809e48e2737bc691b9b718c1337922d6320f56893b484aa39c9cf83bdde2fb1f
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.0.1" 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.0.1 | attribute_ext.gemspec |