# -*- encoding: utf-8 -*- # stub: virility 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "virility".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jay Sanders".freeze] s.date = "2012-10-29" s.description = "Virility leverages the API's of many popular social services to collect data about the virility of a particular URL.".freeze s.email = ["mindtonic@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/virility.rb".freeze, "lib/virility/context.rb".freeze, "lib/virility/excitation.rb".freeze, "lib/virility/strategies/delicious.rb".freeze, "lib/virility/strategies/facebook.rb".freeze, "lib/virility/strategies/pinterest.rb".freeze, "lib/virility/strategies/plus_one.rb".freeze, "lib/virility/strategies/stumble_upon.rb".freeze, "lib/virility/strategies/twitter.rb".freeze, "lib/virility/version.rb".freeze, "spec/context_spec.rb".freeze, "spec/excitation_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/virility_spec.rb".freeze, "virility.gemspec".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Virility calls upon the API's of many popular social services such as Facebook, Twitter and Pinterest to collect the number of likes, tweets and pins of a particular URL. Written with a modular construction, Virility makes it easy to drop new data collection strategies into the framework so that you can collect all of your statistics in one easy location.".freeze s.test_files = ["spec/context_spec.rb".freeze, "spec/excitation_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/virility_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.0".freeze]) end