Sha256: e8248e031d824784018b8a2983677dad831fa53553310369ea09006c80a09ce7
Contents?: true
Size: 1.97 KB
Versions: 0
Compression: gzip
Compressed size: 783 Bytes
Stored size: 783 Bytes
Contents
--- !ruby/object:Gem::Specification name: hashie version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 1 version: 0.2.1 platform: ruby authors: - Michael Bleigh autorequire: bindir: bin cert_chain: [] date: 2010-06-22 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 description: Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). email: michael@intridea.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - Gemfile - Gemfile.lock - LICENSE - README.rdoc - Rakefile - VERSION - hashie.gemspec - lib/hashie.rb - lib/hashie/clash.rb - lib/hashie/dash.rb - lib/hashie/hash.rb - lib/hashie/hash_extensions.rb - lib/hashie/mash.rb - spec/hashie/clash_spec.rb - spec/hashie/dash_spec.rb - spec/hashie/hash_spec.rb - spec/hashie/mash_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/intridea/hashie licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Your friendly neighborhood hash toolkit. test_files: - spec/hashie/clash_spec.rb - spec/hashie/dash_spec.rb - spec/hashie/hash_spec.rb - spec/hashie/mash_spec.rb - spec/spec_helper.rb