doppelserver.gemspec in doppelserver-0.2.0 vs doppelserver.gemspec in doppelserver-0.2.1

- old
+ new

@@ -5,17 +5,18 @@ Gem::Specification.new do |spec| spec.name = 'doppelserver' spec.version = Doppelserver::VERSION spec.authors = ['Drew Cooper'] spec.email = ['drewcoo@gmail.com'] - spec.summary = 'A REST server and a client that knows how to talk ' \ + 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 ' \ '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' \ + '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.' spec.homepage = 'https://github.com/drewcoo/doppelserver' spec.license = 'MIT' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the