eltiempobcn 0.2.2 → 0.2.3
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 +4 -4
- data/lib/place.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 576fa28a574ddd92298c66ce47067c98d0db64c7976a5f280b9d29e4900e0070
|
|
4
|
+
data.tar.gz: 60826c4b5072eb23ea504845c8adb904b8613b5c057e94a3631bf5e5b5cf1ec5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f08c5e423ad3c712df5e1589902cfca49c463a92af3efb8588ce0ba5141119b034dbe574698b45eab974f5cfd7792663543436716a0c35517772ed496b0db6d
|
|
7
|
+
data.tar.gz: d2f1a57de69d4d3671d2ebdeeedf4b942684509dabbb00dbcdf228c6acc7a4216fbed73b5fe9548c1cc83c17b193ed73801eb36cd55a2c05608fd524bdedf113
|
data/lib/place.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eltiempobcn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcelo Jimenez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: It's a simple gem to get the
|
|
56
|
-
|
|
55
|
+
description: It's a simple gem to get the weather for different regions in Catalonia
|
|
56
|
+
using CLI. Improved for windows compat.
|
|
57
57
|
email:
|
|
58
58
|
- mejimenez@gmail.com
|
|
59
59
|
executables:
|
|
@@ -87,5 +87,5 @@ rubyforge_project:
|
|
|
87
87
|
rubygems_version: 2.7.6
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
|
-
summary:
|
|
90
|
+
summary: eltiempo -today "Barcelona" will tell you the min and max for today
|
|
91
91
|
test_files: []
|