pingboard 0.0.3 → 0.0.4

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 +1 -1
  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: 3e5f27fc777527c0f7a8bfb570aeafb4708a803c
4
- data.tar.gz: a6d920da6bd600680a5794c8aea08933d4d099bc
3
+ metadata.gz: 2c71c7e365551f4e85e00c3ba223c2683b79088f
4
+ data.tar.gz: 17693eaeaf99f5ae36a9df95d4fd7910b963d44e
5
5
  SHA512:
6
- metadata.gz: 8ed9b1ef5f2b240a6749ac3c39879c85cf326fc6c05e2895d2c54642153bac483701992934c976e597a3b51870f14c79f39e186d13f7f2d2f55577985b2c7a06
7
- data.tar.gz: 61d4467adeeeb0db6315767ec84bc8bd9378e3f29ae135fdc145d82ce33288e6b014579bf248d8de7a8f3a32eff7fa4f7bbe4ef7ed688994b5f5f62021ef5561
6
+ metadata.gz: fae5fef9b90c922b1331c3a593037708033da177ce9bd7b2eb85d29c5f1d055f7c1d2c765f357cf002ab9e12e0404a1846800b8042f9deaa65b9c7cb63958c4d
7
+ data.tar.gz: 626ceb2c0fdd8ca66c3bf85142e36440c0f4adff45c7c482541bd7e11eaf01cea586d9421b74c520b9199cde1cc68d4dd7a1d798150aa5711ee151eff4b17834
data/README.md CHANGED
@@ -18,7 +18,7 @@ gem install pingboard
18
18
 
19
19
  ### Gemfile
20
20
  ```
21
- gem 'pingboard', '~> 0.0.3'
21
+ gem 'pingboard', '~> 0.0.4'
22
22
  ```
23
23
 
24
24
  ## Documentation
@@ -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.3'
7
- s.date = '2017-07-16'
6
+ s.version = '0.0.4'
7
+ s.date = '2017-07-23'
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.3
4
+ version: 0.0.4
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-16 00:00:00.000000000 Z
11
+ date: 2017-07-23 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