# -*- encoding: utf-8 -*- # stub: instagram-community-maintained 1.1.6 ruby lib Gem::Specification.new do |s| s.name = "instagram-community-maintained".freeze s.version = "1.1.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Adapted from original author Shayne Sweeney".freeze] s.date = "2017-02-05" s.description = "A Ruby wrapper for the Instagram REST and Search APIs - Community Maintained".freeze s.email = ["contact@geno.me".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "PATENTS.md".freeze, "README.md".freeze, "Rakefile".freeze, "instagram.gemspec".freeze, "lib/faraday/loud_logger.rb".freeze, "lib/faraday/oauth2.rb".freeze, "lib/faraday/raise_http_exception.rb".freeze, "lib/instagram.rb".freeze, "lib/instagram/api.rb".freeze, "lib/instagram/client.rb".freeze, "lib/instagram/client/comments.rb".freeze, "lib/instagram/client/embedding.rb".freeze, "lib/instagram/client/geographies.rb".freeze, "lib/instagram/client/likes.rb".freeze, "lib/instagram/client/locations.rb".freeze, "lib/instagram/client/media.rb".freeze, "lib/instagram/client/subscriptions.rb".freeze, "lib/instagram/client/tags.rb".freeze, "lib/instagram/client/users.rb".freeze, "lib/instagram/client/utils.rb".freeze, "lib/instagram/configuration.rb".freeze, "lib/instagram/connection.rb".freeze, "lib/instagram/error.rb".freeze, "lib/instagram/oauth.rb".freeze, "lib/instagram/request.rb".freeze, "lib/instagram/response.rb".freeze, "lib/instagram/version.rb".freeze, "spec/faraday/response_spec.rb".freeze, "spec/fixtures/access_token.json".freeze, "spec/fixtures/approve_user.json".freeze, "spec/fixtures/block_user.json".freeze, "spec/fixtures/deny_user.json".freeze, "spec/fixtures/follow_user.json".freeze, "spec/fixtures/followed_by.json".freeze, "spec/fixtures/follows.json".freeze, "spec/fixtures/geography_recent_media.json".freeze, "spec/fixtures/liked_media.json".freeze, "spec/fixtures/location.json".freeze, "spec/fixtures/location_recent_media.json".freeze, "spec/fixtures/location_search.json".freeze, "spec/fixtures/location_search_fsq.json".freeze, "spec/fixtures/media.json".freeze, "spec/fixtures/media_comment.json".freeze, "spec/fixtures/media_comment_deleted.json".freeze, "spec/fixtures/media_comments.json".freeze, "spec/fixtures/media_liked.json".freeze, "spec/fixtures/media_likes.json".freeze, "spec/fixtures/media_popular.json".freeze, "spec/fixtures/media_search.json".freeze, "spec/fixtures/media_shortcode.json".freeze, "spec/fixtures/media_unliked.json".freeze, "spec/fixtures/mikeyk.json".freeze, "spec/fixtures/oembed.json".freeze, "spec/fixtures/recent_media.json".freeze, "spec/fixtures/relationship.json".freeze, "spec/fixtures/requested_by.json".freeze, "spec/fixtures/shayne.json".freeze, "spec/fixtures/subscription.json".freeze, "spec/fixtures/subscription_deleted.json".freeze, "spec/fixtures/subscription_payload.json".freeze, "spec/fixtures/subscriptions.json".freeze, "spec/fixtures/tag.json".freeze, "spec/fixtures/tag_recent_media.json".freeze, "spec/fixtures/tag_search.json".freeze, "spec/fixtures/unblock_user.json".freeze, "spec/fixtures/unfollow_user.json".freeze, "spec/fixtures/user_media_feed.json".freeze, "spec/fixtures/user_search.json".freeze, "spec/instagram/api_spec.rb".freeze, "spec/instagram/client/comments_spec.rb".freeze, "spec/instagram/client/embedding_spec.rb".freeze, "spec/instagram/client/geography_spec.rb".freeze, "spec/instagram/client/likes_spec.rb".freeze, "spec/instagram/client/locations_spec.rb".freeze, "spec/instagram/client/media_spec.rb".freeze, "spec/instagram/client/subscriptions_spec.rb".freeze, "spec/instagram/client/tags_spec.rb".freeze, "spec/instagram/client/users_spec.rb".freeze, "spec/instagram/client/utils_spec.rb".freeze, "spec/instagram/client_spec.rb".freeze, "spec/instagram/request_spec.rb".freeze, "spec/instagram_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/GenomeUS/instagram-ruby-gem.git".freeze s.post_install_message = "********************************************************************************\n\n*** This is an 'Unofficial' version of the gem that is a direct clone of the 'official' gem with \nmodifications to the dependency version numbers.\n\nInstagram REST and Search APIs\n------------------------------\nOur developer site documents all the Instagram REST and Search APIs.\n(http://instagram.com/developer)\n\nBlog\n----------------------------\nThe Developer Blog features news and important announcements about the Instagram Platform.\nYou will also find tutorials and best practices to help you build great platform integrations.\nMake sure to subscribe to the RSS feed so you don't miss out on new posts:\n(http://developers.instagram.com).\n\nCommunity\n----------------------\nThe Stack Overflow community is a great place to ask API related questions or if you need help with your code.\nMake sure to tag your questions with the Instagram tag to get fast answers from other fellow developers and members of the Instagram team.\n(http://stackoverflow.com/questions/tagged/instagram/)\n\n********************************************************************************\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for the Instagram API - Community Maintained".freeze s.test_files = ["spec/faraday/response_spec.rb".freeze, "spec/fixtures/access_token.json".freeze, "spec/fixtures/approve_user.json".freeze, "spec/fixtures/block_user.json".freeze, "spec/fixtures/deny_user.json".freeze, "spec/fixtures/follow_user.json".freeze, "spec/fixtures/followed_by.json".freeze, "spec/fixtures/follows.json".freeze, "spec/fixtures/geography_recent_media.json".freeze, "spec/fixtures/liked_media.json".freeze, "spec/fixtures/location.json".freeze, "spec/fixtures/location_recent_media.json".freeze, "spec/fixtures/location_search.json".freeze, "spec/fixtures/location_search_fsq.json".freeze, "spec/fixtures/media.json".freeze, "spec/fixtures/media_comment.json".freeze, "spec/fixtures/media_comment_deleted.json".freeze, "spec/fixtures/media_comments.json".freeze, "spec/fixtures/media_liked.json".freeze, "spec/fixtures/media_likes.json".freeze, "spec/fixtures/media_popular.json".freeze, "spec/fixtures/media_search.json".freeze, "spec/fixtures/media_shortcode.json".freeze, "spec/fixtures/media_unliked.json".freeze, "spec/fixtures/mikeyk.json".freeze, "spec/fixtures/oembed.json".freeze, "spec/fixtures/recent_media.json".freeze, "spec/fixtures/relationship.json".freeze, "spec/fixtures/requested_by.json".freeze, "spec/fixtures/shayne.json".freeze, "spec/fixtures/subscription.json".freeze, "spec/fixtures/subscription_deleted.json".freeze, "spec/fixtures/subscription_payload.json".freeze, "spec/fixtures/subscriptions.json".freeze, "spec/fixtures/tag.json".freeze, "spec/fixtures/tag_recent_media.json".freeze, "spec/fixtures/tag_search.json".freeze, "spec/fixtures/unblock_user.json".freeze, "spec/fixtures/unfollow_user.json".freeze, "spec/fixtures/user_media_feed.json".freeze, "spec/fixtures/user_search.json".freeze, "spec/instagram/api_spec.rb".freeze, "spec/instagram/client/comments_spec.rb".freeze, "spec/instagram/client/embedding_spec.rb".freeze, "spec/instagram/client/geography_spec.rb".freeze, "spec/instagram/client/likes_spec.rb".freeze, "spec/instagram/client/locations_spec.rb".freeze, "spec/instagram/client/media_spec.rb".freeze, "spec/instagram/client/subscriptions_spec.rb".freeze, "spec/instagram/client/tags_spec.rb".freeze, "spec/instagram/client/users_spec.rb".freeze, "spec/instagram/client/utils_spec.rb".freeze, "spec/instagram/client_spec.rb".freeze, "spec/instagram/request_spec.rb".freeze, "spec/instagram_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.9.2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7".freeze, "< 0.11".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.8".freeze, "< 0.15".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.3".freeze, "~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.0".freeze]) end