Sha256: 5d31977e3a7d154e423bcd245a5aab796a1eb932cff044693751f88c68043fd1

Contents?: true

Size: 1.92 KB

Versions: 0

Compression: gzip

Compressed size: 808 Bytes

Stored size: 808 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: cossincalc
version: !ruby/object:Gem::Version 
  hash: 29
  prerelease: false
  segments: 
  - 1
  - 0
  - 5
  version: 1.0.5
platform: ruby
authors: 
- Molte Emil Strange Andersen
autorequire: 
bindir: bin
cert_chain: []

date: 2010-11-11 00:00:00 +01:00
default_executable: 
dependencies: []

description: |
  CosSinCalc is a web application able to calculate the variables of a triangle. The live site is located at http://cossincalc.com/. This is an offline version of the calculator.
  
  You can use the included command line utility to generate a PDF page containing all the results, formulae and a drawing of the triangle, or you can include it as a library in your Ruby application and use just the features you care about.

email: molte@cossincalc.com
executables: 
- cossincalc
extensions: []

extra_rdoc_files: []

files: 
- MIT-LICENSE
- Rakefile
- lib/core_ext.rb
- lib/cossincalc/triangle/calculator.rb
- lib/cossincalc/triangle/drawing/svg.rb
- lib/cossincalc/triangle/drawing.rb
- lib/cossincalc/triangle/formatter/latex.rb
- lib/cossincalc/triangle/formatter.rb
- lib/cossincalc/triangle/validator.rb
- lib/cossincalc/triangle/variable_hash.rb
- lib/cossincalc/triangle.rb
- lib/cossincalc/version.rb
- lib/cossincalc.rb
- bin/cossincalc
- bin/trollop.rb
has_rdoc: true
homepage: http://cossincalc.com/
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Triangle calculator
test_files: []

Package Spec version

cossincalc-1.0.5