From 7fb97247a55ae5dc29c9106840a6dbcb2f400a66 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 27 Dec 2011 17:25:21 -0800 Subject: [PATCH] Inital commit --- lib/methopara.rb | 1 + methopara.gemspec | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 lib/methopara.rb create mode 100644 methopara.gemspec diff --git a/lib/methopara.rb b/lib/methopara.rb new file mode 100644 index 0000000..17e644c --- /dev/null +++ b/lib/methopara.rb @@ -0,0 +1 @@ +# This file intentionall left blank \ No newline at end of file diff --git a/methopara.gemspec b/methopara.gemspec new file mode 100644 index 0000000..44b1cdd --- /dev/null +++ b/methopara.gemspec @@ -0,0 +1,33 @@ +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |s| + s.name = %q{methopara} + s.version = "0.3.2" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.authors = ["Koichi Sasada", "Genki Takiuchi"] + s.date = %q{2009-06-06} + s.description = %q{Method#parameters for ruby-1.9.1} + s.email = %q{genki@s21g.com} + s.extensions = ["ext/extconf.rb"] + s.extra_rdoc_files = ["README", "ChangeLog"] + s.files = ["README", "ChangeLog", "Rakefile", "lib/methopara.rb", "ext/methopara.c", "ext/extconf.rb"] + s.has_rdoc = true + s.homepage = %q{http://asakusarb.rubyforge.org} + s.rdoc_options = ["--title", "methopara documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source", "--exclude", "^(examples|extras)/"] + s.require_paths = ["lib"] + s.required_ruby_version = Gem::Requirement.new("~> 1.9.1") + s.rubyforge_project = %q{asakusarb} + s.rubygems_version = %q{1.3.2} + s.summary = %q{Method#parameters for ruby-1.9.1} + + if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION + s.specification_version = 3 + + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + else + end + else + end +end \ No newline at end of file