Sha256: 0e2827048111f69cf60094c76ead79816d980fb6e3569931ca32e4868e8e4913

Contents?: true

Size: 798 Bytes

Versions: 1

Compression:

Stored size: 798 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Paul Engel"]
  gem.email         = ["paul.engel@holder.nl"]
  gem.description   = %q{Dirty tracking within hashes with indifferent access or objects as it is expected to be!}
  gem.summary       = %q{Dirty tracking within hashes with indifferent access or objects as it is expected to be!}
  gem.homepage      = "https://github.com/archan937/dirty_hashy"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "dirty_hashy"
  gem.require_paths = ["lib"]
  gem.version       = "0.1.3"

  gem.add_dependency "activesupport", ">= 3.0.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dirty_hashy-0.1.3 dirty_hashy.gemspec