Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Update gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 27, 2012
1 parent b1d3333 commit 7267129
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rdio-cli.gemspec
Expand Up @@ -8,13 +8,12 @@ spec = Gem::Specification.new do |s|
s.homepage = 'http://wynnnetherland.com'
s.platform = Gem::Platform::RUBY
s.summary = 'CLI for Rdio for Mac'
s.files = %w(LICENSE.md README.md Rakefile rdio-cli.gemspec)
s.files = %w(CONTRIBUTING.md LICENSE.md README.md Rakefile rdio-cli.gemspec)
s.files += Dir.glob("lib/**/*.rb")
s.files += Dir.glob("bin/**/*")
s.files += Dir.glob("etc/**/*")
s.require_paths << 'lib'
s.has_rdoc = true
s.extra_rdoc_files = ['README.rdoc','rdio.rdoc']
s.has_rdoc = false
s.rdoc_options << '--title' << 'rdio' << '--main' << 'README.rdoc' << '-ri'
s.bindir = 'bin'
s.executables << 'rdio'
Expand Down

0 comments on commit 7267129

Please sign in to comment.