salestation 0.1.4 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 254f6a90c156f86f9c0d1baf08911b2708d1153e
4
- data.tar.gz: 191cf332f2c64ac8ce105e34c6a0692ffa882c3c
3
+ metadata.gz: e9bc65bc0fd5734a98ce488bc36cfc2de4b22ca1
4
+ data.tar.gz: e13e2ec4bf8f7479c126ba993d140af7f88250c3
5
5
  SHA512:
6
- metadata.gz: '0387ad871ccd17b348c2295cf180f4c2c14c1d67c0b412a424385e595319b1af79f9b457823374aef8aa2537d3561852b8a9909274b008e5c40bbd6d5b300024'
7
- data.tar.gz: 756be1203149b5404878e70af30bf6e092a19aa91975ab7157b2f5bad8b5780508bba48c7fa65df46200b2585d13ef6882c3a7652f1d260d9e35203064ef9c07
6
+ metadata.gz: efc62d2358f3fc926d1c199aecfa9b64f6eed80038157eb88c89e2a0eda6a9ab67dcd99eaf298db0e4921c12a2441c14032f142ffdbaf90145390020e4b6b095
7
+ data.tar.gz: b9c9405283480c994444956457ffc567849cafee5645b52407adeb0ee9016b8c050eb809a17e6b6d71af847cebcb21a916f622da030db3486ac3f722df992939
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Salestation
2
2
 
3
+ [![Build Status](https://travis-ci.org/salemove/salestation.svg?branch=master)](https://travis-ci.org/salemove/salestation)
4
+
3
5
  ## Installation
4
6
 
5
7
  Add this line to your application's Gemfile:
@@ -23,7 +23,7 @@ module Salestation
23
23
  result = response.map_err(error_mapper.map).value
24
24
 
25
25
  status result.status
26
- json JSON.dump(result.body)
26
+ json result.body
27
27
  end
28
28
  end
29
29
  end
data/salestation.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "salestation"
7
- spec.version = "0.1.4"
7
+ spec.version = "0.1.5"
8
8
  spec.authors = ["SaleMove TechMovers"]
9
9
  spec.email = ["techmovers@salemove.com"]
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salestation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SaleMove TechMovers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-31 00:00:00.000000000 Z
11
+ date: 2017-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler