Sha256: f9cec54da49c8924965e9bdd669a1fbdd862e5fc6ed5e14e4bf54fe91dc6601a
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "relevance/tarantula/version" Gem::Specification.new do |s| s.name = "tarantula" s.version = Relevance::Tarantula::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Relevance, Inc."] s.email = ["opensource@thinkrelevance.com"] s.homepage = "https://github.com/relevance/tarantula" s.summary = %q{A big hairy fuzzy spider that crawls your site, wreaking havoc} s.description = %q{A big hairy fuzzy spider that crawls your site, wreaking havoc} s.rubyforge_project = "tarantula" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {examples,template}`.split("\n") s.require_paths = ["lib"] s.add_runtime_dependency "htmlentities", "~> 4.3.0" s.add_runtime_dependency "hpricot", "~> 0.8.4" s.add_development_dependency "rspec", "~> 2.6.0" s.add_development_dependency "sdoc", "~> 0.3.0" s.add_development_dependency "sdoc-helpers", "~> 0.1.4" s.add_development_dependency "rdiscount", "~> 1.6.8" s.add_development_dependency "log_buddy", "~> 0.6.0" s.add_development_dependency "mocha", "~> 0.9.12" s.add_development_dependency "rails", "~> 3.0.9" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tarantula-0.4.2 | tarantula.gemspec |
tarantula-0.4.1 | tarantula.gemspec |
tarantula-0.4.0 | tarantula.gemspec |