require File.expand_path('../lib/dm-transactions/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['opensource_firespring'] gem.email = ['opensource@firespring.com'] gem.summary = 'Adds transaction support to DataMapper' gem.description = 'Makes transaction support available for adapters that support them' 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-transactions' gem.require_paths = ['lib'] gem.version = DataMapper::Transactions::VERSION gem.add_runtime_dependency('sbf-dm-core', '~> 1.3.0') end