Sha256: 253d9dedb80335b9cceb51a93b067a05da7e5831932b430721dfb7f8ae7e56e7
Contents?: true
Size: 754 Bytes
Versions: 6
Compression:
Stored size: 754 Bytes
Contents
$LOAD_PATH.push File.expand_path('../lib', __FILE__) require 'weatherdesc/version' Gem::Specification.new do |s| s.name = 'weatherscout' s.version = WeatherDesc::VERSION s.date = WeatherDesc::DATE s.executables << 'weatherscout' s.summary = 'Tell you the weather of Taiwan' s.description = 'You can find the weather of the major city in Taiwan' s.authors = ['Vicky Lee'] s.email = ['lch82327@gmail.com'] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files spec/*`.split("\n") s.homepage = 'https://github.com/vicky-sunshine/weather-scout-scraper' s.license = 'MIT' # depend gem s.add_development_dependency 'minitest' s.add_runtime_dependency 'oga' s.add_runtime_dependency 'thor' end
Version data entries
6 entries across 6 versions & 1 rubygems