dradis-json.gemspec in dradis-json-4.9.0 vs dradis-json.gemspec in dradis-json-4.10.0

- old
+ new

@@ -1,25 +1,23 @@ $:.push File.expand_path('../lib', __FILE__) require 'dradis/plugins/json/version' version = Dradis::Plugins::Json::VERSION::STRING - # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| - spec.platform = Gem::Platform::RUBY + spec.platform = Gem::Platform::RUBY spec.name = 'dradis-json' spec.version = version spec.summary = 'JSON export plugin for the Dradis Framework.' spec.description = 'This plugin allows you to export your Dradis results in JSON format.' spec.license = 'GPL-2' spec.authors = ['Rachael Korinek'] - spec.email = ['rachael.korinek@gmail.com'] - spec.homepage = 'http://dradisframework.org' + spec.homepage = 'http://dradis.com' spec.files = `git ls-files`.split($\) - spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) } + spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.add_dependency 'dradis-plugins', '~> 4.0' spec.add_development_dependency 'bundler', '~> 1.6'