Sha256: c02b0552fa53491ae71162e7d1c79929e03f4f9f14e7eeed15bc0dc77df344f9
Contents?: true
Size: 951 Bytes
Versions: 2
Compression:
Stored size: 951 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'social_url_stats/version' Gem::Specification.new do |spec| spec.name = "social_url_stats" spec.version = SocialUrlStats::VERSION spec.authors = ["Seth Banks"] spec.email = ["stb@subimage.com"] spec.description = "Give this ruby gem a URL, it will give you back how many times it's been shared / liked across various social networks." spec.summary = "Gathers URL share count #'s from social networks" spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
social_url_stats-0.0.2 | social_url_stats.gemspec |
social_url_stats-0.0.1 | social_url_stats.gemspec |