ruby_tunes.gemspec in ruby_tunes-0.2.1 vs ruby_tunes.gemspec in ruby_tunes-0.2.2
- old
+ new
@@ -7,11 +7,11 @@
spec.version = RubyTunes::VERSION
spec.authors = ["aryaziai"]
spec.email = ["arya721@gmail.com"]
spec.summary = %q{Random song from any genre}
- spec.description = %q{My second ruby gem. Plays a random selected song from the genre you choose.}
+ spec.description = %q{My second ruby gem. Plays a randomly selected song from the genre you specify.}
spec.homepage = "https://github.com/aryaziai/Ruby_Tunes"
spec.license = "MIT"
spec.metadata["allowed_push_host"] = "https://rubygems.org"
@@ -24,10 +24,10 @@
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
- spec.require_paths = 'lib'
+ spec.require_paths = ['.']
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_dependency "launchy"
spec.add_dependency "require_all"