doppelserver.gemspec in doppelserver-0.2.2 vs doppelserver.gemspec in doppelserver-0.2.3

- old
+ new

@@ -8,10 +8,11 @@ spec.authors = ['Drew Cooper'] spec.email = ['drewcoo@gmail.com'] spec.summary = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \ 'A REST server and a client that knows how to talk ' \ 'to it, so be used for test fakes.' - spec.description = 'Unlike mocks and stubs, fake services are running ' \ + spec.description = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \ + '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 ' \