Sha256: 6fa15db28a3a905d517c83e9048e1718e17f44a929d5dc105a49cc4e6032de65

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'social_profile/version'

Gem::Specification.new do |spec|
  spec.name          = "social_profile"
  spec.version       = SocialProfile::VERSION
  spec.authors       = ["Igor Galeta"]
  spec.email         = ["galeta.igor@gmail.com"]
  spec.description   = %q{Wrapper for Omniauth profile hash, post photo to album}
  spec.summary       = %q{Wrapper for Omniauth profile hash}
  spec.homepage      = "https://github.com/galetahub/social_profile"
  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"

  spec.add_dependency "fb_graph"
  spec.add_dependency "vkontakte"
  spec.add_dependency "twitter"
  spec.add_dependency "httpclient"
  spec.add_dependency "multi_json"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
social_profile-0.2.1 social_profile.gemspec
social_profile-0.2.0 social_profile.gemspec