social_profile.gemspec in social_profile-0.0.1 vs social_profile.gemspec in social_profile-0.1.0

- old
+ new

@@ -6,11 +6,11 @@ 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} + 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($/) @@ -18,6 +18,11 @@ 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