# -*- encoding: utf-8 -*-
# stub: arctic-vendor 0.2.4 ruby lib

Gem::Specification.new do |s|
  s.name = "arctic-vendor".freeze
  s.version = "0.2.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Emil Kampp".freeze]
  s.bindir = "exe".freeze
  s.date = "2018-07-10"
  s.description = "This exposes a series of normal usage endpoints for Vendors to communicate with the Core API".freeze
  s.email = ["emil@kampp.me".freeze]
  s.files = [".circleci/config.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "documentation/CHANGELOG.md".freeze, "documentation/CODE_OF_CONDUCT.md".freeze, "documentation/Gemfile".freeze, "documentation/Gemfile.lock".freeze, "documentation/LICENSE".freeze, "documentation/Procfile".freeze, "documentation/README.md".freeze, "documentation/build/fonts/slate.eot".freeze, "documentation/build/fonts/slate.svg".freeze, "documentation/build/fonts/slate.ttf".freeze, "documentation/build/fonts/slate.woff".freeze, "documentation/build/fonts/slate.woff2".freeze, "documentation/build/images/logo.png".freeze, "documentation/build/images/navbar.png".freeze, "documentation/build/index.html".freeze, "documentation/build/javascripts/all.js".freeze, "documentation/build/javascripts/all_nosearch.js".freeze, "documentation/build/stylesheets/print.css".freeze, "documentation/build/stylesheets/screen.css".freeze, "documentation/config.rb".freeze, "documentation/deploy.sh".freeze, "documentation/font-selection.json".freeze, "documentation/lib/multilang.rb".freeze, "documentation/lib/nesting_unique_head.rb".freeze, "documentation/lib/toc_data.rb".freeze, "documentation/lib/unique_head.rb".freeze, "documentation/source/fonts/slate.eot".freeze, "documentation/source/fonts/slate.svg".freeze, "documentation/source/fonts/slate.ttf".freeze, "documentation/source/fonts/slate.woff".freeze, "documentation/source/fonts/slate.woff2".freeze, "documentation/source/images/logo.png".freeze, "documentation/source/images/navbar.png".freeze, "documentation/source/includes/_errors.md".freeze, "documentation/source/index.html.md".freeze, "documentation/source/javascripts/all.js".freeze, "documentation/source/javascripts/all_nosearch.js".freeze, "documentation/source/javascripts/app/_lang.js".freeze, "documentation/source/javascripts/app/_search.js".freeze, "documentation/source/javascripts/app/_toc.js".freeze, "documentation/source/javascripts/lib/_energize.js".freeze, "documentation/source/javascripts/lib/_imagesloaded.min.js".freeze, "documentation/source/javascripts/lib/_jquery.highlight.js".freeze, "documentation/source/javascripts/lib/_jquery.js".freeze, "documentation/source/javascripts/lib/_lunr.js".freeze, "documentation/source/layouts/layout.erb".freeze, "documentation/source/stylesheets/_icon-font.scss".freeze, "documentation/source/stylesheets/_normalize.scss".freeze, "documentation/source/stylesheets/_rtl.scss".freeze, "documentation/source/stylesheets/_variables.scss".freeze, "documentation/source/stylesheets/_variables2.scss".freeze, "documentation/source/stylesheets/print.css.scss".freeze, "documentation/source/stylesheets/screen.css.scss".freeze, "lib/arctic/vendor.rb".freeze, "lib/arctic/vendor/api.rb".freeze, "lib/arctic/vendor/product.rb".freeze, "lib/arctic/vendor/uri.rb".freeze, "lib/arctic/vendor/vendor.rb".freeze, "lib/arctic/vendor/version.rb".freeze, "vendor.gemspec".freeze]
  s.homepage = "https://github.com/YouWeApS/arctic-vendor".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Core API communcation from and to vendors".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_runtime_dependency(%q<faraday>.freeze, ["~> 0.14".freeze])
  s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 5.2".freeze])
end