# -*- encoding: utf-8 -*-
# stub: loco-rb 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "loco-rb".freeze
  s.version = "0.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/mahesh-karipe/loco-rb/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/mahesh-karipe/loco-rb", "source_code_uri" => "https://github.com/mahesh-karipe/loco-rb" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Mahesh Karipe".freeze]
  s.bindir = "exe".freeze
  s.date = "2022-07-14"
  s.description = "Ruby client for Localize.biz Developer API".freeze
  s.email = ["mahesh.karipe@ooma.com".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/loco-rb.rb".freeze, "lib/loco-rb/api.rb".freeze, "lib/loco-rb/api/asset.rb".freeze, "lib/loco-rb/api/export.rb".freeze, "lib/loco-rb/api/import.rb".freeze, "lib/loco-rb/api/locale.rb".freeze, "lib/loco-rb/client.rb".freeze, "lib/loco-rb/configuration.rb".freeze, "lib/loco-rb/resource.rb".freeze, "lib/loco-rb/resource/asset.rb".freeze, "lib/loco-rb/resource/base_resource.rb".freeze, "lib/loco-rb/resource/export.rb".freeze, "lib/loco-rb/resource/import.rb".freeze, "lib/loco-rb/resource/locale.rb".freeze, "lib/loco-rb/version.rb".freeze, "loco-rb.gemspec".freeze]
  s.homepage = "https://github.com/mahesh-karipe/loco-rb".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby client for Localize.biz Developer API".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<faraday>.freeze, ["~> 1.10.0".freeze])
end