Sha256: ad0b7ba8b1664e143884fa1b20f46733337b133d7e6c785211a6d7677abf1b2d

Contents?: true

Size: 807 Bytes

Versions: 2

Compression:

Stored size: 807 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "fingerprints"
  gem.version       = Fingerprints::VERSION
  gem.authors       = ["Philip Hallstrom"]
  gem.email         = ["philip@pjkh.com"]
  gem.description   = %q{Make it easy to track who created/updated your models.}
  gem.summary       = %q{Make it easy to track who created/updated your models.}
  gem.homepage      = "https://github.com/phallstrom/fingerprints"

  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"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fingerprints-0.0.2 fingerprints.gemspec
fingerprints-0.0.1 fingerprints.gemspec