Sha256: f301045846627e3f34fc9772751aea6b01038554b17d2c3e6edc96af0a6d50ae
Contents?: true
Size: 1.87 KB
Versions: 0
Compression: gzip
Compressed size: 769 Bytes
Stored size: 769 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: patternmatching version: !ruby/object:Gem::Version version: 0.2.4 date: 2007-06-06 00:00:00 +09:00 summary: Provide a pure ruby module that can build structured objects easily, can enable pattern match of objects, and can define method as a partial function style. require_paths: - lib email: bellbind@gmail.com homepage: http://patternmatching.rubyforge.org rubyforge_project: patternmatching description: Provide a pure ruby module that can build structured objects easily, can enable pattern match of objects, and can define method as a partial function style. autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - ICHIYAMA Ryoichi files: - History.txt - License.txt - Manifest.txt - README.txt - Rakefile - examples/benchmark.rb - examples/enumerable_matching.rb - examples/hash_matching.rb - examples/match_inside_class.rb - examples/matching.rb - examples/matching_with_condition.rb - examples/object_matching.rb - examples/partial_style_method.rb - examples/partial_style_method2.rb - lib/patternmatching.rb - lib/patternmatching/pattern.rb - lib/patternmatching/version.rb - scripts/makemanifest.rb - scripts/txt2html - setup.rb - spec/patternmatching_spec.rb - spec/spec.opts - spec/spec_helper.rb - website/index.html - website/index.txt - website/javascripts/rounded_corners_lite.inc.js - website/stylesheets/screen.css - website/template.rhtml test_files: [] rdoc_options: - --main - README.txt extra_rdoc_files: - History.txt - License.txt - Manifest.txt - README.txt - website/index.txt executables: [] extensions: [] requirements: [] dependencies: []