doppelserver.gemspec in doppelserver-0.2.3 vs doppelserver.gemspec in doppelserver-0.2.4
- old
+ new
@@ -5,13 +5,13 @@
Gem::Specification.new do |spec|
spec.name = 'doppelserver'
spec.version = Doppelserver::VERSION
spec.authors = ['Drew Cooper']
spec.email = ['drewcoo@gmail.com']
- spec.summary = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \
+ 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 = 'DO NOT USE YET!!! EXPERIMENTAL.\n\n' \
+ 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 ' \