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

Gem::Specification.new do |s|
  s.name = "seamusabshere-has_timestamps".freeze
  s.version = "1.2".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-01-02"
  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.files = ["MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "has_timestamps.gemspec".freeze, "init.rb".freeze, "lib/has_timestamps.rb".freeze, "lib/timestamp.rb".freeze, "rails/init.rb".freeze, "tasks/has_timestamps_tasks.rake".freeze, "test/has_timestamps_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/seamusabshere/has_timestamps".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, "test/test_helper.rb".freeze]
end