We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0804eef commit e13dc9eCopy full SHA for e13dc9e
1 file changed
hellgrid.gemspec
@@ -9,9 +9,8 @@ Gem::Specification.new do |s|
9
s.version = Hellgrid::VERSION
10
s.date = '2016-09-20'
11
s.summary = 'Gem version dependency matrix'
12
- s.description = ''
13
s.authors = ['Deyan Dobrinov', 'Aleksandar Ivanov']
14
- s.email = ['deyan.dobrinov@gmail.com', 'aivanov92@gmail.com']
+ s.email = ['engineering+hellgrid@fundingcircle.com']
15
s.files = Dir.chdir(project_root) { Dir['lib/**/*.rb'] + Dir['bin/*'] + Dir['spec/**/*.rb'] + %w(Gemfile Gemfile.lock README.md hellgrid.gemspec) }
16
s.executables = s.files.grep(/^bin\//) { |f| File.basename(f) }
17
s.test_files = s.files.grep(/^spec\//)
0 commit comments