numru-units 1.7.0 → 1.9.0

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