numru-units 1.7.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.
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: numru-units
3
+ version: !ruby/object:Gem::Version
4
+ hash: 11
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 7
9
+ - 0
10
+ version: 1.7.0
11
+ platform: ruby
12
+ authors:
13
+ - Eizi Toyoda
14
+ - Takeshi Horinouchi
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2012-02-20 00:00:00 +09:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: This is a class to handle units of physical quantities. It covers most functionality of UNIDATA's UDUNITS Library, however, with a more sophisticated handling of string expressions. See the documentation for more infomation.
24
+ email:
25
+ - eriko@gfd-dennou.org
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - Rakefile
34
+ - Makefile
35
+ - install.rb
36
+ - LICENSE.txt
37
+ - ChangeLog
38
+ - lib/numru/units.rb
39
+ - doc/units.rd
40
+ - doc/Makefile
41
+ - doc/units.html
42
+ - src/units.racc
43
+ - src/units.rd
44
+ - src/namenode.rb
45
+ - src/shiftnode.rb
46
+ - src/Makefile
47
+ - src/pownode.rb
48
+ - src/makeutab.rb
49
+ - src/utab.rb
50
+ - src/numbernode.rb
51
+ - src/mulnode.rb
52
+ - src/lex.rb
53
+ - src/rules.rb
54
+ - src/node.rb
55
+ - src/test.rb
56
+ - src/timenode.rb
57
+ - src/units.rb
58
+ - src/dcunits.txt
59
+ has_rdoc: true
60
+ homepage: http://www.gfd-dennou.org/arch/ruby/products/numru-units/
61
+ licenses:
62
+ - Takeshi Horinouchi
63
+ - GFD Dennou Club
64
+ post_install_message:
65
+ rdoc_options: []
66
+
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ hash: 3
75
+ segments:
76
+ - 1
77
+ - 6
78
+ version: "1.6"
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ none: false
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ hash: 3
85
+ segments:
86
+ - 0
87
+ version: "0"
88
+ requirements: []
89
+
90
+ rubyforge_project:
91
+ rubygems_version: 1.3.7
92
+ signing_key:
93
+ specification_version: 3
94
+ summary: Class to handle units of physical quantities
95
+ test_files: []
96
+