Sha256: 8b5cb8618236cee1311dd29e8a9f5eab2fee8c6e21f859fd9de911f780a88470
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'linkedin/version' Gem::Specification.new do |spec| spec.name = 'linkedin2' spec.version = LinkedIn::VERSION spec.authors = ["Bob Breznak"] spec.email = ["bob@evertrue.com"] spec.description = %q{Ruby wrapper for the LinkedIn API} spec.summary = %q{Ruby wrapper for the LinkedIn API} spec.homepage = 'https://github.com/bobbrez/linkedin2' 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_dependency 'oauth2', '~> 0.9' spec.add_dependency 'activesupport', '~> 4.0' spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' spec.add_development_dependency 'byebug' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
linkedin2-0.0.1 | linkedin.gemspec |