-
Notifications
You must be signed in to change notification settings - Fork 2
/
anvisa-bot.gemspec
32 lines (28 loc) · 1.16 KB
/
anvisa-bot.gemspec
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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{anvisa-bot}
s.version = "0.2.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Roger Leite"]
s.date = %q{2009-08-19}
s.default_executable = %q{anvisa-bot}
s.email = %q{[email protected]}
s.executables = ["anvisa-bot"]
s.files = ["lib/anvisa_bot.rb", "lib/anvisa_parser.rb", "lib/anvisa_browser.rb", "Rakefile", "FLUXO_SITE_ANVISA.txt", "README.textile", "bin/anvisa-bot"]
s.homepage = %q{http://github.com/rogerleite/anvisa-bot}
s.require_paths = ["bin", "lib"]
s.rubyforge_project = %q{anvisa-bot}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Pesquisa de produtos para saúde registrados}
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
s.add_runtime_dependency(%q<hpricot>, [">= 0.8.1"])
else
s.add_dependency(%q<hpricot>, [">= 0.8.1"])
end
else
s.add_dependency(%q<hpricot>, [">= 0.8.1"])
end
end