Sha256: f1cc574b8a93d1d7aba004c648f97b910d210f2babfbd33188ee5bc36d083309

Contents?: true

Size: 848 Bytes

Versions: 1

Compression:

Stored size: 848 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "option_initializer"
  gem.version       = OptionInitializer::VERSION
  gem.authors       = ["Junegunn Choi"]
  gem.email         = ["junegunn.c@gmail.com"]
  gem.description   = %q{Object construction with method chaining}
  gem.summary       = %q{Object construction with method chaining}
  gem.homepage      = "https://github.com/junegunn/option_initializer"

  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 'simplecov'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
option_initializer-1.5.0 option_initializer.gemspec