Sha256: 2de2f4bcb2ece957bcf267a5c02629ba7b9e7e8ade55307817e982406d769966
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 Bytes
Contents
Gem::Specification.new do |s| s.specification_version = 2 if s.respond_to? :specification_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.rubygems_version = '1.3.5' s.name = 'hash_to_object' s.version = '0.1.1' s.date = '2011-09-26' s.summary = "Converts hashes into ruby objects." s.authors = ["Phillip Birtcher"] s.email = 'philbirt@gmail.com' s.homepage = 'https://github.com/philbirt/hash_to_object' s.require_paths = %w[lib] s.add_development_dependency('rspec', "~> 2.3") # = MANIFEST = s.files = %w[ Gemfile Gemfile.lock README.md Rakefile hash_to_object.gemspec lib/hash_to_object.rb spec/hash_to_object_spec.rb ] # = MANIFEST = s.test_files = s.files.select { |path| path =~ /^spec\/*._spec\.rb/ } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hash_to_object-0.1.1 | hash_to_object.gemspec |