Sha256: 35ed3780d681ffb848e8ee43d551ee836ed6ce808bc380448280def01e1823b6

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

Gem::Specification.new do |s|
  s.name     = "has_timestamps"
  s.version  = "1.1"
  s.date     = "2008-12-29"
  s.summary  = "Rails plugin to add named timestamps to ActiveRecord models."
  s.email    = "seamus@abshere.net"
  s.homepage = "http://github.com/seamusabshere/has_timestamps"
  s.description = "has_timestamps is a Rails plugin that allows you to add named timestamps to ActiveRecord models without adding database columns."
  s.has_rdoc = false
  s.authors  = "Seamus Abshere"
  s.files    = [
    "has_timestamps.gemspec",
    "lib/has_timestamps.rb",
    "lib/timestamp.rb",
    "MIT-LICENSE",
    "Rakefile",
    "README",
    "tasks/has_timestamps_tasks.rake",
    ]
  s.test_files = [  
    "test/has_timestamps_test.rb",
    "test/test_helper.rb"
    ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamusabshere-has_timestamps-1.1 has_timestamps.gemspec