Skip to content

Commit

Permalink
adjust gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 1, 2013
1 parent 2d20378 commit ea85273
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ Gem::Specification.new do |s|
s.description = 'Regex-based SSH shortcut tool'
s.authors = ['Les Aker']
s.email = 'me@lesaker.org'
s.homepage = 'https://github.com/akerl/hss'
s.license = 'MIT'

s.files = `git ls-files`.split
s.test_files = `git ls-files spec/*`.split
s.executables = ['hss']
s.homepage = 'https://github.com/akerl/hss'
s.license = 'MIT'

s.add_development_dependency 'rubocop'
s.add_development_dependency 'travis-lint'
Expand Down

0 comments on commit ea85273

Please sign in to comment.