--- !ruby/object:Gem::Specification name: ludy version: !ruby/object:Gem::Version version: 0.1.13 platform: ruby authors: - "Lin Jen-Shin (a.k.a. godfat \xE7\x9C\x9F\xE5\xB8\xB8)" autorequire: bindir: bin cert_chain: [] date: 2008-06-14 00:00:00 +08:00 default_executable: dependencies: [] description: Aims to extend Ruby standard library, providing some useful tools that's not existed in the standard library, especially for functional programming. email: "strip any number: 18god29fat7029 (at] godfat32 -dooot- 20org" executables: - ludy extensions: [] extra_rdoc_files: - bin - bin/ludy - CHANGES - lib - lib/ludy - lib/ludy/array - lib/ludy/class - lib/ludy/deprecated - lib/ludy/hash - lib/ludy/helpers - lib/ludy/kernel - lib/ludy/proc - lib/ludy/symbol - lib/ludy/tasks - lib/ludy/tasks/preprocess_cpp - lib/ludy/test - lib/puzzle_generator - LICENSE - ludy.gemspec - NOTICE - README - spec - tasks - tasks/ann.rake - tasks/bones.rake - tasks/gem.rake - tasks/git.rake - tasks/manifest.rake - tasks/notes.rake - tasks/post_load.rake - tasks/rdoc.rake - tasks/rubyforge.rake - tasks/spec.rake - tasks/svn.rake - tasks/test.rake - test - test/deprecated - test/ludy - test/multiruby.sh - TODO files: - bin - bin/ludy - CHANGES - lib - lib/ludy - lib/ludy/all.rb - lib/ludy/array - lib/ludy/array/body.rb - lib/ludy/array/choice.rb - lib/ludy/array/combine.rb - lib/ludy/array/combos.rb - lib/ludy/array/count.rb - lib/ludy/array/filter.rb - lib/ludy/array/foldl.rb - lib/ludy/array/foldr.rb - lib/ludy/array/head.rb - lib/ludy/array/map_with_index.rb - lib/ludy/array/pad.rb - lib/ludy/array/product.rb - lib/ludy/array/rotate.rb - lib/ludy/array/tail.rb - lib/ludy/array.rb - lib/ludy/blackhole.rb - lib/ludy/class - lib/ludy/class/undef_all_methods.rb - lib/ludy/class.rb - lib/ludy/deprecated - lib/ludy/deprecated/aspect.rb - lib/ludy/deprecated/callstack.rb - lib/ludy/deprecated/curry.rb - lib/ludy/deprecated/rambda.rb - lib/ludy/deprecated/this.rb - lib/ludy/deprecated/untranspose.rb - lib/ludy/deprecated/unzip.rb - lib/ludy/dices.rb - lib/ludy/hash - lib/ludy/hash/reverse_merge.rb - lib/ludy/hash.rb - lib/ludy/helpers - lib/ludy/helpers/check_box.rb - lib/ludy/kernel - lib/ludy/kernel/deep_copy.rb - lib/ludy/kernel/defun.rb - lib/ludy/kernel/ergo.rb - lib/ludy/kernel/id.rb - lib/ludy/kernel/if_else.rb - lib/ludy/kernel/m.rb - lib/ludy/kernel/maybe.rb - lib/ludy/kernel/public_send.rb - lib/ludy/kernel/singleton_method.rb - lib/ludy/kernel/tap.rb - lib/ludy/kernel.rb - lib/ludy/lazy.rb - lib/ludy/list.rb - lib/ludy/message_dispatcher.rb - lib/ludy/namespace.rb - lib/ludy/paginator.rb - lib/ludy/pattern_matcher.rb - lib/ludy/proc - lib/ludy/proc/bind.rb - lib/ludy/proc/chain.rb - lib/ludy/proc/compose.rb - lib/ludy/proc/curry.rb - lib/ludy/proc.rb - lib/ludy/symbol - lib/ludy/symbol/curry.rb - lib/ludy/symbol/to_msg.rb - lib/ludy/symbol/to_proc.rb - lib/ludy/symbol.rb - lib/ludy/tasks - lib/ludy/tasks/common.rb - lib/ludy/tasks/preprocess_cpp - lib/ludy/tasks/preprocess_cpp/attr_builder.rb - lib/ludy/tasks/preprocess_cpp/debug_hook.rb - lib/ludy/tasks/preprocess_cpp/header_guard.rb - lib/ludy/tasks/preprocess_cpp/template_forward_parameters.rb - lib/ludy/tasks/preprocess_cpp.rb - lib/ludy/tasks.rb - lib/ludy/test - lib/ludy/timer.rb - lib/ludy/variable.rb - lib/ludy/version.rb - lib/ludy/y_combinator.rb - lib/ludy/z_combinator.rb - lib/ludy.rb - lib/puzzle_generator - lib/puzzle_generator/chain.rb - lib/puzzle_generator/chained_map.rb - lib/puzzle_generator/colored_map.rb - lib/puzzle_generator/map.rb - lib/puzzle_generator/misc.rb - lib/puzzle_generator/puzzle.rb - lib/puzzle_generator.rb - LICENSE - ludy.gemspec - NOTICE - Rakefile - README - spec - spec/ludy_spec.rb - spec/spec_helper.rb - tasks - tasks/ann.rake - tasks/bones.rake - tasks/gem.rake - tasks/git.rake - tasks/manifest.rake - tasks/notes.rake - tasks/post_load.rake - tasks/rdoc.rake - tasks/rubyforge.rake - tasks/setup.rb - tasks/spec.rake - tasks/svn.rake - tasks/test.rake - test - test/deprecated - test/deprecated/callstack.rb - test/deprecated/curry.rb - test/deprecated/rambda.rb - test/deprecated/this.rb - test/deprecated/ts_ludy.rb - test/deprecated/unzip_and_untranspose.rb - test/example_puzzle.rb - test/helper.rb - test/ludy - test/ludy/test_array.rb - test/ludy/test_class.rb - test/ludy/test_defun.rb - test/ludy/test_dices.rb - test/ludy/test_hash.rb - test/ludy/test_kernel.rb - test/ludy/test_lazy.rb - test/ludy/test_paginator.rb - test/ludy/test_proc.rb - test/ludy/test_require_all.rb - test/ludy/test_symbol.rb - test/ludy/test_variable.rb - test/ludy/test_y_combinator.rb - test/ludy/test_z_combinator.rb - test/multiruby.sh - TODO has_rdoc: true homepage: http://ludy.rubyforge.org/ post_install_message: rdoc_options: - --diagram - --charset=utf-8 - --inline-source - --line-numbers - --promiscuous - --main - README require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: ludy rubygems_version: 1.1.1 signing_key: specification_version: 2 summary: Aims to extend Ruby standard library, providing some useful tools that's not existed in the standard library, especially for functional programming. test_files: - test/ludy/test_array.rb - test/ludy/test_class.rb - test/ludy/test_defun.rb - test/ludy/test_dices.rb - test/ludy/test_hash.rb - test/ludy/test_kernel.rb - test/ludy/test_lazy.rb - test/ludy/test_paginator.rb - test/ludy/test_proc.rb - test/ludy/test_require_all.rb - test/ludy/test_symbol.rb - test/ludy/test_variable.rb - test/ludy/test_y_combinator.rb - test/ludy/test_z_combinator.rb