ruby-units 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (6) hide show
  1. data/LICENSE +20 -0
  2. data/README +85 -0
  3. data/lib/ruby_units.rb +596 -0
  4. data/lib/units.rb +226 -0
  5. data/test/test_ruby_units.rb +384 -0
  6. metadata +50 -0
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: ruby-units
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2006-08-22 00:00:00 -04:00
8
+ summary: A model that performs unit conversions and unit math
9
+ require_paths:
10
+ - lib
11
+ email: kevin.olbrich+ruby_units@gmail.com
12
+ homepage: http://rubyforge.com/projects/ruby-units/
13
+ rubyforge_project: ruby-units
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Kevin Olbrich
31
+ files:
32
+ - LICENSE
33
+ - README
34
+ - lib/ruby_units.rb
35
+ - lib/units.rb
36
+ - test/test_ruby_units.rb
37
+ test_files:
38
+ - test/test_ruby_units.rb
39
+ rdoc_options: []
40
+
41
+ extra_rdoc_files: []
42
+
43
+ executables: []
44
+
45
+ extensions: []
46
+
47
+ requirements: []
48
+
49
+ dependencies: []
50
+