Sha256: 2fd7284cb6baacba6f1b01650bacb20769abfc64b6e7986cc1a663919bca85fb
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.2" gem.add_dependency "activesupport", ">= 3.0.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dirty_hashy-0.1.2 | dirty_hashy.gemspec |