Sha256: 3ba229a053a388e94bf1a160e9f76131a31203b8f75c6e6acf3fffff1224c4e4

Contents?: true

Size: 776 Bytes

Versions: 2

Compression:

Stored size: 776 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'kwstruct'

Gem::Specification.new do |spec|
  spec.name          = 'kwstruct'
  spec.version       = KwStruct::VERSION
  spec.authors       = ['Maxim Chernyak']
  spec.email         = ['max@bitsonnet.com']

  spec.summary       = 'Struct with keyword arguments support'
  spec.homepage      = 'https://github.com/maxim/kwstruct'
  spec.license       = 'MIT'

  spec.files         = %w(
                          CODE_OF_CONDUCT.md
                          LICENSE.txt
                          README.md
                          kwstruct.gemspec
                          lib/kwstruct.rb
                        )

  spec.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kwstruct-0.2.0 kwstruct.gemspec
kwstruct-0.1.0 kwstruct.gemspec