GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Implements pattern-based method dispatch for Ruby, inspired by Topher Cyll's multi.
Clone URL: git://github.com/dyoder/functor.git
New gemspec for removal of ruby-debug require
dyoder (author)
Wed Oct 08 15:29:18 -0700 2008
commit  81b4bf9d1ab2220d490f25d9a6dbd26b9e0a5ddd
tree    83ed48748d4ee9e675da27ec7a70f974e87e4b4b
parent  fb0e2860d591f65c9c1df51658b2759a064cc2e0
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
0
   s.required_ruby_version = '>= 1.8.6'
0
   s.name = "functor"
0
   s.rubyforge_project = 'functor'
0
- s.version = "0.5.0"
0
+ s.version = "0.5.1"
0
   s.authors = [ "Dan Yoder", "Matthew King", "Lawrence Pit" ]
0
   s.email = 'dan@zeraweb.com'
0
   s.homepage = 'http://dev.zeraweb.com/'
...
1
2
3
 
4
5
6
7
 
8
9
10
...
1
2
 
3
4
5
6
 
7
8
9
10
0
@@ -1,10 +1,10 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{functor}
0
- s.version = "0.5.0"
0
+ s.version = "0.5.1"
0
 
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-09-18}
0
+ s.date = %q{2008-10-08}
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", "test/with_self.rb"]
0
   s.has_rdoc = true

Comments

    No one has commented yet.