Sha256: 871b0effaabb0fbd1647aa2b14630f6d442209a3e1c1178144c038f47aaccb4b
Contents?: true
Size: 918 Bytes
Versions: 4
Compression:
Stored size: 918 Bytes
Contents
$LOAD_PATH.push File.expand_path('../lib', __FILE__) require 'db_mod/version' Gem::Specification.new do |s| s.name = 'db_mod' s.version = DbMod::VERSION s.platform = Gem::Platform::RUBY s.author = 'Doug Hammond' s.email = ['d.lakehammond@gmail.com'] s.homepage = 'https://github.com/dslh/db_mod' s.summary = 'Declarative, modular database library framework.' s.description = 'Framework for building modular database libraries.' s.license = 'MIT' s.required_ruby_version = '>= 1.9.3' s.add_runtime_dependency 'pg' s.add_development_dependency 'simplecov' s.add_development_dependency 'rspec' s.add_development_dependency 'rspec-mocks' s.add_development_dependency 'yard' s.add_development_dependency 'bundler' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = %w(lib) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
db_mod-0.0.5 | db_mod.gemspec |
db_mod-0.0.4 | db_mod.gemspec |
db_mod-0.0.3 | db_mod.gemspec |
db_mod-0.0.2 | db_mod.gemspec |