Sha256: c3e8bc3950e02e6cff1b70d7514d6d5e31bcb3175850b3849d5522a65677d877

Contents?: true

Size: 972 Bytes

Versions: 1

Compression:

Stored size: 972 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'clockwork_database_events/version'

Gem::Specification.new do |spec|
  spec.name          = 'clockwork_database_events'
  spec.version       = ClockworkDatabaseEvents::VERSION
  spec.authors       = ['Martin Englund']
  spec.email         = ['martin@englund.nu']

  spec.summary       = 'Simple database event model for clockwork'
  spec.homepage      = 'http://skalera.com/'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = 'bin'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'sequel', '~> 4'
  spec.add_runtime_dependency 'active_support'

  spec.add_development_dependency 'bundler', '~> 1'
  spec.add_development_dependency 'rake', '~> 10'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clockwork_database_events-0.1.0 clockwork_database_events.gemspec