soaspec.gemspec in soaspec-0.0.46 vs soaspec.gemspec in soaspec-0.0.47

- old
+ new

@@ -1,18 +1,18 @@ -lib = File.expand_path('../lib', __FILE__) +lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'soaspec/version' Gem::Specification.new do |spec| spec.name = 'soaspec' spec.version = Soaspec::VERSION spec.authors = ['SamuelGarrattIQA'] spec.email = ['samuel.garratt@integrationqa.com'] - spec.summary = %q{Helps to create RSpec specs for SOAP or REST apis } - spec.description = %q{Helps to create RSpec specs for SOAP or REST apis. Easily represent multiple requests with -the same configuration } + spec.summary = "Helps to create RSpec specs for 'SOAP' or 'REST' apis " + spec.description = "Helps to create RSpec specs for 'SOAP' or 'REST' apis. Easily represent multiple requests with +the same configuration " spec.homepage = 'https://gitlab.com/samuel-garratt/soaspec' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})