... 1 2 3 4 5 6 7 8 9 10 11 12 ... 14 15 16 17 18 19 |
... 1 2 3 4 5 6 7 8 9 10 ... 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
0 Gem::Specification.new do |s| 0 - s.specification_version = 2 if s.respond_to? :specification_version= 0 s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= 0 s.authors = ["Dan Yoder", "Matthew King", "Lawrence Pit"] 0 - s.date = %q{2008-0 6-29} 0 + s.date = %q{2008-0 9-05} 0 s.email = %q{dan@zeraweb.com} 0 s.files = ["doc/HISTORY", "doc/rdoc", "doc/rdoc/classes", "doc/rdoc/classes/Functor", "doc/rdoc/classes/Functor/Method.html", "doc/rdoc/classes/Functor/Method.src", "doc/rdoc/classes/Functor/Method.src/M000006.html", "doc/rdoc/classes/Functor.html", "doc/rdoc/classes/Functor.src", "doc/rdoc/classes/Functor.src/M000001.html", "doc/rdoc/classes/Functor.src/M000002.html", "doc/rdoc/classes/Functor.src/M000003.html", "doc/rdoc/classes/Functor.src/M000004.html", "doc/rdoc/classes/Functor.src/M000005.html", "doc/rdoc/classes/Object.html", "doc/rdoc/classes/Object.src", "doc/rdoc/classes/Object.src/M000007.html", "doc/rdoc/created.rid", "doc/rdoc/files", "doc/rdoc/files/doc", "doc/rdoc/files/doc/HISTORY.html", "doc/rdoc/files/doc/README.html", "doc/rdoc/files/lib", "doc/rdoc/files/lib/functor_rb.html", "doc/rdoc/files/lib/object_rb.html", "doc/rdoc/fr_class_index.html", "doc/rdoc/fr_file_index.html", "doc/rdoc/fr_method_index.html", "doc/rdoc/index.html", "doc/rdoc/rdoc-style.css", "doc/README", "lib/functor.rb", "lib/object.rb", "test/fib.rb", "test/functor.rb", "test/guards.rb", "test/helpers.rb", "test/inheritance.rb", "test/matchers.rb", "test/reopening.rb"] 0 @@ -14,6 +12,16 @@ Gem::Specification.new do |s| 0 s.require_paths = ["lib"] 0 s.required_ruby_version = Gem::Requirement.new(">= 1.8.6") 0 s.rubyforge_project = %q{functor} 0 - s.rubygems_version = %q{1. 0.1} 0 + s.rubygems_version = %q{1. 2.0} 0 s.summary = %q{Pattern-based dispatch for Ruby, inspired by Topher Cyll's multi.} 0 + if s.respond_to? :specification_version then 0 + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION 0 + s.specification_version = 2 0 + if current_version >= 3 then
|
Comments
No one has commented yet.