Sha256: 1c17e6e92a541d76285e79713182c73bba81cfad7116e38d81507b3cff3b0e0b
Contents?: true
Size: 810 Bytes
Versions: 3
Compression:
Stored size: 810 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'pg_decorator/version' Gem::Specification.new do |gem| gem.name = "pg_decorator" gem.version = PgDecorator::VERSION gem.authors = ["Ervin Weber"] gem.email = ["webervin@gmail.com"] gem.description = %q{adds caller method as SQL comment} gem.summary = %q{Makes ruby caller visible in PostgreSQL log} gem.homepage = 'https://github.com/webervin/pg_decorator' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_development_dependency 'rake' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pg_decorator-0.0.4 | pg_decorator.gemspec |
pg_decorator-0.0.3 | pg_decorator.gemspec |
pg_decorator-0.0.2 | pg_decorator.gemspec |