bodhi-slam 0.8.3 → 0.8.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bodhi-slam/queries.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 425c28f95431a73f7944947d06141b319af50bbb
4
- data.tar.gz: 91c8daa0cbc2fa12a2f460004c52ab3110ad91e7
3
+ metadata.gz: 0779fa7da38fd3717d9ddb2e299497ba4cb01161
4
+ data.tar.gz: d6d900b01b815f5bb57408ef08327cbb40eb8036
5
5
  SHA512:
6
- metadata.gz: 307b4a66a207fe4a26d1fabbefa42e17d9ca68ec59c6b9361e0710674df0293b8a40281aa5ecc98cdae6fa908f7f8c85010071fe99d7c8df7d9ac846f41b915d
7
- data.tar.gz: 8e5530c201dc50d99b54c2d21323f22a06d227bb55b3a7cb255f26cfd6b66fc8f7df071bbc64fd859803f967f4d44d93550ec752b0e9f2a1e34de1c47aa847cc
6
+ metadata.gz: 1838588b3b8563974adf2b318ccdd29e6fb870fea88ee0cc64c28395a16f3ffe0fb4b8cc98a861f07fe29bd3ad0eb1af2182624fba1442390bddeeb334c6a039
7
+ data.tar.gz: 5bc6fe1e09843192dcbbefb06e06b3a00504475e073f722c2e172374e80255ed9f89aa6d149c61940172c04c6ff18943bef5e322a5131bd0b8be82133db784f6
@@ -106,7 +106,7 @@ module Bodhi
106
106
  request.headers[context.credentials_header] = context.credentials
107
107
  end
108
108
 
109
- if result.status != 204
109
+ if result.status != 200
110
110
  raise Bodhi::ApiErrors.new(body: result.body, status: result.status), "status: #{result.status}, body: #{result.body}"
111
111
  end
112
112
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bodhi-slam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - willdavis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-27 00:00:00.000000000 Z
11
+ date: 2016-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday