quantify 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: quantify
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Andrew Berkeley
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-03-03 00:00:00 +00:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: activesupport
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ description:
36
+ email: andrew.berkeley.is@googlemail.com
37
+ executables: []
38
+
39
+ extensions: []
40
+
41
+ extra_rdoc_files: []
42
+
43
+ files:
44
+ - README
45
+ - COPYING
46
+ - Examples.rb
47
+ - lib/quantify.rb
48
+ - lib/quantify/quantify.rb
49
+ - lib/quantify/config.rb
50
+ - lib/quantify/core_extensions.rb
51
+ - lib/quantify/dimensions.rb
52
+ - lib/quantify/exception.rb
53
+ - lib/quantify/quantity.rb
54
+ - lib/quantify/inflections.rb
55
+ - lib/quantify/unit/base_unit.rb
56
+ - lib/quantify/unit/compound_unit.rb
57
+ - lib/quantify/unit/non_si_unit.rb
58
+ - lib/quantify/unit/si_unit.rb
59
+ - lib/quantify/unit/unit.rb
60
+ - lib/quantify/unit/compound_base_unit.rb
61
+ - lib/quantify/unit/prefix/base_prefix.rb
62
+ - lib/quantify/unit/prefix/non_si_prefix.rb
63
+ - lib/quantify/unit/prefix/si_prefix.rb
64
+ - lib/quantify/unit/prefix/prefix.rb
65
+ - spec/dimension_spec.rb
66
+ - spec/unit_spec.rb
67
+ - spec/quantity_spec.rb
68
+ has_rdoc: true
69
+ homepage: https://github.com/spatchcock/quantify
70
+ licenses: []
71
+
72
+ post_install_message:
73
+ rdoc_options: []
74
+
75
+ require_paths:
76
+ - lib
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ none: false
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ hash: 3
83
+ segments:
84
+ - 0
85
+ version: "0"
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ none: false
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ hash: 3
92
+ segments:
93
+ - 0
94
+ version: "0"
95
+ requirements: []
96
+
97
+ rubyforge_project:
98
+ rubygems_version: 1.6.2
99
+ signing_key:
100
+ specification_version: 3
101
+ summary: Quantify supports handling of physical quantities, unit conversions
102
+ test_files: []
103
+