# -*- encoding: utf-8 -*- # stub: noaa_ncei_weather 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "noaa_ncei_weather".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jason B Thelen".freeze] s.bindir = "exe".freeze s.date = "2017-03-08" s.description = "Ruby wrapper for the NOAA NCEI Historical Weather API.".freeze s.email = ["jason.thelen@gmail.com".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/noaa_ncei_weather.rb".freeze, "lib/noaa_ncei_weather/connection.rb".freeze, "lib/noaa_ncei_weather/data.rb".freeze, "lib/noaa_ncei_weather/data_category.rb".freeze, "lib/noaa_ncei_weather/data_type.rb".freeze, "lib/noaa_ncei_weather/dataset.rb".freeze, "lib/noaa_ncei_weather/location.rb".freeze, "lib/noaa_ncei_weather/location_category.rb".freeze, "lib/noaa_ncei_weather/station.rb".freeze, "lib/noaa_ncei_weather/version.rb".freeze, "lib/noaa_ncei_weather/weather.rb".freeze, "noaa_ncei_weather.gemspec".freeze, "tests/helper.rb".freeze, "tests/test_connection.rb".freeze, "tests/test_data.rb".freeze, "tests/test_data_category.rb".freeze, "tests/test_data_type.rb".freeze, "tests/test_dataset.rb".freeze, "tests/test_location.rb".freeze, "tests/test_location_category.rb".freeze, "tests/test_station.rb".freeze] s.homepage = "https://github.com/JasonBThelen/noaa_ncei_weather".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for the NOAA NCEI Historical Weather API.".freeze s.specification_version = 4 s.add_development_dependency(%q<bundler>.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<coveralls>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<rest-client>.freeze, ["~> 1.8".freeze]) end