gds-api-adapters 7.21.0 → 7.22.0

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.
data/README.md CHANGED
@@ -61,7 +61,14 @@ In the test:
61
61
  panopticon_has_metadata('id' => 12345, 'need_id' => need.id,
62
62
  'slug' => 'my_slug')
63
63
 
64
- This presumes you have webmock installed and enabled.
64
+ ### Dependencies
65
+
66
+ Some of the helpers come with additional dependencies that you'll need to
67
+ have installed and configured in your consuming app/lib.
68
+
69
+ At time of writing, these are:
70
+
71
+ * [WebMock](https://github.com/bblimke/webmock)
65
72
 
66
73
  ## To Do
67
74
 
@@ -1,5 +1,6 @@
1
1
  require 'gds_api/test_helpers/json_client_helper'
2
2
  require 'gds_api/test_helpers/common_responses'
3
+ require 'plek'
3
4
 
4
5
  module GdsApi
5
6
  module TestHelpers
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '7.21.0'
2
+ VERSION = '7.22.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gds-api-adapters
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.21.0
4
+ version: 7.22.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-25 00:00:00.000000000 Z
12
+ date: 2013-11-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: plek
@@ -340,7 +340,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
340
340
  version: '0'
341
341
  segments:
342
342
  - 0
343
- hash: -669457376295499095
343
+ hash: 121611114152704568
344
344
  required_rubygems_version: !ruby/object:Gem::Requirement
345
345
  none: false
346
346
  requirements:
@@ -349,7 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  version: '0'
350
350
  segments:
351
351
  - 0
352
- hash: -669457376295499095
352
+ hash: 121611114152704568
353
353
  requirements: []
354
354
  rubyforge_project:
355
355
  rubygems_version: 1.8.23