# -*- encoding: utf-8 -*- # stub: weatherscout 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "weatherscout".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vicky Lee".freeze] s.date = "2016-01-21" s.description = "You can find the weather of the major city in Taiwan".freeze s.email = ["lch82327@gmail.com".freeze] s.executables = ["weatherscout".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/weatherscout".freeze, "lib/weatherdesc/daily_weather.rb".freeze, "lib/weatherdesc/version.rb".freeze, "lib/weatherscout.rb".freeze, "spec/dailyweather_spec.rb".freeze, "weatherscout.gemspec".freeze] s.homepage = "https://github.com/vicky-sunshine/weather-scout-scraper".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Tell you the weather of Taiwan".freeze s.test_files = ["spec/dailyweather_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end