Sha256: 2e6293807491cf5358f8867fa45526e6359e7ccf6578aada288d53ef722d5885

Contents?: true

Size: 606 Bytes

Versions: 1

Compression:

Stored size: 606 Bytes

Contents

# encoding: utf-8

$:.unshift File.expand_path('../lib', __FILE__)
require 'registry/version'

Gem::Specification.new do |s|
  s.name          = 'regstry'
  s.version       = Registry::VERSION
  s.authors       = ['Sven Fuchs']
  s.email         = ['me@svenfuchs.com']
  s.homepage      = 'https://github.com/svenfuchs/registry'
  s.licenses      = ['MIT']
  s.summary       = 'Ruby class registry'
  s.description   = 'Allows registering Ruby classes for lookup using a key.'

  s.files         = Dir.glob('{bin/*,lib/**/*,[A-Z]*}')
  s.platform      = Gem::Platform::RUBY
  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
regstry-1.0.15 registry.gemspec