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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38b07ace8502d9b978539fa15cc86bf8d34eb758dcd3a82e0c2822a9f23251f1
4
- data.tar.gz: 1a25d1b00d05df683a49aa2d5aa802ab7a2cae41265d3b731e1424620248d031
3
+ metadata.gz: fe900bd82772762cfb3fe78b7cfd120202042357badfb3bb0f1831bd8310af3d
4
+ data.tar.gz: ba7520b51e6bedd2137451fc6e56488953d3a5cfc317703724219ae19c6e09b5
5
5
  SHA512:
6
- metadata.gz: 61a742c25785ab5cf41ff2abd5cd7c2d92d333e7c7381825852f34f7ea564e31c64459369c0c87ba190f5f039004054c28b124e3489d7fdca2dd10ec2c0b6f26
7
- data.tar.gz: 4223709dcfbb3dcd984688ab29bb73359590488a7e2ab015e3716c0292499849f39d36cc08ee7085bb41c90654542093185de4af96d8e11c016b53a02d74c189
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 = 'Unlike mocks and stubs, fake services are running ' \
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 ' \
@@ -1,3 +1,3 @@
1
1
  module Doppelserver
2
- VERSION = '0.2.2'.freeze
2
+ VERSION = '0.2.3'.freeze
3
3
  end
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.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: Unlike mocks and stubs, fake services are running processes that pretend
182
- to function as real ones would. This enables testing the software under test with
183
- more complete control of the surfaces it talks to (other services, faked). Beyond
184
- that, it makes application- and (http)protocol-level fault injection easy.
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: []