Sha256: ddbba0b18e2eebcafd89a2de476ed679cc47a3e2f90e68ad8939206e73cbc8a2

Contents?: true

Size: 882 Bytes

Versions: 3

Compression:

Stored size: 882 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'hashable'
  spec.version       = Hashable::VERSION
  spec.authors       = ['Mustafa Turan']
  spec.email         = ['mustafaturan.net@gmail.com']
  spec.description   = %q{Recursively convert your objects into nested hashes}
  spec.summary       = spec.description
  spec.homepage      = 'https://github.com/mustafaturan/hashable'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hashable-0.1.2 hashable.gemspec
hashable-0.1.1 hashable.gemspec
hashable-0.1.0 hashable.gemspec