Sha256: 0d3c536fe3c00a606434ea1f56ba6c692c06452d5dffd5a7cee4e8d4fbbd7ac4
Contents?: true
Size: 1.93 KB
Versions: 0
Compression: gzip
Compressed size: 825 Bytes
Stored size: 825 Bytes
Contents
--- !ruby/object:Gem::Specification name: cossincalc version: !ruby/object:Gem::Version hash: 5 prerelease: segments: - 1 - 0 - 9 version: 1.0.9 platform: ruby authors: - Molte Emil Strange Andersen autorequire: bindir: bin cert_chain: [] date: 2011-06-25 00:00:00 +02: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: - README.markdown - 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.4.1 signing_key: specification_version: 3 summary: Triangle calculator test_files: []