JackDanger / ruby_prototype

Provides Ruby1.9 with a method prototyping interface

This URL has Read+Write access

ruby_prototype / ruby_prototype.gemspec
100644 18 lines (16 sloc) 0.706 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
  s.name = %q{ruby_prototype}
  s.version = "1.0.0"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Jack Danger Canty"]
  s.date = %q{2009-03-04}
  s.email = ["rubygems@6brand.com"]
  s.files = ["History.txt", "Manifest.txt", "README.markdown", "Rakefile", "lib/ruby_prototype.rb", "test/test_ruby_prototype.rb"]
  s.has_rdoc = false
  s.require_paths = ["lib"]
  s.required_ruby_version = '>= 1.9.0'
  s.rubyforge_project = %q{ruby_prototype}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Provides Ruby1.9 with a method prototyping interface}
  s.test_files = ["test/test_ruby_prototype.rb"]
end