# -*- encoding: utf-8 -*- # stub: disqussion 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "disqussion".freeze s.version = "0.0.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 = ["J\u00E9r\u00E9my Van de Wyngaert".freeze] s.date = "2013-01-28" s.description = "Disqus API v3 wrapper".freeze s.email = ["jeremyvdw@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "HISTORY.mkd".freeze, "LICENSE.mkd".freeze, "README.mkd".freeze, "Rakefile".freeze, "disqussion.gemspec".freeze, "lib/disqussion.rb".freeze, "lib/disqussion/api.rb".freeze, "lib/disqussion/client.rb".freeze, "lib/disqussion/client/.DS_Store".freeze, "lib/disqussion/client/applications.rb".freeze, "lib/disqussion/client/blacklists.rb".freeze, "lib/disqussion/client/categories.rb".freeze, "lib/disqussion/client/exports.rb".freeze, "lib/disqussion/client/forums.rb".freeze, "lib/disqussion/client/imports.rb".freeze, "lib/disqussion/client/posts.rb".freeze, "lib/disqussion/client/reactions.rb".freeze, "lib/disqussion/client/reports.rb".freeze, "lib/disqussion/client/threads.rb".freeze, "lib/disqussion/client/trends.rb".freeze, "lib/disqussion/client/users.rb".freeze, "lib/disqussion/client/utils.rb".freeze, "lib/disqussion/client/whitelists.rb".freeze, "lib/disqussion/configuration.rb".freeze, "lib/disqussion/connection.rb".freeze, "lib/disqussion/error.rb".freeze, "lib/disqussion/request.rb".freeze, "lib/disqussion/version.rb".freeze, "lib/disqussion/view_helpers.rb".freeze, "lib/disqussion/widget.rb".freeze, "lib/faraday/disqussion/raise_http_4xx.rb".freeze, "lib/faraday/disqussion/raise_http_5xx.rb".freeze, "spec/disqussion/api_spec.rb".freeze, "spec/disqussion/client/.DS_Store".freeze, "spec/disqussion/client/applications_spec.rb".freeze, "spec/disqussion/client/categories_spec.rb".freeze, "spec/disqussion/client/export_spec.rb".freeze, "spec/disqussion/client/forums_spec.rb".freeze, "spec/disqussion/client/imports_spec.rb".freeze, "spec/disqussion/client/posts_spec.rb".freeze, "spec/disqussion/client/reactions_spec.rb".freeze, "spec/disqussion/client/reports_spec.rb".freeze, "spec/disqussion/client/threads_spec.rb".freeze, "spec/disqussion/client/trends_spec.rb".freeze, "spec/disqussion/client/users_spec.rb".freeze, "spec/disqussion/client_spec.rb".freeze, "spec/disqussion_spec.rb".freeze, "spec/faraday/response_spec.rb".freeze, "spec/fixtures/applications/listUsage.json".freeze, "spec/fixtures/categories/create.json".freeze, "spec/fixtures/categories/details.json".freeze, "spec/fixtures/categories/list.json".freeze, "spec/fixtures/categories/listPosts.json".freeze, "spec/fixtures/categories/listThreads.json".freeze, "spec/fixtures/exports/exportForum.json".freeze, "spec/fixtures/faraday/error2.json".freeze, "spec/fixtures/forums/create.json".freeze, "spec/fixtures/forums/details.json".freeze, "spec/fixtures/forums/listCategories.json".freeze, "spec/fixtures/forums/listMostLikedUsers.json".freeze, "spec/fixtures/forums/listPosts.json".freeze, "spec/fixtures/forums/listThreads.json".freeze, "spec/fixtures/forums/listUsers.json".freeze, "spec/fixtures/imports/details.json".freeze, "spec/fixtures/imports/list.json".freeze, "spec/fixtures/posts/approve.json".freeze, "spec/fixtures/posts/create.json".freeze, "spec/fixtures/posts/details.json".freeze, "spec/fixtures/posts/highlight.json".freeze, "spec/fixtures/posts/list.json".freeze, "spec/fixtures/posts/remove.json".freeze, "spec/fixtures/posts/report.json".freeze, "spec/fixtures/posts/restore.json".freeze, "spec/fixtures/posts/spam.json".freeze, "spec/fixtures/posts/unhighlight.json".freeze, "spec/fixtures/posts/vote.json".freeze, "spec/fixtures/reactions/domains.json".freeze, "spec/fixtures/reactions/ips.json".freeze, "spec/fixtures/reactions/threads.json".freeze, "spec/fixtures/reactions/users.json".freeze, "spec/fixtures/reports/domains.json".freeze, "spec/fixtures/reports/ips.json".freeze, "spec/fixtures/reports/threads.json".freeze, "spec/fixtures/reports/users.json".freeze, "spec/fixtures/threads/close.json".freeze, "spec/fixtures/threads/create.json".freeze, "spec/fixtures/threads/details.json".freeze, "spec/fixtures/threads/list.json".freeze, "spec/fixtures/threads/listMostLiked.json".freeze, "spec/fixtures/threads/listPosts.json".freeze, "spec/fixtures/threads/open.json".freeze, "spec/fixtures/threads/remove.json".freeze, "spec/fixtures/threads/restore.json".freeze, "spec/fixtures/threads/vote.json".freeze, "spec/fixtures/trends/listTreads.json".freeze, "spec/fixtures/users/details.json".freeze, "spec/fixtures/users/follow.json".freeze, "spec/fixtures/users/listActiveForums.json".freeze, "spec/fixtures/users/listActiveThreads.json".freeze, "spec/fixtures/users/listActivity.json".freeze, "spec/fixtures/users/listForums.json".freeze, "spec/fixtures/users/listPosts.json".freeze, "spec/fixtures/users/unfollow.json".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/jeremyvdw/disqussion".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Disqus API v3 wrapper".freeze s.test_files = ["spec/disqussion/api_spec.rb".freeze, "spec/disqussion/client/applications_spec.rb".freeze, "spec/disqussion/client/categories_spec.rb".freeze, "spec/disqussion/client/export_spec.rb".freeze, "spec/disqussion/client/forums_spec.rb".freeze, "spec/disqussion/client/imports_spec.rb".freeze, "spec/disqussion/client/posts_spec.rb".freeze, "spec/disqussion/client/reactions_spec.rb".freeze, "spec/disqussion/client/reports_spec.rb".freeze, "spec/disqussion/client/threads_spec.rb".freeze, "spec/disqussion/client/trends_spec.rb".freeze, "spec/disqussion/client/users_spec.rb".freeze, "spec/disqussion/client_spec.rb".freeze, "spec/disqussion_spec.rb".freeze, "spec/faraday/response_spec.rb".freeze, "spec/fixtures/applications/listUsage.json".freeze, "spec/fixtures/categories/create.json".freeze, "spec/fixtures/categories/details.json".freeze, "spec/fixtures/categories/list.json".freeze, "spec/fixtures/categories/listPosts.json".freeze, "spec/fixtures/categories/listThreads.json".freeze, "spec/fixtures/exports/exportForum.json".freeze, "spec/fixtures/faraday/error2.json".freeze, "spec/fixtures/forums/create.json".freeze, "spec/fixtures/forums/details.json".freeze, "spec/fixtures/forums/listCategories.json".freeze, "spec/fixtures/forums/listMostLikedUsers.json".freeze, "spec/fixtures/forums/listPosts.json".freeze, "spec/fixtures/forums/listThreads.json".freeze, "spec/fixtures/forums/listUsers.json".freeze, "spec/fixtures/imports/details.json".freeze, "spec/fixtures/imports/list.json".freeze, "spec/fixtures/posts/approve.json".freeze, "spec/fixtures/posts/create.json".freeze, "spec/fixtures/posts/details.json".freeze, "spec/fixtures/posts/highlight.json".freeze, "spec/fixtures/posts/list.json".freeze, "spec/fixtures/posts/remove.json".freeze, "spec/fixtures/posts/report.json".freeze, "spec/fixtures/posts/restore.json".freeze, "spec/fixtures/posts/spam.json".freeze, "spec/fixtures/posts/unhighlight.json".freeze, "spec/fixtures/posts/vote.json".freeze, "spec/fixtures/reactions/domains.json".freeze, "spec/fixtures/reactions/ips.json".freeze, "spec/fixtures/reactions/threads.json".freeze, "spec/fixtures/reactions/users.json".freeze, "spec/fixtures/reports/domains.json".freeze, "spec/fixtures/reports/ips.json".freeze, "spec/fixtures/reports/threads.json".freeze, "spec/fixtures/reports/users.json".freeze, "spec/fixtures/threads/close.json".freeze, "spec/fixtures/threads/create.json".freeze, "spec/fixtures/threads/details.json".freeze, "spec/fixtures/threads/list.json".freeze, "spec/fixtures/threads/listMostLiked.json".freeze, "spec/fixtures/threads/listPosts.json".freeze, "spec/fixtures/threads/open.json".freeze, "spec/fixtures/threads/remove.json".freeze, "spec/fixtures/threads/restore.json".freeze, "spec/fixtures/threads/vote.json".freeze, "spec/fixtures/trends/listTreads.json".freeze, "spec/fixtures/users/details.json".freeze, "spec/fixtures/users/follow.json".freeze, "spec/fixtures/users/listActiveForums.json".freeze, "spec/fixtures/users/listActiveThreads.json".freeze, "spec/fixtures/users/listActivity.json".freeze, "spec/fixtures/users/listForums.json".freeze, "spec/fixtures/users/listPosts.json".freeze, "spec/fixtures/users/unfollow.json".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) end