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
updated gemspec
dyoder (author)
Fri Sep 05 07:05:47 -0700 2008
commit  8523c87d74c91f0ac26d9983a56bf5e3ed983473
tree    e4d08aea4cde1aa4d6e7ee1e1f48f1da64ef934d
parent  45e80ff8e11c3b10f70af02f0ef43ec07fc960a2
...
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
@@ -1,12 +1,10 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{functor}
0
- s.version = "0.4.2"
0
-
0
- s.specification_version = 2 if s.respond_to? :specification_version=
0
+ s.version = "0.4.3"
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-06-29}
0
+ s.date = %q{2008-09-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
   s.has_rdoc = true
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
+
0
+ if s.respond_to? :specification_version then
0
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
0
+ s.specification_version = 2
0
+
0
+ if current_version >= 3 then
0
+ else
0
+ end
0
+ else
0
+ end
0
 end

Comments

    No one has commented yet.