Sha256: 08a4ae00cfafa31bf8c333f826b5b84982f71f2a5461c2d387130e3756857c06
Contents?: true
Size: 892 Bytes
Versions: 1
Compression:
Stored size: 892 Bytes
Contents
# encoding: utf-8 $:.unshift File.expand_path('../lib', __FILE__) require 'hashr/version' Gem::Specification.new do |s| s.name = "hashr" s.version = Hashr::VERSION s.authors = ["Sven Fuchs"] s.email = "svenfuchs@artweb-design.de" s.homepage = "http://github.com/svenfuchs/hashr" s.summary = "Simple Hash extension to make working with nested hashes (e.g. for configuration) easier and less error-prone" s.description = "Simple Hash extension to make working with nested hashes (e.g. for configuration) easier and less error-prone." s.files = Dir['{lib/**/*,test/**/*,[A-Z]*}'] s.platform = Gem::Platform::RUBY s.require_path = 'lib' s.rubyforge_project = '[none]' s.add_development_dependency 'rake' s.add_development_dependency 'test_declarative', '>=0.0.2' s.add_development_dependency 'minitest', '>=5.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hashr-1.0.0 | hashr.gemspec |