weatherscout 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 065bceb5256db5d881158a995762ccc35562695e
4
- data.tar.gz: 2471c33317bd0dfedb1386c321b9e6c7ee80e371
3
+ metadata.gz: 935355d42555116fed7cd482ce7dad6ae7a8a37b
4
+ data.tar.gz: 6518fc9a70d79116fd45e8ef71a46093b0f14a77
5
5
  SHA512:
6
- metadata.gz: fd3036f6e2ce5f9dc8f58f4804ccb81fd890b7796f52f40c7ab4d5733e1e361ac436196573967af173a44588b5ae5c4e8d0f4b368a92d3fe33d73bc97689f30d
7
- data.tar.gz: b21b00571e29f00ec83b646fc9a37b2b82ee276efe90987f486533ed4ddbfe72a1b3eafcf4843f132ca1c1a751e0582f4b40417f9a2a5f21737ad393f4b78191
6
+ metadata.gz: e16fc9b14fc90784da1105e459d863fe60d12b26b93f3af9035d0965b6a63223228a9e9768b80f24e8a531460261653d55f138af70cabb54c36da91f313d9339
7
+ data.tar.gz: bbe6aa56c145f5018568c508b3029b52fc7a140212fea6bf92713005df638f20e03caa4e91c31e8ae4c229c7109e492b8f8393b3af2cb86a5c571bd1e8aa2c36
File without changes
@@ -1,5 +1,5 @@
1
1
  # Versioning
2
2
  module WeatherDesc
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  DATE = '2016-01-02'
5
5
  end
File without changes
@@ -1,5 +1,5 @@
1
1
  require 'minitest/autorun'
2
- require './lib/weatherdesc.rb'
2
+ require './lib/weatherscout.rb'
3
3
 
4
4
  CITY = "新竹"
5
5
  weather = DailyWeatherScraper::DailyWeather.new(CITY)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weatherscout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vicky Lee
@@ -63,13 +63,13 @@ files:
63
63
  - ".gitignore"
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
- - LICENSE
66
+ - LICENSE.txt
67
67
  - README.md
68
68
  - Rakefile
69
69
  - bin/weatherscout
70
- - lib/weatherdesc.rb
71
70
  - lib/weatherdesc/daily_weather.rb
72
71
  - lib/weatherdesc/version.rb
72
+ - lib/weatherscout.rb
73
73
  - spec/weatherdesc_spec.rb
74
74
  - weatherscout.gemspec
75
75
  homepage: https://github.com/vicky-sunshine/weather-scout-scraper