pingboard 0.0.4 → 0.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -6
  3. data/pingboard.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c71c7e365551f4e85e00c3ba223c2683b79088f
4
- data.tar.gz: 17693eaeaf99f5ae36a9df95d4fd7910b963d44e
3
+ metadata.gz: a28bc4ef6bd49001d1c99dce656c243fd1013155
4
+ data.tar.gz: cb97bb7bd0fd86882639a5ba54953a573e025941
5
5
  SHA512:
6
- metadata.gz: fae5fef9b90c922b1331c3a593037708033da177ce9bd7b2eb85d29c5f1d055f7c1d2c765f357cf002ab9e12e0404a1846800b8042f9deaa65b9c7cb63958c4d
7
- data.tar.gz: 626ceb2c0fdd8ca66c3bf85142e36440c0f4adff45c7c482541bd7e11eaf01cea586d9421b74c520b9199cde1cc68d4dd7a1d798150aa5711ee151eff4b17834
6
+ metadata.gz: 3fb2b103bf88404e673e83fd8b2d0f72a3d13c21d1bbd7ade013cceb64c063abb5310cdf9c5282a969a238419755e7cf502770bdfb33c31ce9ad13ada970ba23
7
+ data.tar.gz: fa84dcf3f16f3fdca178d6723a1a769ac6975871da4d9f1d72c997b7892a571174bc3e8eb97c8d404a94390121c24b3636ea63d64623ccf1b405c457301aa113
data/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  [![Gem Version](https://badge.fury.io/rb/pingboard.svg)](https://rubygems.org/gems/pingboard)
4
4
  [![Build Status](https://travis-ci.org/bry/pingboard.svg)](https://travis-ci.org/bry/pingboard)
5
5
  [![Code Climate](https://codeclimate.com/github/bry/pingboard.svg)](https://codeclimate.com/github/bry/pingboard)
6
+ [![Test Coverage](https://codeclimate.com/github/bry/pingboard/badges/coverage.svg)](https://codeclimate.com/github/bry/pingboard/coverage)
6
7
  [![Inline Docs](https://inch-ci.org/github/bry/pingboard.svg?style=shields)](https://inch-ci.org/github/bry/pingboard)
7
- [![Beer Pay](https://beerpay.io/bry/pingboard/badge.svg?style=flat)](https://beerpay.io/bry/pingboard)
8
8
  [![Downloads](https://img.shields.io/gem/dt/pingboard.svg)](https://rubygems.org/gems/pingboard)
9
9
 
10
10
  The Ruby client interface to the [Pingboard](https://pingboard.com/) [API](http://docs.pingboard.apiary.io/)
@@ -18,7 +18,7 @@ gem install pingboard
18
18
 
19
19
  ### Gemfile
20
20
  ```
21
- gem 'pingboard', '~> 0.0.4'
21
+ gem 'pingboard', '~> 0.0.5'
22
22
  ```
23
23
 
24
24
  ## Documentation
@@ -72,10 +72,6 @@ client.status_types
72
72
  ## Supported Ruby Versions
73
73
  This library is [tested](https://travis-ci.org/bry/pingboard) against the following Ruby versions:
74
74
 
75
- * Ruby 2.0.0
76
- * Ruby 2.1
77
- * Ruby 2.2
78
- * Ruby 2.3.0
79
75
  * Ruby 2.4.0
80
76
 
81
77
  ## Versioning
@@ -3,8 +3,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'pingboard'
6
- s.version = '0.0.4'
7
- s.date = '2017-07-23'
6
+ s.version = '0.0.5'
7
+ s.date = '2017-07-24'
8
8
  s.summary = "The Pingboard API Ruby Client"
9
9
  s.description = "A Ruby client interface for the Pingboard API"
10
10
  s.authors = ["Bryan B. Cabalo"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pingboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan B. Cabalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-23 00:00:00.000000000 Z
11
+ date: 2017-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby client interface for the Pingboard API
14
14
  email: bcabalo@gmail.com