weather_guy 0.0.6 → 0.0.7

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: eb6c0d89221a8393a693c8cc400bf4184b40e5cd
4
- data.tar.gz: 4b4e01be50eaf5b64c773dd6557754d14a50afca
3
+ metadata.gz: cfae89902008e4c38e1c692d86dc4e6036f0e7e0
4
+ data.tar.gz: 4275f6b19131df69ad608511edff2ae40e4d998f
5
5
  SHA512:
6
- metadata.gz: bc45d7711735c48de5b66d91c03ea55ba4048e1434e483c2746ba258bdce5a9b0dcaf946442afc6fec5312b018888d261bda5d50f74b2865cc4c27b16c54cdcb
7
- data.tar.gz: 7f199cbed2a4832bbafa9f703b0fb6aa2baca96afe1cbc4a99cd86794e2275bcdd63b82e405ac9bb9fe0f2123b70b8419200bc0675629765b982c34979306e4b
6
+ metadata.gz: 5553c548f678c86e85abd86b9f307da0a0fcd52d1333b4cbe367e087750c96dc0a9d9ac2d89361ed5120c204564c742810146687ceca56ff06c78b25821a8d33
7
+ data.tar.gz: 0e42cc83922584e0f1db1901946b24cf5a51aa0a7d56f363e5bcf0a6d62073acdf10d0db3725dbfa11951756547e8fd410e8b7e2de44605fe400998b8eef1c98
@@ -1,3 +1,3 @@
1
1
  module WeatherGuy
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weather_guy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - mattcar
@@ -53,7 +53,6 @@ files:
53
53
  - Rakefile
54
54
  - bin/temp
55
55
  - lib/weather_guy.rb
56
- - lib/weather_guy/conversions.rb
57
56
  - lib/weather_guy/version.rb
58
57
  - weather_guy.gemspec
59
58
  homepage: https://github.com/mattcar/weather_guy
@@ -1,10 +0,0 @@
1
- class Conversion
2
- def convert_f_to_c
3
-
4
- end
5
-
6
- def convert_f_to_k
7
-
8
- end
9
-
10
- end