# -*- encoding: utf-8 -*-
# stub: remocon 0.4.1 ruby lib

Gem::Specification.new do |s|
  s.name = "remocon".freeze
  s.version = "0.4.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Jumpei Matsuda".freeze]
  s.bindir = "cmd".freeze
  s.date = "2018-08-14"
  s.description = "This gem manages RemoteConfig's key-values based on YAML configuration.".freeze
  s.email = ["jmatsu.drm@gmail.com".freeze]
  s.executables = ["remocon".freeze]
  s.files = [".envrc".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/get_access_token".freeze, "bin/get_access_token.py".freeze, "bin/put_by_curl".freeze, "bin/setup".freeze, "cmd/remocon".freeze, "lib/remocon.rb".freeze, "lib/remocon/cli.rb".freeze, "lib/remocon/command/create_command.rb".freeze, "lib/remocon/command/get_token_command.rb".freeze, "lib/remocon/command/lib/config.rb".freeze, "lib/remocon/command/lib/interpreter_helper.rb".freeze, "lib/remocon/command/lib/request.rb".freeze, "lib/remocon/command/pull_command.rb".freeze, "lib/remocon/command/push_command.rb".freeze, "lib/remocon/command/validate_command.rb".freeze, "lib/remocon/dumper/condition_file_dumper.rb".freeze, "lib/remocon/dumper/parameter_file_dumper.rb".freeze, "lib/remocon/error/unsupported_type_error.rb".freeze, "lib/remocon/error/validation_error.rb".freeze, "lib/remocon/interpreter/condition_file_interpreter.rb".freeze, "lib/remocon/interpreter/parameter_file_interpreter.rb".freeze, "lib/remocon/normalizer/boolean_normalizer.rb".freeze, "lib/remocon/normalizer/integer_normalizer.rb".freeze, "lib/remocon/normalizer/json_normalizer.rb".freeze, "lib/remocon/normalizer/normalizer.rb".freeze, "lib/remocon/normalizer/string_normalizer.rb".freeze, "lib/remocon/normalizer/type_normalizer_factory.rb".freeze, "lib/remocon/normalizer/void_normalizer.rb".freeze, "lib/remocon/sorter/condition_sorter.rb".freeze, "lib/remocon/sorter/parameter_sorter.rb".freeze, "lib/remocon/type.rb".freeze, "lib/remocon/util/array.rb".freeze, "lib/remocon/util/hash.rb".freeze, "lib/remocon/util/string.rb".freeze, "lib/remocon/version.rb".freeze, "remocon.gemspec".freeze, "sample/basketball-b8548/conditions.yml".freeze, "sample/basketball-b8548/config.json".freeze, "sample/basketball-b8548/etag".freeze, "sample/basketball-b8548/parameters.yml".freeze]
  s.homepage = "https://github.com/jmatsu/remocon".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "YAML-based firebase remote config manager".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<googleauth>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<thor>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.16".freeze])
  s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, [">= 0".freeze])
end