# -*- encoding: utf-8 -*-
# stub: workarea-ship_station 1.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "workarea-ship_station".freeze
  s.version = "1.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Jeff Yucis".freeze]
  s.date = "2019-11-26"
  s.description = "Shipstation integration.".freeze
  s.email = ["jyucis@workarea.com".freeze]
  s.files = [".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/documentation-request.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/workarea/admin/ship_station/.keep".freeze, "app/assets/images/workarea/storefront/ship_station/.keep".freeze, "app/assets/javascripts/workarea/admin/ship_station/.keep".freeze, "app/assets/javascripts/workarea/storefront/ship_station/.keep".freeze, "app/assets/stylesheets/workarea/admin/ship_station/.keep".freeze, "app/assets/stylesheets/workarea/storefront/ship_station/.keep".freeze, "app/controllers/workarea/admin/orders_controller.decorator".freeze, "app/controllers/workarea/storefront/ship_station_webhook_controller.rb".freeze, "app/helpers/.keep".freeze, "app/mailers/.keep".freeze, "app/models/.keep".freeze, "app/models/workarea/order.decorator".freeze, "app/services/workarea/ship_station/order.rb".freeze, "app/services/workarea/ship_station/webhook.rb".freeze, "app/services/workarea/ship_station/webhook/item_ship_notify.rb".freeze, "app/views/.keep".freeze, "app/views/workarea/admin/orders/_ship_station.html.haml".freeze, "app/views/workarea/admin/orders/_ship_station_bar_actions.html.haml".freeze, "app/views/workarea/admin/orders/hold_date.html.haml".freeze, "app/workers/workarea/ship_station/save_order.rb".freeze, "bin/rails".freeze, "config/initializers/appends.rb".freeze, "config/initializers/workarea.rb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "lib/workarea/ship_station.rb".freeze, "lib/workarea/ship_station/bogus_gateway.rb".freeze, "lib/workarea/ship_station/engine.rb".freeze, "lib/workarea/ship_station/gateway.rb".freeze, "lib/workarea/ship_station/response.rb".freeze, "lib/workarea/ship_station/version.rb".freeze, "test/dummy/.ruby-version".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/config/manifest.js".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/concerns/.keep".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/concerns/.keep".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/mailer.html.erb".freeze, "test/dummy/app/views/layouts/mailer.text.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/bin/update".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/application_controller_renderer.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/content_security_policy.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/workarea.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/puma.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/spring.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/lib/assets/.keep".freeze, "test/dummy/log/.keep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/apple-touch-icon-precomposed.png".freeze, "test/dummy/public/apple-touch-icon.png".freeze, "test/dummy/public/favicon.ico".freeze, "test/integration/workarea/admin/ship_station_integration_test.rb".freeze, "test/integration/workarea/storefront/ship_station_webhook_test.rb".freeze, "test/integration/workarea/storefront/ship_station_webhooks/notify_shipment_test.rb".freeze, "test/services/workarea/ship_station/order_test.rb".freeze, "test/teaspoon_env.rb".freeze, "test/test_helper.rb".freeze, "test/workers/workarea/ship_station/save_order_test.rb".freeze, "workarea-ship_station.gemspec".freeze]
  s.homepage = "https://github.com/workarea-commerce/workarea-ship-station".freeze
  s.licenses = ["Business Software License".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Workarea Commerce Shipstation integration".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<workarea>.freeze, ["~> 3.x".freeze])
end