Sha256: 7ca1b7268998e888fda613b931b41aa18758e91a458840403c0075c9b7dfea80

Contents?: true

Size: 741 Bytes

Versions: 1

Compression:

Stored size: 741 Bytes

Contents

SPEC = Gem::Specification.new do |s|
  # identify the gem
  s.name = "sequel_timestamped"
  s.version = "1.0.3"
  s.author = "S. Brent Faulkner"
  s.email = "brentf@unwwwired.net"
  s.homepage = "http://github.com/sbfaulkner/sequel_timestamped"
  # platform of choice
  s.platform = Gem::Platform::RUBY
  # description of gem
  s.summary = "my take on a timestamping plugin for sequel"
  s.files = %w(lib/sequel_timestamped.rb MIT-LICENSE Rakefile README.markdown sequel_timestamped.gemspec test/sequel_timestamped_test.rb)
  s.require_path = "lib"
  s.test_file = "test/sequel_timestamped_test.rb"
  s.has_rdoc = true
  s.extra_rdoc_files = ["README.markdown"]
  s.add_dependency "sequel"
  # s.rubyforge_project = "sequel_timestamped"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sbfaulkner-sequel_timestamped-1.0.3 sequel_timestamped.gemspec