# -*- encoding: utf-8 -*- # stub: virility 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "virility".freeze s.version = "0.1.4".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 = "2014-05-01" 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 = ["jay@allieslabs.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/virility.rb".freeze, "lib/virility/exceptions.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/strategy.rb".freeze, "lib/virility/supporter.rb".freeze, "lib/virility/version.rb".freeze, "spec/excitation_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/strategies/delicious_spec.rb".freeze, "spec/strategies/facebook_spec.rb".freeze, "spec/strategies/pinterest_spec.rb".freeze, "spec/strategies/plus_one_spec.rb".freeze, "spec/strategies/stumble_upon_spec.rb".freeze, "spec/strategies/twitter_spec.rb".freeze, "spec/strategy_spec.rb".freeze, "spec/virility_spec.rb".freeze, "virility.gemspec".freeze] s.homepage = "http://github.com/mindtonic/virility".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/excitation_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/strategies/delicious_spec.rb".freeze, "spec/strategies/facebook_spec.rb".freeze, "spec/strategies/pinterest_spec.rb".freeze, "spec/strategies/plus_one_spec.rb".freeze, "spec/strategies/stumble_upon_spec.rb".freeze, "spec/strategies/twitter_spec.rb".freeze, "spec/strategy_spec.rb".freeze, "spec/virility_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end