Sha256: 18c5aef0fa8681853bb175e3d605122f64db95288e78e566b7e4dad90bb58cc1
Contents?: true
Size: 880 Bytes
Versions: 6
Compression:
Stored size: 880 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/linkedin-scraper/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Yatish Mehta'] gem.description = %q{Scrapes the linkedin profile when a url is given } gem.summary = %q{when a url of public linkedin profile page is given it scrapes the entire page and converts into a accessible object} gem.homepage = 'https://github.com/yatishmehta27/linkedin-scraper' gem.files = `git ls-files`.split($\) gem.executables = ['linkedin-scraper'] gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = 'linkedin-scraper' gem.require_paths = ['lib'] gem.version = Linkedin::Scraper::VERSION gem.add_dependency(%q<mechanize>, ['>= 0']) gem.add_development_dependency 'rspec', '>=0' gem.add_development_dependency 'rake' end
Version data entries
6 entries across 6 versions & 1 rubygems