teamsnap_rb 2.1.0 → 2.1.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: 05b21d8569d8ef2a130c003ff8188f8622928e51
4
- data.tar.gz: 4da3fffab058fd2156f579156625f8db35c8430e
3
+ metadata.gz: d9e29327029c3b555d61a09fd99f41baf7b3a3e8
4
+ data.tar.gz: 718c0ac193ec747917f4aee1a12933d3f5efeccf
5
5
  SHA512:
6
- metadata.gz: 2a46f3737074b518711ee84f2620b8ef4c7c2b2b14a05adbe734767d8b6235de04f3eea795a98b2991e59ca9d0699aef232cffab3c2b5ff4335b2476b5f86a65
7
- data.tar.gz: 5ea3af3b19bd48f69b8d35265c63a14e66e330f9ca4d61b4b3bc3ba23cbcefb42b1d534768b3240bc7b7889c151112f4ec483deff5200a03de3a97e76658e7d4
6
+ metadata.gz: 4732f237577f780260dfbf69e9403d1ad65d75629f66fb2903586a1e5a645fecb6d149c481c72d8ee9e30d5d49472b0552f41422efab72a2b1330a303eeff562
7
+ data.tar.gz: 698692de1e0f15b388af94295a2403431e129024067f428f1d05bbe885cdc3d0396e6ea8c714cf6defe98f32cdc8ebff5dfd85bf5321940808433315dfa2e27b
@@ -65,3 +65,8 @@ v2.0.0
65
65
  ------
66
66
 
67
67
  - Add in the ability to specify a header option when creating a new client. This feature is primarily to be used to support feature flags.
68
+
69
+ [v2.1.1](https://github.com/teamsnap/teamsnap_rb/pull/99)
70
+ ------
71
+
72
+ - Update some of the out of date gem dependencies.
data/Gemfile CHANGED
@@ -1,9 +1,9 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem "simplecov", "0.10.0", :require => false
4
- gem "coveralls", :require => false
3
+ gem "simplecov", "0.14.1", :require => false
4
+ gem "coveralls", "0.8.21", :require => false
5
5
  gem "pry", :require => false
6
- gem "rack-test", "0.6.2", :require => false
6
+ gem "rack-test", "0.7.0", :require => false
7
7
  gem "rack", "1.6.4", :require => false
8
8
  gem "awesome_print"
9
9
 
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Dependencies](http://img.shields.io/gemnasium/teamsnap/teamsnap_rb.svg)](https://gemnasium.com/teamsnap/teamsnap_rb)
4
4
  [![Quality](http://img.shields.io/codeclimate/github/teamsnap/teamsnap_rb.svg)](https://codeclimate.com/github/teamsnap/teamsnap_rb)
5
- [![Coverage](http://img.shields.io/coveralls/teamsnap/teamsnap_rb.svg)](https://https://coveralls.io/r/teamsnap/teamsnap_rb)
5
+ [![Coverage](http://img.shields.io/coveralls/teamsnap/teamsnap_rb.svg)](https://coveralls.io/r/teamsnap/teamsnap_rb)
6
6
  [![Build](http://img.shields.io/travis-ci/teamsnap/teamsnap_rb.svg)](https://travis-ci.org/teamsnap/teamsnap_rb)
7
7
  [![Version](http://img.shields.io/gem/v/teamsnap_rb.svg)](https://rubygems.org/gems/teamsnap_rb)
8
8
  [![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
@@ -1,3 +1,3 @@
1
1
  module TeamSnap
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
@@ -3,6 +3,8 @@ require "coveralls"
3
3
  require "awesome_print"
4
4
  require "rack/test"
5
5
 
6
+ Coveralls.wear!
7
+
6
8
  SimpleCov::Formatter::MultiFormatter[
7
9
  SimpleCov::Formatter::HTMLFormatter,
8
10
  Coveralls::SimpleCov::Formatter
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamsnap_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Emmons
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-14 00:00:00.000000000 Z
12
+ date: 2017-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake