# -*- encoding: utf-8 -*- # stub: originator 3.1 ruby lib Gem::Specification.new do |s| s.name = "originator".freeze s.version = "3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["DeLynn Berry".freeze, "Thomas von Deyen".freeze] s.date = "2017-09-07" s.description = "This gem 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.".freeze s.email = ["thomas@vondeyen.com".freeze] s.extra_rdoc_files = ["LICENSE".freeze] s.files = ["CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "Rakefile".freeze, "Readme.rdoc".freeze, "VERSION".freeze, "lib/migration_helper.rb".freeze, "lib/stampable.rb".freeze, "lib/stamper.rb".freeze, "lib/userstamp.rb".freeze, "originator.gemspec".freeze, "rdoc/classes/Ddb/Controller.html".freeze, "rdoc/classes/Ddb/Controller/Userstamp.html".freeze, "rdoc/classes/Ddb/Controller/Userstamp/InstanceMethods.html".freeze, "rdoc/classes/Ddb/Userstamp.html".freeze, "rdoc/classes/Ddb/Userstamp/MigrationHelper.html".freeze, "rdoc/classes/Ddb/Userstamp/MigrationHelper/InstanceMethods.html".freeze, "rdoc/classes/Ddb/Userstamp/Stampable.html".freeze, "rdoc/classes/Ddb/Userstamp/Stampable/ClassMethods.html".freeze, "rdoc/classes/Ddb/Userstamp/Stamper.html".freeze, "rdoc/classes/Ddb/Userstamp/Stamper/ClassMethods.html".freeze, "rdoc/classes/Ddb/Userstamp/Stamper/InstanceMethods.html".freeze, "rdoc/classes/Userstamp.html".freeze, "rdoc/created.rid".freeze, "rdoc/files/CHANGELOG.html".freeze, "rdoc/files/LICENSE.html".freeze, "rdoc/files/Readme_rdoc.html".freeze, "rdoc/files/lib/migration_helper_rb.html".freeze, "rdoc/files/lib/stampable_rb.html".freeze, "rdoc/files/lib/stamper_rb.html".freeze, "rdoc/files/lib/userstamp_rb.html".freeze, "rdoc/fr_class_index.html".freeze, "rdoc/fr_file_index.html".freeze, "rdoc/fr_method_index.html".freeze, "rdoc/index.html".freeze, "rdoc/rdoc-style.css".freeze, "test/compatibility_stamping_test.rb".freeze, "test/controllers/posts_controller.rb".freeze, "test/controllers/users_controller.rb".freeze, "test/controllers/userstamp_controller.rb".freeze, "test/helper.rb".freeze, "test/models/comment.rb".freeze, "test/models/foo.rb".freeze, "test/models/person.rb".freeze, "test/models/post.rb".freeze, "test/models/user.rb".freeze, "test/schema.rb".freeze, "test/stamping_test.rb".freeze, "test/userstamp_controller_test.rb".freeze, "test/userstamp_test.rb".freeze] s.homepage = "https://github.com/AlchemyCMS/originator".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Adds originator attributes to your ActiveRecord models.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0".freeze]) end