Sha256: 30f42043a2c038cfee3f52e62ba625c88a727d0a94532ecd2444ea5b00268264
Contents?: true
Size: 823 Bytes
Versions: 1
Compression:
Stored size: 823 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/anomaly/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Andrew Kane"] gem.email = ["andrew@getformidable.com"] gem.description = %q{Anomaly detection using a normal distribution.} gem.summary = %q{Anomaly detection using a normal distribution.} gem.homepage = "https://github.com/ankane/anomaly" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "anomaly" gem.require_paths = ["lib"] gem.version = Anomaly::VERSION gem.add_development_dependency "rake" gem.add_development_dependency "rspec", ">= 2.0.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anomaly-0.0.1 | anomaly.gemspec |