forked from gtarnovan/simple_audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple_audit.gemspec
52 lines (49 loc) · 1.99 KB
/
simple_audit.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: simple_audit 0.3.0 ruby lib
Gem::Specification.new do |s|
s.name = "simple_audit"
s.version = "0.3.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Gabriel Tarnovan", "Mihai Tarnovan"]
s.date = "2014-09-02"
s.description = " Provides a straightforward way for auditing changes on active record models, especially for composite entities. \n Also provides helper methods for easily rendering an audit trail in Ruby on Rails views.\n"
s.email = ["[email protected]", "[email protected]"]
s.extra_rdoc_files = [
"LICENSE",
"README.markdown",
"TODO"
]
s.files = [
"CHANGELOG",
"LICENSE",
"README.markdown",
"Rakefile",
"TODO",
"generators/simple_audit_migration/USAGE",
"generators/simple_audit_migration/simple_audit_migration_generator.rb",
"generators/simple_audit_migration/templates/migration.rb",
"lib/generators/simple_audit/migration/migration_generator.rb",
"lib/generators/simple_audit/migration/templates/active_record/migration.rb",
"lib/simple_audit.rb",
"lib/simple_audit/audit.rb",
"lib/simple_audit/helper.rb",
"lib/simple_audit/simple_audit.rb",
"rails-magazine-article.markdown",
"rails/init.rb",
"screenshot.png",
"simple_audit.gemspec",
"test/fixtures/addresses.yml",
"test/fixtures/people.yml",
"test/test_helper.rb",
"test/unit/simple_audit_test.rb"
]
s.homepage = "http://github.com/gtarnovan/simple_audit"
s.rubyforge_project = "simple_audit"
s.rubygems_version = "2.2.2"
s.summary = "Simple auditing solution for ActiveRecord models"
s.test_files = ["test/fixtures", "test/fixtures/addresses.yml", "test/fixtures/people.yml", "test/test_helper.rb", "test/unit", "test/unit/simple_audit_test.rb"]
end