# -*- encoding: utf-8 -*- # stub: whiplash-app 0.9.4 ruby lib Gem::Specification.new do |s| s.name = "whiplash-app".freeze s.version = "0.9.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 = ["Don Sullivan, Mark Dickson".freeze] s.bindir = "exe".freeze s.date = "2024-01-10" s.description = "this gem provides connectivity to the Whiplash API for authentication and REST requests.".freeze s.email = ["developers@getwhiplash.com".freeze] s.files = [".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".idea/.gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/errors/whiplash_api_error.rb".freeze, "lib/whiplash/app.rb".freeze, "lib/whiplash/app/api_config.rb".freeze, "lib/whiplash/app/canonical_host.rb".freeze, "lib/whiplash/app/connections.rb".freeze, "lib/whiplash/app/controller_helpers.rb".freeze, "lib/whiplash/app/finder_methods.rb".freeze, "lib/whiplash/app/railtie.rb".freeze, "lib/whiplash/app/signing.rb".freeze, "lib/whiplash/app/version.rb".freeze, "whiplash-app.gemspec".freeze] s.homepage = "https://github.com/whiplashmerch/whiplash-app".freeze s.rubygems_version = "3.5.10".freeze s.summary = "this gem provides connectivity to the Whiplash API for authentication and REST requests.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7".freeze]) s.add_development_dependency(%q.freeze, [">= 2.2".freeze]) s.add_development_dependency(%q.freeze, [">= 12.3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.12.2".freeze]) end