Skip to content

Commit e13dc9e

Browse files
author
Sasha Gerrand
committed
🔧 Remove blank description, use correct email address
1 parent 0804eef commit e13dc9e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hellgrid.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ Gem::Specification.new do |s|
99
s.version = Hellgrid::VERSION
1010
s.date = '2016-09-20'
1111
s.summary = 'Gem version dependency matrix'
12-
s.description = ''
1312
s.authors = ['Deyan Dobrinov', 'Aleksandar Ivanov']
14-
s.email = ['deyan.dobrinov@gmail.com', 'aivanov92@gmail.com']
13+
s.email = ['engineering+hellgrid@fundingcircle.com']
1514
s.files = Dir.chdir(project_root) { Dir['lib/**/*.rb'] + Dir['bin/*'] + Dir['spec/**/*.rb'] + %w(Gemfile Gemfile.lock README.md hellgrid.gemspec) }
1615
s.executables = s.files.grep(/^bin\//) { |f| File.basename(f) }
1716
s.test_files = s.files.grep(/^spec\//)

0 commit comments

Comments
 (0)