ghost_rb 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/ghost_rb/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b40f7ec5d18fd407e69ab4abe01afc46ec681e1f06e96c9217395f3ab5eac5fc
4
- data.tar.gz: c01297955920a4bc1c87808281d7b9b7b8226cc3b52ae914a93cb8ec9687ebec
3
+ metadata.gz: 4d5f307354e4239342014fc3d91d325b869504e702e2e506e7e40d7fd6f56725
4
+ data.tar.gz: 7722fc672c577326429f6c766518c35ca6850fef3f57201b00351f35510c3e2b
5
5
  SHA512:
6
- metadata.gz: 47c7af0d0a60fb99af2406961c62c1cdd14d10fd76a11535109f98eff1912e23aadf5954a7e3f9699a55685687073825ca291ff90bf9a24f51379fbab31c466e
7
- data.tar.gz: 264c3a359598eb441e840fb98ad6c04c05f9f052e83d71ee90421d52369bfc952c579255b858323795f3c2d79f78e409d62df483bc1c0616ba1e00fbf2be2de0
6
+ metadata.gz: e0339d828c055a1dba2c4d3e236bb3cf9f8d5644a1d80feb8696c8b89ea9012545626337597876023170815f271b35b65d406f519c01c702818dbe39e8454c64
7
+ data.tar.gz: b4d696a61887d7226e79b89dea2017cffa8ea2ce6014ec41a80f9385f36cabc155c3401bac65f9146ae93e1278246f0d18d084f8009d79a2e746a957a45bc01a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # GhostRb [![Build Status](https://travis-ci.org/renehernandez/ghost_rb.svg)](https://travis-ci.org/renehernandez/ghost_rb) [![Code Climate](https://codeclimate.com/github/renehernandez/ghost_rb/badges/gpa.svg)](https://codeclimate.com/github/renehernandez/ghost_rb) [![Test Coverage](https://codeclimate.com/github/renehernandez/ghost_rb/badges/coverage.svg)](https://codeclimate.com/github/renehernandez/ghost_rb/coverage)
1
+ # GhostRb [![Build Status](https://travis-ci.org/renehernandez/ghost_rb.svg)](https://travis-ci.org/renehernandez/ghost_rb) [![Gem Version](https://badge.fury.io/rb/ghost_rb.svg)](https://badge.fury.io/rb/ghost_rb)[![Code Climate](https://codeclimate.com/github/renehernandez/ghost_rb/badges/gpa.svg)](https://codeclimate.com/github/renehernandez/ghost_rb) [![Test Coverage](https://codeclimate.com/github/renehernandez/ghost_rb/badges/coverage.svg)](https://codeclimate.com/github/renehernandez/ghost_rb/coverage)
2
2
 
3
3
  GhostRb is a simple REST API client to interact with a given Ghost blog. As of now, it supports Client Authentication, which means it can only query public data.
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GhostRb
4
- VERSION = '0.2.7'
4
+ VERSION = '0.2.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghost_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rene Hernandez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-04 00:00:00.000000000 Z
11
+ date: 2017-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient