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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48e68129144f9dd9e97b28ce939f7fe206c209b8
4
- data.tar.gz: 461d3a98d36723d6ecac5cb6f5c96599d087524a
3
+ metadata.gz: ffa91623afdf4e2259e11b14285dca673d2611eb
4
+ data.tar.gz: 81523fe283133262d5945ba4eeb42af803ca1242
5
5
  SHA512:
6
- metadata.gz: dc7cd90ed5cbac3f769e3687fcc3a2be416fc3698d8b0c78de8a5478fac897c6ea348a1938bed59e7d74b62eecfadbe5c802b2697cd01ca0c111244af1180b40
7
- data.tar.gz: adbdf07c228d2d0809f992974addf62982fe738eade8f6acf86b54931a9e2c4babbfe57e9b17e6fe825b94e0e25de02963b905cffbd83c39d075e75795e69373
6
+ metadata.gz: b35ab6291de125f9691f22027ec2d238efd043ddcda697f61300614195b9c2f1f713535063a13a58b2e664df68c968fbb25776a545c169ca93ecdb4d756031f4
7
+ data.tar.gz: 3d3a751da2cd84491b03031c617f936eca0bf47a639b552bb688ccbd8dab22be6a8790d404a6f212d17f8626c3b365941fb49cd4a84a0e2029338b5d45ea926b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
data/lib/sunweather.rb ADDED
@@ -0,0 +1,3 @@
1
+ require 'sunweather/runner'
2
+ require 'sunweather/geo'
3
+ require 'sunweather/data'
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.4"
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
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