eost.gemspec in eost-0.1.7 vs eost.gemspec in eost-0.1.8

- old
+ new

@@ -9,22 +9,20 @@ spec.email = ['hernanirvaz@gmail.com'] spec.homepage = 'https://github.com/hernanirvaz/abank' spec.license = 'MIT' spec.summary = 'Arquiva eos-transactions.csv no bigquery.' - spec.description = spec.summary + - ' Pode apagar movimentos existentes ja no bigquery.' + spec.description = spec.summary + ' Pode apagar movimentos existentes ja no bigquery.' spec.metadata['homepage_uri'] = spec.homepage spec.metadata['yard.run'] = 'yard' spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0') # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads files in RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do - `git ls-files -z`.split("\x0") - .reject { |f| f.match(%r{^(test|spec|features)/}) } + `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib']