# -*- encoding: utf-8 -*- # stub: ludy 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "ludy".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lin Jen-Shin(a.k.a. godfat)".freeze] s.autorequire = "ludy".freeze s.date = "2007-09-15" s.email = "strip number: 135godfat7911@246godfat.890org".freeze s.files = ["CHANGES".freeze, "LICENSE".freeze, "NOTICE".freeze, "README".freeze, "lib".freeze, "lib/lib".freeze, "lib/lib/amulti.rb".freeze, "lib/lib/multi.rb".freeze, "lib/lib/smulti.rb".freeze, "lib/ludy".freeze, "lib/ludy.rb".freeze, "lib/ludy/aspect.rb".freeze, "lib/ludy/callstack.rb".freeze, "lib/ludy/curry.rb".freeze, "lib/ludy/dice.rb".freeze, "lib/ludy/lazy.rb".freeze, "lib/ludy/ludy_ext.rb".freeze, "lib/ludy/rambda.rb".freeze, "lib/ludy/this.rb".freeze, "lib/ludy/variable.rb".freeze, "lib/ludy/y_combinator.rb".freeze, "lib/ludy/z_combinator.rb".freeze, "ludy.gemspec".freeze, "test".freeze, "test/tc_callstack.rb".freeze, "test/tc_curry.rb".freeze, "test/tc_dice.rb".freeze, "test/tc_lazy.rb".freeze, "test/tc_ludy_ext.rb".freeze, "test/tc_rambda.rb".freeze, "test/tc_this.rb".freeze, "test/tc_variable.rb".freeze, "test/tc_y_combinator.rb".freeze, "test/tc_z_combinator.rb".freeze, "test/ts_ludy.rb".freeze] s.homepage = "http://ludy.rubyforge.org/".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Aims to extend Ruby standard library, providing some useful tools that's not existed in the standard library.".freeze s.test_files = ["test/ts_ludy.rb".freeze] end