# -*- encoding: utf-8 -*- # stub: social_parser 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "social_parser".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["pokohide".freeze] s.bindir = "exe".freeze s.date = "2018-03-11" s.description = "Parse social media attributes from url or construct url from attributes".freeze s.email = ["hyde14142@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/social_parser.rb".freeze, "lib/social_parser/link.rb".freeze, "lib/social_parser/provider/base.rb".freeze, "lib/social_parser/provider/facebook.rb".freeze, "lib/social_parser/provider/github.rb".freeze, "lib/social_parser/provider/google.rb".freeze, "lib/social_parser/provider/instagram.rb".freeze, "lib/social_parser/provider/linkedin.rb".freeze, "lib/social_parser/provider/medium.rb".freeze, "lib/social_parser/provider/pinterest.rb".freeze, "lib/social_parser/provider/qiita.rb".freeze, "lib/social_parser/provider/twitter.rb".freeze, "lib/social_parser/provider/vimeo.rb".freeze, "lib/social_parser/provider/youtube.rb".freeze, "lib/social_parser/version.rb".freeze, "logo.png".freeze, "social_parser.gemspec".freeze] s.homepage = "https://github.com/hyde2able/SocialParser".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Parse social media attributes from url or construct url from attributes".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end