# -*- encoding: utf-8 -*-
# stub: seamusabshere-has_timestamps 1.5.5 ruby lib

Gem::Specification.new do |s|
  s.name = "seamusabshere-has_timestamps".freeze
  s.version = "1.5.5".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Seamus Abshere".freeze]
  s.date = "2009-05-15"
  s.description = "has_timestamps is a Rails plugin that allows you to add named timestamps to ActiveRecord models without adding database columns.".freeze
  s.email = "seamus@abshere.net".freeze
  s.extra_rdoc_files = ["README".freeze]
  s.files = ["README".freeze, "VERSION.yml".freeze, "lib/has_timestamps.rb".freeze, "lib/timestamp.rb".freeze, "test/has_timestamps_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/seamusabshere/has_timestamps".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Rails plugin to add named timestamps to ActiveRecord models.".freeze
  s.test_files = ["test/has_timestamps_test.rb".freeze]
end