# -*- encoding: utf-8 -*-
# stub: open-weather-api 0.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "open-weather-api".freeze
  s.version = "0.0.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 = ["Wikiti".freeze]
  s.date = "2015-12-06"
  s.description = "Simple wrapper for Open Weather Map API. The API description may be found here: http://openweathermap.org/api".freeze
  s.email = ["wikiti.doghound@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "doc/icon.png".freeze, "lib/open-weather-api.rb".freeze, "lib/open-weather-api/api.rb".freeze, "lib/open-weather-api/config.rb".freeze, "lib/open-weather-api/resources/base.rb".freeze, "lib/open-weather-api/resources/current.rb".freeze, "lib/open-weather-api/resources/handlers/base.rb".freeze, "lib/open-weather-api/resources/handlers/current.rb".freeze, "lib/open-weather-api/version.rb".freeze, "open-weather-api.gemspec".freeze, "rakefile".freeze, "spec/current_weather_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "https://gitlab.com/wikiti-random-stuff/open-weather-api".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Simple wrapper for Open Weather Map API".freeze
  s.test_files = ["spec/current_weather_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<rest-client>.freeze, ["~> 1.8".freeze])
  s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<fuubar>.freeze, [">= 0".freeze])
end