Sha256: 785d968deef203b7354520d4d89162af0cb144ac84cfecae6bba799163e7876b

Contents?: true

Size: 804 Bytes

Versions: 2

Compression:

Stored size: 804 Bytes

Contents

# -*- encoding: utf-8 -*-

require File.expand_path("../lib/hash_with_struct_access", __FILE__)

Gem::Specification.new do |gem|
  gem.name = "hash_with_struct_access"
  gem.version = HashWithStructAccess::VERSION
  gem.description = %q{Hash object with struct access}
  gem.summary = %q{Hash object with struct access. Main purpose is to be a configuration object.}
  gem.homepage = "https://github.com/kostia/hash_with_struct_access"
  gem.authors = ["Kostiantyn Kahanskyi"]
  gem.email = %w(kostiantyn.kahanskyi@googlemail.com)
  gem.files = `git ls-files`.split("\n")
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.require_paths = %w(lib)
  gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  gem.add_development_dependency("rake")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hash_with_struct_access-0.0.2 hash_with_struct_access.gemspec
hash_with_struct_access-0.0.1 hash_with_struct_access.gemspec