Sha256: bdd51492cc7fd3d8d08070d1a0a5e695708997d5f8e5f21983c6e88cd0313152
Contents?: true
Size: 807 Bytes
Versions: 3
Compression:
Stored size: 807 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'active_record_auditor/version' Gem::Specification.new do |spec| spec.name = "active_record_auditor" spec.version = ActiveRecordAuditor::VERSION spec.authors = ["Nic Wilson"] spec.email = ["wilsonic89@yahoo.com"] spec.required_ruby_version = '>= 2.0.0' spec.summary = "Framework for auditing user actions in ActiveRecord" spec.description = "I should really do this at some point" spec.homepage = "https://github.com/nbwilson/active_record_auditor" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.require_paths = ['lib'] spec.add_development_dependency "bundler", "~> 1.8" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_record_auditor-0.1.8 | active_record_auditor.gemspec |
active_record_auditor-0.1.7 | active_record_auditor.gemspec |
active_record_auditor-0.1.6 | active_record_auditor.gemspec |