Sha256: 86bb334db9690f4a3a380eed9f58a258a809eda5712a5d8d25e497e006afe9f7

Contents?: true

Size: 756 Bytes

Versions: 5

Compression:

Stored size: 756 Bytes

Contents

$LOAD_PATH.push File.expand_path('../lib', __FILE__)
require 'hash_attribute_assignment/version'

Gem::Specification.new do |s|
  s.name          = 'hash_attribute_assignment'
  s.summary       = 'Instantiate objects with a hash of instance variables'
  s.version       = HashAttributeAssignment::VERSION
  s.author        = 'Corey Alexander'
  s.email         = 'coreyja@gmail.com'
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']
  s.license       = 'MIT'
  s.homepage      = 'https://github.com/coreyja/hash_attribute_assignment'

  s.required_ruby_version = '>= 2.1.0'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hash_attribute_assignment-0.0.5 hash_attribute_assignment.gemspec
hash_attribute_assignment-0.0.4 hash_attribute_assignment.gemspec
hash_attribute_assignment-0.0.3 hash_attribute_assignment.gemspec
hash_attribute_assignment-0.0.2 hash_attribute_assignment.gemspec
hash_attribute_assignment-0.0.1 hash_attribute_assignment.gemspec