Sha256: 5711eafbe4da20543e63123904dc818ab83faedcf1dcd528150408e05ee92f2b

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
$:.push File.expand_path("../lib/share_counts", __FILE__)

Gem::Specification.new do |s|
  s.name        = "share_counts"
  s.version     = "0.0.7"
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Vito Botta"]
  s.email       = ["vito@botta.name"]
  s.homepage    = "https://github.com/vitobotta/share_counts"
  s.summary     = %q{The easiest way to check how many times a URL has been shared on Reddit, Digg, Twitter, Facebook, LinkedIn, GoogleBuzz and StumbleUpon!}
  s.description = %q{The easiest way to check how many times a URL has been shared on Reddit, Digg, Twitter, Facebook, LinkedIn, GoogleBuzz and StumbleUpon!}

  s.add_dependency "rest-client"
  s.add_dependency "json"
  s.add_dependency "nokogiri"
  s.add_dependency "redis"

  s.add_development_dependency "minitest"
  s.add_development_dependency "ansi"
  
  s.rubyforge_project = "share_counts"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
share_counts-0.0.7 share_counts.gemspec