gds-api-adapters 7.21.0 → 7.22.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +8 -1
- data/lib/gds_api/test_helpers/organisations.rb +1 -0
- data/lib/gds_api/version.rb +1 -1
- metadata +4 -4
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
|
-
|
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
|
|
data/lib/gds_api/version.rb
CHANGED
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.
|
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-
|
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:
|
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:
|
352
|
+
hash: 121611114152704568
|
353
353
|
requirements: []
|
354
354
|
rubyforge_project:
|
355
355
|
rubygems_version: 1.8.23
|