kraken_client 1.2 → 1.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a90a2efd8df5391b639c5f362741f4760273224
4
- data.tar.gz: 5421c5ec4a8acb3339f86749056890a5f131ac59
3
+ metadata.gz: 37b48406d145e4a2c9d9d49d1b8a75e23380fb7f
4
+ data.tar.gz: ec4f1f2fe16064ccb79ef0fc7b7b337b8f2bda2b
5
5
  SHA512:
6
- metadata.gz: 437577c3d66369898602447f4a6fc52be1c1d13182e76a68c964b3b26e25db3b7af8cb1506c4164c833af5d81e76d4b9a8c0b0792cccdfe64bcbb001f103f9b9
7
- data.tar.gz: 3fc6049f1dc395c2d2561d59a2df5a735d803024cac3da97da88ce6345e3e89cd605b4626cac58da7d512775918658fe502b44ef327a3dad0b3dff46353b9a1a
6
+ metadata.gz: 239771d6f06ab37d78ea75b904d61cc10c720637a405ff8aac861f027d7c28dd2e5a546a6a8574d2c33922f1faba300d3c0202a01ada024ada9da876b745b595
7
+ data.tar.gz: da5213fc3e8b9131df6eeb8a8e6b4217c5e94f6b5affca9eec48a141eac3c8f29cd9778bb4cfff1f70068c19f99b5834f860957c2e369a4b5b21f352c296e083
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/kraken_client.svg)](http://badge.fury.io/rb/kraken_client)
4
4
  [![Code Climate](https://codeclimate.com/github/shideneyu/kraken_client/badges/gpa.svg)](https://codeclimate.com/github/shideneyu/kraken_client)
5
- [![Test Coverage](https://codeclimate.com/github/shideneyu/kraken_client/badges/coverage.svg)](https://codeclimate.com/github/shideneyu/kraken_client/coverage)
6
- [![Build Status](https://travis-ci.org/shideneyu/kraken_client.svg?branch=master)](https://travis-ci.org/shideneyu/kraken_client)
7
5
 
8
6
  ![kraken_client_blob](http://image.noelshack.com/fichiers/2015/34/1440350422-kraken3.png)
9
7
 
@@ -66,7 +64,7 @@ example:
66
64
  Add this line to your application's Gemfile:
67
65
 
68
66
  ```ruby
69
- gem 'kraken_client', '~> 1.1.5'
67
+ gem 'kraken_client', '~> 1.2'
70
68
  ```
71
69
 
72
70
  And then execute:
data/VERSION.semver CHANGED
@@ -1 +1 @@
1
- 1.2
1
+ 1.2.1
@@ -4,7 +4,6 @@ require 'base64'
4
4
  require 'securerandom'
5
5
  require 'addressabler'
6
6
  require 'httparty'
7
- require 'hashie'
8
7
 
9
8
  module KrakenClient
10
9
  class Application
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kraken_client
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sidney SISSAOUI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-25 00:00:00.000000000 Z
11
+ date: 2017-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler