SnowWeather 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1ce8aa4184029ffb5d550686b5a7e89f5c84a91
4
- data.tar.gz: 4fe314ca18a0086b05f9755675072f56b0a37fc7
3
+ metadata.gz: 918452e66ee991455f1a4cfc7bd6b9a0742c7634
4
+ data.tar.gz: 417cd4d82df617b4b75866c2c58f952a41393a8e
5
5
  SHA512:
6
- metadata.gz: 99e5d2d51537dda54cf3992187561cc9e06e4c557d0e1ce604b3888a0fdbd346adee6cf1860d7a496b0f25c3e46fae8fdc1eb14df543b1f2e3ccbaf77d57563a
7
- data.tar.gz: f91d94a3be764cb8b1467a5541916aa6e979fdf9e85e05602911828ce0c403562fbf254393ba6ef64a674f3da25f6c1d453f1fc1ee7646fe9966e326fbdd502d
6
+ metadata.gz: 948407c9f4517f3587b1ae396a0ad838567f9700aee41148a4b02022c5fefaa85498be51f8c6ad33e762574c1a0fd8a9998940636ce4e0184c6baa82eea13d41
7
+ data.tar.gz: 908a3a3579b4cca06c30e64e12a2d4df5b3528c5ca4008e391915644b363aa09a72bc4c4f0007809b55d6450a10b4dd3bfcd268f06f18ec6ea9a4cd30f2bc0c9
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # SnowWeather
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/SnowWeather`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ SnowWeather is a simple Gem to interface with Weather Undergounds API
6
4
 
7
5
  ## Installation
8
6
 
@@ -1,3 +1,3 @@
1
1
  module SnowWeather
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SnowWeather
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Snow