Sha256: ceab5b8f55705d3dc5ebaaa06bd49725939b68f8051f6e6616ea389a4d680e3f
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "geometry-in-ruby" s.version = '0.0.4' s.authors = ["Brandon Fosdick", "Meseker Yohannes"] s.email = ["meseker.yohannes@gmail.com"] s.homepage = "http://github.com/meseker/geometry" s.summary = %q{Geometric primitives and algoritms} s.description = %q{Geometric primitives and algorithms for Ruby} s.rubyforge_project = "aurora_geometry" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geometry-in-ruby-0.0.4 | geometry-in-ruby.gemspec |