doppelserver 0.2.0 → 0.2.1

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: 78cfc32f4b0ac2f496d20d018fefb1b4a0a74b02852bb7fd65180a835aa09dcb
4
- data.tar.gz: e6786dbf639465a5b65e416a7e2c89fb2d32b1d70bac8629b38ec9f154e1c878
3
+ metadata.gz: 97197feb18c2e0c92e54e17b720b6e08e441087d332a6a6036f81e5e39661aa2
4
+ data.tar.gz: 7c1822c8517c44f748454b1d67d6ae56313b0954f31c7b52cf5e91d1c768c14c
5
5
  SHA512:
6
- metadata.gz: e0e787686d5f7a6afe06898748f4a5e5da96b41f4141f2ebf13779d1866ea0bcec04e2d7638ab6e5e302c79461135812d7953b344b815efa556a0a0620adc221
7
- data.tar.gz: d7467f9b1b6eb180de4c4cc7b0bd9917402e7435df46478c20d67dd58b737a3c5147b1b2b81c14a385db36097a9d8ac35a0e5738b61a25085fa26499320fa58e
6
+ metadata.gz: c3aed8f0d116b3c2ca0880d204085e90d55b23cbe12f560b016336cd8ead501d29ce2d3f1573f252ed708845b082e4716d029abdd396d718294354ce7b75f1ca
7
+ data.tar.gz: 4ea5f4768d3e2a1c945ec5cabbfbbfc6323f400a5dec36cd70c66be5221c313c300967c8739255bf7a1615075336794868b14accfc48af243b45d86aeda3bfec
data/doppelserver.gemspec CHANGED
@@ -7,14 +7,15 @@ 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 = 'A REST server and a client that knows how to talk ' \
10
+ spec.summary = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \
11
+ 'A REST server and a client that knows how to talk ' \
11
12
  'to it, so be used for test fakes.'
12
13
  spec.description = 'Unlike mocks and stubs, fake services are running ' \
13
14
  'processes that pretend to function as real ones ' \
14
15
  'would. This enables testing the software under test ' \
15
- 'with more complete control of the surfaces it talks' \
16
- 'to (other services, faked). Beyond that, it makes' \
17
- 'application- and (http)protocol-level fault' \
16
+ 'with more complete control of the surfaces it talks ' \
17
+ 'to (other services, faked). Beyond that, it makes ' \
18
+ 'application- and (http)protocol-level fault ' \
18
19
  'injection easy.'
19
20
  spec.homepage = 'https://github.com/drewcoo/doppelserver'
20
21
  spec.license = 'MIT'
@@ -1,3 +1,3 @@
1
1
  module Doppelserver
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Cooper
@@ -180,8 +180,8 @@ dependencies:
180
180
  version: 1.4.7
181
181
  description: Unlike mocks and stubs, fake services are running processes that pretend
182
182
  to function as real ones would. This enables testing the software under test with
183
- more complete control of the surfaces it talksto (other services, faked). Beyond
184
- that, it makesapplication- and (http)protocol-level faultinjection easy.
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.
185
185
  email:
186
186
  - drewcoo@gmail.com
187
187
  executables: []
@@ -229,6 +229,6 @@ rubyforge_project:
229
229
  rubygems_version: 2.7.6
230
230
  signing_key:
231
231
  specification_version: 4
232
- summary: A REST server and a client that knows how to talk to it, so be used for test
233
- fakes.
232
+ summary: DO NOT USE YET!!! EXPERIMENTAL.\n\nA REST server and a client that knows
233
+ how to talk to it, so be used for test fakes.
234
234
  test_files: []