sunweather 0.3.4 → 0.3.5
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/VERSION +1 -1
- data/lib/sunweather.rb +3 -0
- data/sunweather.gemspec +2 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffa91623afdf4e2259e11b14285dca673d2611eb
|
4
|
+
data.tar.gz: 81523fe283133262d5945ba4eeb42af803ca1242
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b35ab6291de125f9691f22027ec2d238efd043ddcda697f61300614195b9c2f1f713535063a13a58b2e664df68c968fbb25776a545c169ca93ecdb4d756031f4
|
7
|
+
data.tar.gz: 3d3a751da2cd84491b03031c617f936eca0bf47a639b552bb688ccbd8dab22be6a8790d404a6f212d17f8626c3b365941fb49cd4a84a0e2029338b5d45ea926b
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.5
|
data/lib/sunweather.rb
ADDED
data/sunweather.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "sunweather"
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Tobi Frank"]
|
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
"Rakefile",
|
28
28
|
"VERSION",
|
29
29
|
"bin/sunweather",
|
30
|
+
"lib/sunweather.rb",
|
30
31
|
"lib/sunweather/data.rb",
|
31
32
|
"lib/sunweather/geo.rb",
|
32
33
|
"lib/sunweather/runner.rb",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunweather
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobi Frank
|
@@ -168,6 +168,7 @@ files:
|
|
168
168
|
- Rakefile
|
169
169
|
- VERSION
|
170
170
|
- bin/sunweather
|
171
|
+
- lib/sunweather.rb
|
171
172
|
- lib/sunweather/data.rb
|
172
173
|
- lib/sunweather/geo.rb
|
173
174
|
- lib/sunweather/runner.rb
|