imuzer.gemspec in imuzer-0.0.3 vs imuzer.gemspec in imuzer-0.0.4

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Imuzer::VERSION spec.authors = ['Yacin Bahi'] spec.email = ['yacin@imuze.io'] spec.summary = %q{Generate music with iMuze.} spec.description = %q{This gem uses the iMuze (imuze.io) API to generate music. You'll need an account on iMuze.io in order to use it.} - spec.homepage = 'https://rubygems.org/gems/imuzer' + spec.homepage = 'https://github.com/imuze/ruby-imuzer' spec.license = 'custom' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})