Sha256: f9e03ea45dd4b0c8de0a6581dda80d77483690ae99277f71b895f14469a93fd9

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 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 "httpclient"
  spec.add_dependency "multi_json"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_profile-0.1.4 social_profile.gemspec
social_profile-0.1.3 social_profile.gemspec
social_profile-0.1.2 social_profile.gemspec
social_profile-0.1.1 social_profile.gemspec
social_profile-0.1.0 social_profile.gemspec