Sha256: c4769a19e056fe28248c44e7556a733f7b407e415efb3276c935cc491915fd7e
Contents?: true
Size: 899 Bytes
Versions: 1
Compression:
Stored size: 899 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "record_with_operator/version" Gem::Specification.new do |s| s.name = "record_with_operator" s.version = RecordWithOperator::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Yasuko Ohba"] s.email = ["y.ohba@everyleaf.com"] s.homepage = "" s.summary = %q{Rails plugin to set created_by, updated_by, deleted_by to ActiveRecord objects. Supports associations.} s.description = %q{Rails plugin to set created_by, updated_by, deleted_by to ActiveRecord objects. Supports associations.} s.rubyforge_project = "record_with_operator" 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 |
---|---|
record_with_operator-0.0.22 | record_with_operator.gemspec |