# -*- encoding: utf-8 -*- # stub: arctic-ui 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "arctic-ui".freeze s.version = "0.1.0".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-04-17" s.description = "This is a wrapper for http interactions with the Arctic e-shop core API,\nallowing to easily send the arctic api compatible json to the core API.\n".freeze s.email = ["emil@kampp.me".freeze] s.files = [".circleci/config.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "core-api.gemspec".freeze, "documentation/.editorconfig".freeze, "documentation/.gitignore".freeze, "documentation/.travis.yml".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/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/ui.rb".freeze, "lib/arctic/ui/api.rb".freeze, "lib/arctic/ui/configuration.rb".freeze, "lib/arctic/ui/version.rb".freeze] s.homepage = "https://youweaps.github.io/arctic-gems-ui".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Interact with the Arctic e-shop core API".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_development_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.11".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_runtime_dependency(%q.freeze, ["< 0.13".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end