Sha256: 034d94d7d6a3817beddfcac5dc106628b630ef62e7ecf2e757c1c14503a61602
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{abstract} s.version = "1.0.0" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["makoto kuwata"] s.cert_chain = nil s.date = %q{2006-03-12} s.description = %q{'abstract.rb' is a library which enable you to define abstract method in Ruby.} s.files = ["lib/abstract.rb", "test/test.rb", "README.txt", "ChangeLog", "setup.rb", "abstract.gemspec"] s.homepage = %q{http://rubyforge.org/projects/abstract} s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubygems_version = %q{1.3.1} s.summary = %q{a library which enable you to define abstract method in Ruby} s.test_files = ["test/test.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 1 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
6 entries across 6 versions & 1 rubygems