SnowWeather 1.0.3 → 1.0.4

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: 5fc2af7e90775899b5b8c0de3b78144d3205f1fa
4
- data.tar.gz: 2dae8d233ab472d782a6d774ab9b1b40b8ae7349
3
+ metadata.gz: e0d974536c44191987be3360dd80ccdc0b270b9a
4
+ data.tar.gz: 5e2c4370487ba2b2bde2767697d1439459b809ce
5
5
  SHA512:
6
- metadata.gz: 4c9c1caff507fb6823eae00453887819a0741991b8ddcd2d2c6e75f7cf950ed54bd3e78b061fb035ed10e0de6a100539f57569c8683e12014e5d1e242cfeeea5
7
- data.tar.gz: 1bf19d582b8294cb8333269bb9bfd2b024df8d342404c38f343314ba5f28141320762b65b0f69a5b57548cf9cb8b20a19fd17e0ee0506b6dfae6e58f7e92e107
6
+ metadata.gz: a2ae4c59e784c662747425b2053380b5f77293861bb794baa9a3dd5633263c4c3e4f325ae2a0a6f08c733d789cc922b148cc0dc006e8224f3acb8ce0b857961c
7
+ data.tar.gz: 7b3a96eacaac902995b80f8a5d25253573a524e543408bb1b4d327de3cf926f9d1db5b63a5b0e983e9e83e146bc69845e63bbd519d0f53b1f501859de2e880e8
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  SnowWeather is a simple Gem to interface with Weather Undergounds API
4
4
 
5
+ ## Status
6
+ <a href="https://badge.fury.io/rb/SnowWeather"><img src="https://badge.fury.io/rb/SnowWeather.svg" alt="Gem Version" height="18"></a>
7
+
5
8
  ## Installation
6
9
 
7
10
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module SnowWeather
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
@@ -0,0 +1 @@
1
+ echo "Test Passed"
@@ -0,0 +1,20 @@
1
+ language: ruby
2
+
3
+ sudo: false
4
+
5
+ script:
6
+ - t_build.sh
7
+
8
+ env:
9
+ - RAILS_VERSION="~> 3.2.22"
10
+ - RAILS_VERSION="~> 4.0.13"
11
+ - RAILS_VERSION="~> 4.1.13"
12
+ - RAILS_VERSION="~> 4.2.4"
13
+
14
+ rvm:
15
+ - 1.9.3
16
+ - 2.0.0
17
+ - 2.1.6
18
+ - 2.2.2
19
+
20
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SnowWeather
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Snow
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-29 00:00:00.000000000 Z
11
+ date: 2016-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -115,6 +115,8 @@ files:
115
115
  - lib/SnowWeather.rb
116
116
  - lib/SnowWeather/conditions.rb
117
117
  - lib/SnowWeather/version.rb
118
+ - t_build.sh
119
+ - travis.yml
118
120
  homepage: https://github.com/Jrsnow8921/SnowWeatherGem.git
119
121
  licenses:
120
122
  - MIT