doppelserver 0.2.3 → 0.2.4

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: fe900bd82772762cfb3fe78b7cfd120202042357badfb3bb0f1831bd8310af3d
4
- data.tar.gz: ba7520b51e6bedd2137451fc6e56488953d3a5cfc317703724219ae19c6e09b5
3
+ metadata.gz: b5e350a2f4307134c440565bc44627f3de9f2c4fc5eabb1b385889ac09e375d3
4
+ data.tar.gz: 988f3d3bb44dec1b13505e64ce822968c028b2d11b6e35a6144f16b430c2305b
5
5
  SHA512:
6
- metadata.gz: ee1cd1164f046487c1cfb8940359a357cb4072aa7db29ec5dcfa3a36a388a706140b8eef7434304f3a7ee703bf6907e99d20869944e26715ce43b548141eca56
7
- data.tar.gz: f76855781712d773e316478f2ec53ba22114df8bfeb42b802b6c8692b8fcd74b85624bd975cdf508653ef86033b0460d3c1feafa7bcbdcbb468c545f5a25c005
6
+ metadata.gz: b8237b07d1781401a2ad20898a6fae161daeb5fe00f2a1bcb1349c4092526ed8eacd5cf87a3fbc9071a30fa5fdcaffd18dcb848958306cd8287fb9e98bc8b461
7
+ data.tar.gz: f4b2d1608b2e72770c6656072e689cc8c546ef45615da9ee94f9c7008ea369d03162eef07e1e9200b8e364a442cbd2453155aec29ece0e18cf304b223c4e1db4
data/doppelserver.gemspec CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
7
7
  spec.version = Doppelserver::VERSION
8
8
  spec.authors = ['Drew Cooper']
9
9
  spec.email = ['drewcoo@gmail.com']
10
- spec.summary = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \
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 = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \
13
+ spec.description = "DO NOT USE YET!!! EXPERIMENTAL.\n\n" \
14
14
  'Unlike mocks and stubs, fake services are running ' \
15
15
  'processes that pretend to function as real ones ' \
16
16
  'would. This enables testing the software under test ' \
@@ -1,3 +1,3 @@
1
1
  module Doppelserver
2
- VERSION = '0.2.3'.freeze
2
+ VERSION = '0.2.4'.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.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Cooper
@@ -178,11 +178,10 @@ dependencies:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
180
  version: 1.4.7
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.
181
+ description: |-
182
+ DO NOT USE YET!!! EXPERIMENTAL.
183
+
184
+ Unlike mocks and stubs, fake services are running processes that pretend to function as real ones would. This enables testing the software under test with more complete control of the surfaces it talks to (other services, faked). Beyond that, it makes application- and (http)protocol-level fault injection easy.
186
185
  email:
187
186
  - drewcoo@gmail.com
188
187
  executables: []
@@ -230,6 +229,6 @@ rubyforge_project:
230
229
  rubygems_version: 2.7.6
231
230
  signing_key:
232
231
  specification_version: 4
233
- summary: DO NOT USE YET!!! EXPERIMENTAL.\n\nA REST server and a client that knows
234
- how to talk to it, so be used for test fakes.
232
+ summary: DO NOT USE YET!!! EXPERIMENTAL. A REST server and a client that knows how
233
+ to talk to it, so be used for test fakes.
235
234
  test_files: []