sunweather 0.3.5 → 0.3.6

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: ffa91623afdf4e2259e11b14285dca673d2611eb
4
- data.tar.gz: 81523fe283133262d5945ba4eeb42af803ca1242
3
+ metadata.gz: a4563294e63d11287e478d1cf5087a702cb9b94c
4
+ data.tar.gz: b36192570238cb4f8eba80ee3baad3e7a2099f00
5
5
  SHA512:
6
- metadata.gz: b35ab6291de125f9691f22027ec2d238efd043ddcda697f61300614195b9c2f1f713535063a13a58b2e664df68c968fbb25776a545c169ca93ecdb4d756031f4
7
- data.tar.gz: 3d3a751da2cd84491b03031c617f936eca0bf47a639b552bb688ccbd8dab22be6a8790d404a6f212d17f8626c3b365941fb49cd4a84a0e2029338b5d45ea926b
6
+ metadata.gz: 3da1f6990b96095e225e7cd7d3c66338a07a233fc9c82f7cb4891f0604098f4fd7d3ae813c16fe204ef1a6f48677241d778dadd989a70043805833352e2c280d
7
+ data.tar.gz: 919dc8016d728d284e5178d15bb41644d9ba1046a7809fc5a5f6c4b339869233d0342573f595bd250925b76e948d02392717041e35cef4a16adeb93481cf6a3b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.5
1
+ 0.3.6
data/lib/sunweather.rb CHANGED
@@ -1,3 +1,4 @@
1
1
  require 'sunweather/runner'
2
- require 'sunweather/geo'
3
- require 'sunweather/data'
2
+
3
+ module Sunweather
4
+ end
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.5"
8
+ s.version = "0.3.6"
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"]
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.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobi Frank