# -*- encoding: utf-8 -*- # stub: population_growth 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "population_growth".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Peter Phan".freeze] s.bindir = "exe".freeze s.date = "2018-07-31" s.description = "A client gem for working with the Population Growth API".freeze s.email = ["peter.m.phan@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".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/population_growth.rb".freeze, "lib/population_growth/client.rb".freeze, "lib/population_growth/errors.rb".freeze, "lib/population_growth/location.rb".freeze, "lib/population_growth/locations_connection.rb".freeze, "lib/population_growth/version.rb".freeze, "population_growth.gemspec".freeze] s.homepage = "https://gitlab.com/pphan98/population_growth_client".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A client gem for working with the Population Growth API".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.15.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.13.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.6.5".freeze]) 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.4.2".freeze]) end