# -*- encoding: utf-8 -*- # stub: cossincalc 1.0.6 ruby lib Gem::Specification.new do |s| s.name = "cossincalc".freeze s.version = "1.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Molte Emil Strange Andersen".freeze] s.date = "2010-11-14" s.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.\n\nYou 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.\n".freeze s.email = "molte@cossincalc.com".freeze s.executables = ["cossincalc".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "bin/cossincalc".freeze, "bin/trollop.rb".freeze, "lib/core_ext.rb".freeze, "lib/cossincalc.rb".freeze, "lib/cossincalc/triangle.rb".freeze, "lib/cossincalc/triangle/calculator.rb".freeze, "lib/cossincalc/triangle/drawing.rb".freeze, "lib/cossincalc/triangle/drawing/svg.rb".freeze, "lib/cossincalc/triangle/formatter.rb".freeze, "lib/cossincalc/triangle/formatter/latex.rb".freeze, "lib/cossincalc/triangle/validator.rb".freeze, "lib/cossincalc/triangle/variable_hash.rb".freeze, "lib/cossincalc/version.rb".freeze] s.homepage = "http://cossincalc.com/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Triangle calculator".freeze end