forked from Current-RMS/userstamp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
userstamp.gemspec
88 lines (85 loc) · 2.92 KB
/
userstamp.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: userstamp 2.0.2 ruby lib
Gem::Specification.new do |s|
s.name = "userstamp"
s.version = "2.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["DeLynn Berry"]
s.date = "2016-06-20"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE"
]
s.files = [
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"Rakefile",
"Readme.rdoc",
"VERSION",
"init.rb",
"lib/stampable.rb",
"lib/stamper.rb",
"lib/userstamp.rb",
"rdoc/classes/Ddb/Controller.html",
"rdoc/classes/Ddb/Controller/Userstamp.html",
"rdoc/classes/Ddb/Controller/Userstamp/InstanceMethods.html",
"rdoc/classes/Ddb/Userstamp.html",
"rdoc/classes/Ddb/Userstamp/MigrationHelper.html",
"rdoc/classes/Ddb/Userstamp/MigrationHelper/InstanceMethods.html",
"rdoc/classes/Ddb/Userstamp/Stampable.html",
"rdoc/classes/Ddb/Userstamp/Stampable/ClassMethods.html",
"rdoc/classes/Ddb/Userstamp/Stamper.html",
"rdoc/classes/Ddb/Userstamp/Stamper/ClassMethods.html",
"rdoc/classes/Ddb/Userstamp/Stamper/InstanceMethods.html",
"rdoc/classes/Userstamp.html",
"rdoc/created.rid",
"rdoc/files/CHANGELOG.html",
"rdoc/files/LICENSE.html",
"rdoc/files/Readme_rdoc.html",
"rdoc/files/lib/migration_helper_rb.html",
"rdoc/files/lib/stampable_rb.html",
"rdoc/files/lib/stamper_rb.html",
"rdoc/files/lib/userstamp_rb.html",
"rdoc/fr_class_index.html",
"rdoc/fr_file_index.html",
"rdoc/fr_method_index.html",
"rdoc/index.html",
"rdoc/rdoc-style.css",
"test/controllers/posts_controller.rb",
"test/controllers/users_controller.rb",
"test/controllers/userstamp_controller.rb",
"test/helper.rb",
"test/models/comment.rb",
"test/models/person.rb",
"test/models/post.rb",
"test/models/user.rb",
"test/schema.rb",
"test/stamping_test.rb",
"test/userstamp_controller_test.rb",
"test/userstamp_test.rb",
"userstamp.gemspec"
]
s.homepage = "http://github.com/delynn/userstamp"
s.rubygems_version = "2.4.8"
s.summary = "This Rails plugin extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes."
s.test_files = [
"test/controllers/posts_controller.rb",
"test/controllers/users_controller.rb",
"test/controllers/userstamp_controller.rb",
"test/helper.rb",
"test/models/comment.rb",
"test/models/person.rb",
"test/models/post.rb",
"test/models/user.rb",
"test/schema.rb",
"test/stamping_test.rb",
"test/userstamp_controller_test.rb",
"test/userstamp_test.rb"
]
end