weatherscout 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{LICENSE → LICENSE.txt} +0 -0
- data/lib/weatherdesc/version.rb +1 -1
- data/lib/{weatherdesc.rb → weatherscout.rb} +0 -0
- data/spec/weatherdesc_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 935355d42555116fed7cd482ce7dad6ae7a8a37b
|
4
|
+
data.tar.gz: 6518fc9a70d79116fd45e8ef71a46093b0f14a77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e16fc9b14fc90784da1105e459d863fe60d12b26b93f3af9035d0965b6a63223228a9e9768b80f24e8a531460261653d55f138af70cabb54c36da91f313d9339
|
7
|
+
data.tar.gz: bbe6aa56c145f5018568c508b3029b52fc7a140212fea6bf92713005df638f20e03caa4e91c31e8ae4c229c7109e492b8f8393b3af2cb86a5c571bd1e8aa2c36
|
data/{LICENSE → LICENSE.txt}
RENAMED
File without changes
|
data/lib/weatherdesc/version.rb
CHANGED
File without changes
|
data/spec/weatherdesc_spec.rb
CHANGED
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.
|
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
|