Sha256: a7de533ba0f1278d0936cb65620be1b6a13939e7a69b13b5060cb24327ac501c
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
Gem::Specification.new do |s| s.name = "has_timestamps" s.version = "1.0" 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", "init.rb", "install.rb", "lib/has_timestamps.rb", "lib/timestamp.rb", "MIT-LICENSE", "Rakefile", "README", "tasks/has_timestamps_tasks.rake", "uninstall.rb" ] 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.0 | has_timestamps.gemspec |