ruby-mext.gemspec in ruby-mext-0.21.4 vs ruby-mext.gemspec in ruby-mext-0.21.5

- old
+ new

@@ -5,15 +5,15 @@ Gem::Specification.new do |spec| spec.name = 'ruby-mext' spec.version = Mext::VERSION spec.authors = ['Nicola Bernardini'] - spec.email = ['nicb@sme-ccppd.org'] + spec.email = ['nicola.bernardini.rome@gmail.com'] spec.summary = %q{ruby-mext: musical extensions for the Ruby language.} spec.description = %q{ruby-mext: musical extensions for the Ruby language.} - spec.homepage = 'https://github.com/nicb/ruby-mext' + spec.homepage = 'https://git.smerm.org/nicb/ruby-mext' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) spec.metadata['allowed_push_host'] = 'https://rubygems.org' @@ -34,8 +34,8 @@ spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec' spec.add_development_dependency 'rdoc' spec.add_development_dependency 'byebug' - spec.add_development_dependency 'gruff' + spec.add_development_dependency 'matplotlib' end