# -*- encoding: utf-8 -*- # stub: owmo 2.0.3 ruby lib Gem::Specification.new do |s| s.name = "owmo".freeze s.version = "2.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Robb Randall".freeze] s.bindir = "exe".freeze s.date = "2022-12-29" s.description = "OpenWeatherMap.org client for current and forecasted weather conditions.".freeze s.email = ["robb.randall@gmail.com".freeze] s.files = [".github/workflows/ruby-publish-gem.yml".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "_config.yml".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/current.rb".freeze, "examples/current_box.rb".freeze, "examples/current_circle.rb".freeze, "examples/current_group.rb".freeze, "examples/forecast16.rb".freeze, "examples/forecast5.rb".freeze, "examples/query_all.rb".freeze, "examples/query_geocode.rb".freeze, "examples/query_mode.rb".freeze, "examples/query_units.rb".freeze, "examples/sinatra_example.rb".freeze, "lib/core_extensions/net/http_response/weather_response.rb".freeze, "lib/owmo.rb".freeze, "lib/owmo/version.rb".freeze, "lib/owmo/weather.rb".freeze, "owmo.gemspec".freeze] s.homepage = "https://github.com/robb-randall/owmo".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "OpenWeatherMap.org client for current and forecasted weather conditions.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.x".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.x".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.x".freeze]) end