tomstuart / vector_space

A Ruby library for treating multidimensional values as elements of a vector space

This URL has Read+Write access

vector_space / vector_space.gemspec
100644 12 lines (11 sloc) 0.767 kb
1
2
3
4
5
6
7
8
9
10
11
12
Gem::Specification.new do |s|
  s.name = 'vector_space'
  s.version = '0.1.2'
  s.date = '2009-10-23'
  s.homepage = 'http://github.com/tomstuart/vector_space'
  s.summary = 'A Ruby library for treating multidimensional values as elements of a vector space'
  s.authors = ['Tom Stuart']
  s.email = 'tom@experthuman.com'
  s.files = ['lib/vector_space/arithmetic.rb', 'lib/vector_space/component_reflection.rb', 'lib/vector_space/dimension_reflection.rb', 'lib/vector_space/family.rb', 'lib/vector_space/index_reflection.rb', 'lib/vector_space/partial_order.rb', 'lib/vector_space/simple_indexed_vector.rb', 'lib/vector_space/simple_vector.rb', 'lib/vector_space/vector_space.rb', 'lib/vector_space.rb', 'LICENSE', 'README.markdown', 'TODO']
  s.has_rdoc = false
end