pelargir / pass_nils_to

Pass nils to methods in various permutations. Expose bugs. Profit.

This URL has Read+Write access

pass_nils_to / pass_nils_to.gemspec
100644 24 lines (24 sloc) 0.677 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Gem::Specification.new do |s|
  s.name = "pass_nils_to"
  s.version = "0.5"
  s.date = "2008-08-15"
  s.summary = "Pass nils to your methods and see if they explode."
  s.email = "pelargir@gmail.com"
  s.homepage = "http://github.com/pelargir/pass_nils_to"
  s.description = "Pass nils to your methods and see if they explode."
  s.has_rdoc = true
  s.authors = ["Matthew Bass"]
  s.files = [
    "CHANGELOG",
    "init.rb",
   "lib/pass_nils_to.rb",
    "MIT-LICENSE",
"pass_nils_to.gemspec",
    "Rakefile",
"README",
"test/pass_nils_to_test.rb",
"test/test_helper.rb"
]
  s.rdoc_options = ["--main", "README"]
  s.extra_rdoc_files = ["README"]
end