doppelserver 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doppelserver.gemspec +2 -1
- data/lib/doppelserver/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe900bd82772762cfb3fe78b7cfd120202042357badfb3bb0f1831bd8310af3d
|
4
|
+
data.tar.gz: ba7520b51e6bedd2137451fc6e56488953d3a5cfc317703724219ae19c6e09b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee1cd1164f046487c1cfb8940359a357cb4072aa7db29ec5dcfa3a36a388a706140b8eef7434304f3a7ee703bf6907e99d20869944e26715ce43b548141eca56
|
7
|
+
data.tar.gz: f76855781712d773e316478f2ec53ba22114df8bfeb42b802b6c8692b8fcd74b85624bd975cdf508653ef86033b0460d3c1feafa7bcbdcbb468c545f5a25c005
|
data/doppelserver.gemspec
CHANGED
@@ -10,7 +10,8 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.summary = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \
|
11
11
|
'A REST server and a client that knows how to talk ' \
|
12
12
|
'to it, so be used for test fakes.'
|
13
|
-
spec.description = '
|
13
|
+
spec.description = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \
|
14
|
+
'Unlike mocks and stubs, fake services are running ' \
|
14
15
|
'processes that pretend to function as real ones ' \
|
15
16
|
'would. This enables testing the software under test ' \
|
16
17
|
'with more complete control of the surfaces it talks ' \
|
data/lib/doppelserver/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doppelserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Drew Cooper
|
@@ -178,10 +178,11 @@ dependencies:
|
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 1.4.7
|
181
|
-
description:
|
182
|
-
to function as real ones would. This enables
|
183
|
-
more complete control of the surfaces it talks
|
184
|
-
that, it makes application- and (http)protocol-level
|
181
|
+
description: DO NOT USE YET!!! EXPERIMENTAL.\n\nUnlike mocks and stubs, fake services
|
182
|
+
are running processes that pretend to function as real ones would. This enables
|
183
|
+
testing the software under test with more complete control of the surfaces it talks
|
184
|
+
to (other services, faked). Beyond that, it makes application- and (http)protocol-level
|
185
|
+
fault injection easy.
|
185
186
|
email:
|
186
187
|
- drewcoo@gmail.com
|
187
188
|
executables: []
|