bw_status_board_api 2.0.1 → 2.0.2

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: 7d4e10bfbdc887a9c216832d2df5335404cc109d
4
- data.tar.gz: 64d7d70ad0a058b6032c9f0f3361cac2bed11247
3
+ metadata.gz: 62a41fb645b860ea67c28f9faec40832da2f00ad
4
+ data.tar.gz: 1bf35ff5494a2449948ce1b3bcca1523327afc21
5
5
  SHA512:
6
- metadata.gz: 91b594b915cbc14df17060c2abf5be2d8b8e23f76d9e459ae3fdb9fed72442fbac8443c94dc3a3fbde7f92de5e6d4fe6e3c4914362d0a86c71dc46a26673b920
7
- data.tar.gz: 08405b3a7d074641bb670ca5ab35b863eb3333ccb2462c784e82063dfc32f3264a58bd8d21f1e01f357ac0fa97cb144ddb158605ef1bb0f3bc2c19ba1b32cf14
6
+ metadata.gz: 08ce3886ab4d025093469d5b4fb6fe9c3c3aa0e56dd8317f84833c2f3367b1e481225744cba96f4bc7addaf431efbd930db31069d5468fa9b5594ba029f8d624
7
+ data.tar.gz: 681c3d8e7b4e59a62b82ae55aea5e12059ac12c62192730cdc99fc0855a6c44dfd664f769d7704d71cd8b7540e9f677654c4f41eb1a07375a4dc4ce4025a9150
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## 2.0.2
5
+ ### Updated
6
+ * Updated oj gem to latest version 2.11.0
7
+
4
8
  ## 2.0.1
5
9
  ### Updated
6
10
  * Updated oj gem to latest version 2.10.4
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.add_runtime_dependency 'faraday', '~> 0.9.0'
21
21
  s.add_runtime_dependency 'faraday_middleware', '~> 0.9.1'
22
22
  s.add_runtime_dependency 'faraday_middleware-parse_oj', '~> 0.3.0'
23
- s.add_runtime_dependency 'oj', '~> 2.10.4'
23
+ s.add_runtime_dependency 'oj', '~> 2.11.0'
24
24
 
25
25
  s.files = `git ls-files`.split("\n")
26
26
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
@@ -1,4 +1,4 @@
1
1
  # BW Version
2
2
  module BWStatusBoardAPI
3
- VERSION = '2.0.1'
3
+ VERSION = '2.0.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bw_status_board_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 2.10.4
103
+ version: 2.11.0
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 2.10.4
110
+ version: 2.11.0
111
111
  description: A Ruby wrapper for the Brandwatch Status Board
112
112
  email: jonathan@brandwatch.com
113
113
  executables: