# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "vrowser" s.version = "0.1.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["kimoto"] s.date = "2012-03-12" s.description = "Server browser and Crawler for many games (L4D2, TF2, CS:S, KZMOD, The Ship)" s.email = "sub+peerler@gmail.com" s.executables = ["vrowser"] s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "app.rb", "bin/vrowser", "config.ru", "examples/config.yml", "lib/plugins/l4d2.rb", "lib/vrowser.rb", "lib/vrowser/http_daemon.rb", "public_html/css/demo_page.css", "public_html/css/demo_table.css", "public_html/css/demo_table_jui.css", "public_html/css/demo_validation.css", "public_html/css/main.css", "public_html/css/site_jui.ccss.css", "public_html/index.html", "public_html/js/jquery-ui-1.8.16.custom.min.js", "public_html/js/jquery.dataTables.columnFilter.js", "public_html/js/jquery.dataTables.js", "public_html/js/jquery.dataTables.min.js", "public_html/js/jquery.dataTables.nightly.min.js", "public_html/js/jquery.min.js", "public_html/js/jquery.tmpl.min.js", "public_html/js/vrowser.js", "test/helper.rb", "test/test_vrowser.rb", "vrowser.gemspec" ] s.homepage = "http://github.com/kimoto/vrowser" s.require_paths = ["lib"] s.rubygems_version = "1.8.11" s.summary = "Server browser and Crawler for many games (L4D2, TF2, CS:S, KZMOD, The Ship)" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end