forked from delynn/userstamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
userstamp.gemspec
104 lines (99 loc) · 3.45 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{userstamp}
s.version = "2.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["DeLynn Berry"]
s.date = %q{2010-08-09}
s.email = %q{delynn@gmail.com}
s.extra_rdoc_files = [
"LICENSE"
]
s.files = [
".gitignore",
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"Rakefile",
"Readme.rdoc",
"VERSION",
"init.rb",
"lib/migration_helper.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/compatibility_stamping_test.rb",
"test/controllers/posts_controller.rb",
"test/controllers/users_controller.rb",
"test/controllers/userstamp_controller.rb",
"test/helper.rb",
"test/models/comment.rb",
"test/models/foo.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 = %q{http://github.com/delynn/userstamp}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{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/schema.rb",
"test/controllers/userstamp_controller.rb",
"test/controllers/users_controller.rb",
"test/controllers/posts_controller.rb",
"test/compatibility_stamping_test.rb",
"test/helper.rb",
"test/models/post.rb",
"test/models/foo.rb",
"test/models/comment.rb",
"test/models/person.rb",
"test/models/user.rb",
"test/userstamp_controller_test.rb",
"test/userstamp_test.rb",
"test/stamping_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end