active_metrics.gemspec in active_metrics-0.0.2 vs active_metrics.gemspec in active_metrics-0.1.0
- old
+ new
@@ -11,12 +11,9 @@
spec.summary = %q{Metrics based on ActiveSupport::Notifications}
spec.homepage = 'https://github.com/andreimaxim/active_metrics'
spec.license = 'MIT'
- spec.cert_chain = ['certs/andreimaxim.pem']
- spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $0 =~ /gem\z/
-
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }