# -*- encoding: utf-8 -*-
# stub: quant 0.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "quant".freeze
  s.version = "0.0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Javier Vidal".freeze]
  s.date = "2012-06-19"
  s.description = "Quantitative Trading".freeze
  s.email = ["javier.vidal@bolsanova.com".freeze]
  s.files = [".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/array.rb".freeze, "lib/enumerable.rb".freeze, "lib/quant.rb".freeze, "lib/quant/version.rb".freeze, "lib/util.rb".freeze, "quant.gemspec".freeze, "test/common_requires.rb".freeze, "test/samples/ohlc.rb".freeze, "test/samples/ttr.rb".freeze, "test/test_atr.rb".freeze, "test/test_donchian_channel.rb".freeze, "test/test_sma.rb".freeze]
  s.homepage = "".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Quantitative Trading".freeze
  s.test_files = ["test/common_requires.rb".freeze, "test/samples/ohlc.rb".freeze, "test/samples/ttr.rb".freeze, "test/test_atr.rb".freeze, "test/test_donchian_channel.rb".freeze, "test/test_sma.rb".freeze]
end