# -*- encoding: utf-8 -*- # stub: eymiha_units 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "eymiha_units".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dave Anderson".freeze] s.date = "2008-03-03" s.email = "dave@eymiha.com".freeze s.files = ["gem_package.rb".freeze, "lib/units".freeze, "lib/units.rb".freeze, "lib/units/definitions".freeze, "lib/units/definitions/area.rb".freeze, "lib/units/definitions/length.rb".freeze, "lib/units/definitions/mass.rb".freeze, "lib/units/definitions/measures.rb".freeze, "lib/units/definitions/time.rb".freeze, "lib/units/definitions/velocity.rb".freeze, "lib/units/definitions/volume.rb".freeze, "lib/units/numeric.rb".freeze, "lib/units/numeric_with_units.rb".freeze, "lib/units/object.rb".freeze, "lib/units/units.rb".freeze, "lib/units/units_exception.rb".freeze, "lib/units/units_hash.rb".freeze, "lib/units/units_measure.rb".freeze, "lib/units/units_system.rb".freeze, "lib/units/units_unit.rb".freeze, "rakefile.rb".freeze, "test/framework.rb".freeze, "test/tc_definitions.rb".freeze, "test/tc_formatting.rb".freeze, "test/tc_formatting_derived.rb".freeze, "test/tc_measure_create.rb".freeze, "test/tc_measure_derive.rb".freeze, "test/tc_system_create.rb".freeze, "test/tc_unit_ambiguity.rb".freeze, "test/tc_unit_arithmetic.rb".freeze, "test/tc_unit_create.rb".freeze, "test/tc_unit_derive.rb".freeze, "test/tc_unit_equality.rb".freeze, "test/tc_unit_forward_reference.rb".freeze, "test/tc_unit_greek.rb".freeze, "test/tc_unit_hash.rb".freeze, "test/tc_unit_identifiers.rb".freeze, "test/tc_unit_rank.rb".freeze, "test/tc_uses_1.rb".freeze, "test/tc_uses_2.rb".freeze] s.homepage = "http://www.eymiha.com".freeze s.rdoc_options = ["--all".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Emiyha - units and conversions".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.5".freeze]) end