Skip to content

Commit 659ee8c

Browse files
committed
1 parent 1c24e4d commit 659ee8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ripper-tags.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Gem::Specification.new do |s|
1111

1212
s.summary = 'ctags generator for ruby code'
1313
s.description = 'fast, accurate ctags generator for ruby source code using Ripper'
14-
s.homepage = 'http://github.com/tmm1/ripper-tags'
14+
s.homepage = 'https://github.com/tmm1/ripper-tags'
1515

16-
s.authors = ['Aman Gupta']
17-
s.email = ['aman@tmm1.net']
16+
s.authors = ['Mislav Marohnić', 'Aman Gupta']
17+
s.email = ['mislav.marohnic@gmail.com', 'aman@tmm1.net']
1818

1919
s.require_paths = ['lib']
2020
s.bindir = 'bin'

0 commit comments

Comments
 (0)