Sha256: eee45cd617fe94b5da144935facb99caf08b30898dc4e7966ff9c1da3344b08e

Contents?: true

Size: 768 Bytes

Versions: 1

Compression:

Stored size: 768 Bytes

Contents

require File.expand_path('lib/data_mapper/timestamps/version', __dir__)

Gem::Specification.new do |gem|
  gem.authors     = ['opensource_firespring']
  gem.email       = ['opensource@firespring.com']
  gem.summary     = 'DataMapper plugin for magical timestamps'
  gem.description = 'DataMapper plugin which adds “magic” to created_at, created_on, et cetera.'
  gem.license = 'Nonstandard'
  gem.homepage = 'https://datamapper.org'

  gem.files            = `git ls-files`.split("\n")
  gem.extra_rdoc_files = %w(LICENSE README.rdoc)

  gem.name          = 'sbf-dm-timestamps'
  gem.require_paths = ['lib']
  gem.version       = DataMapper::Timestamps::VERSION
  gem.required_ruby_version = '>= 2.7.8'

  gem.add_runtime_dependency('sbf-dm-core', '~> 1.3.0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sbf-dm-timestamps-1.3.0 dm-timestamps.gemspec