leshill / bouncy_bots

A simple negative captcha for Rails

This URL has Read+Write access

Desi McAdam and Les Hill (author)
Thu Jul 02 19:31:07 -0700 2009
commit  f3ae6473094a6614697706e94b3785603ba5f97c
tree    51a10749f0ab4dd47289c83cf318891183cc3f20
parent  85e9bb636a6eed544a3bbca3fd88dc714452687d
bouncy_bots / bouncy_bots.gemspec
100644 48 lines (43 sloc) 1.208 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{bouncy_bots}
  s.version = "0.1.1"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Les Hill, Desi McAdam"]
  s.date = %q{2009-07-02}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.textile"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "LICENSE",
     "README.textile",
     "Rakefile",
     "VERSION",
     "bouncy_bots.gemspec",
     "lib/bouncy_bots.rb",
     "lib/bouncy_bots/form_builder_ext.rb",
     "spec/bouncy_bots_spec.rb",
     "spec/spec_helper.rb"
  ]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/leshill/bouncy_bots}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Simple negative captcha for Rails}
  s.test_files = [
    "spec/bouncy_bots_spec.rb",
     "spec/spec_helper.rb"
  ]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end