X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/823e558b5cd2ec219d0fc7226c54f2ee7ad807d2..b9f550e97a60c4953fd1ae9374045110836764bd:/lyricli.gemspec diff --git a/lyricli.gemspec b/lyricli.gemspec index aec904f..41e6cf3 100644 --- a/lyricli.gemspec +++ b/lyricli.gemspec @@ -11,6 +11,8 @@ Gem::Specification.new do |s| s.files += Dir['[A-Z]*'] + Dir['spec/**/*'] s.files += Dir['lib/**/*.json'] + s.executables << 'lrc' + # Runtime Dependencies s.add_runtime_dependency 'nokogiri', '~> 1.5.5' s.add_runtime_dependency 'multi_json', '~> 1.3.6'