nexus_parser 1.1.3 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,83 +1,136 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: nexus_parser
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 1
7
- - 1
8
- - 3
9
- version: 1.1.3
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.0
10
5
  platform: ruby
11
- authors:
6
+ authors:
12
7
  - mjy
13
- autorequire:
14
- bindir: bin
8
+ - kleintom
9
+ autorequire:
10
+ bindir: exe
15
11
  cert_chain: []
16
-
17
- date: 2010-04-09 00:00:00 -04:00
18
- default_executable:
19
- dependencies: []
20
-
21
- description: "A full featured and extensible Nexus file parser in Ruby. "
22
- email: diapriid@gmail.com
12
+ date: 2024-04-03 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '2.0'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '2.0'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rake
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: '13.0'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: '13.0'
42
+ - !ruby/object:Gem::Dependency
43
+ name: rdoc
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: 6.6.2
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: 6.6.2
56
+ - !ruby/object:Gem::Dependency
57
+ name: byebug
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '11.1'
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '11.1'
70
+ - !ruby/object:Gem::Dependency
71
+ name: test-unit
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ description: A full featured and extensible Nexus file parser in Ruby.
85
+ email:
86
+ - diapriid@gmail.com
23
87
  executables: []
24
-
25
88
  extensions: []
26
-
27
- extra_rdoc_files:
89
+ extra_rdoc_files:
28
90
  - LICENSE
29
- - README
30
- - README.rdoc
31
- files:
32
- - .document
33
- - .gitignore
91
+ - README.md
92
+ files:
93
+ - ".document"
94
+ - ".gitignore"
34
95
  - LICENSE
35
- - MIT-LICENSE
36
- - README
37
- - README.rdoc
96
+ - README.md
38
97
  - Rakefile
39
- - VERSION
40
- - init.rb
41
98
  - install.rb
42
- - lib/lexer.rb
43
99
  - lib/nexus_parser.rb
44
- - lib/parser.rb
45
- - lib/tokens.rb
100
+ - lib/nexus_parser/lexer.rb
101
+ - lib/nexus_parser/parser.rb
102
+ - lib/nexus_parser/tokens.rb
103
+ - lib/nexus_parser/version.rb
46
104
  - nexus_parser.gemspec
47
105
  - tasks/nexus_parser_tasks.rake
48
106
  - test/MX_test_03.nex
49
107
  - test/test.nex
50
108
  - test/test_nexus_parser.rb
51
109
  - uninstall.rb
52
- has_rdoc: true
53
110
  homepage: http://github.com/mjy/nexus_parser
54
111
  licenses: []
55
-
56
- post_install_message:
57
- rdoc_options:
58
- - --charset=UTF-8
59
- require_paths:
112
+ metadata:
113
+ homepage_uri: http://github.com/mjy/nexus_parser
114
+ source_code_uri: http://github.com/mjy/nexus_parser
115
+ post_install_message:
116
+ rdoc_options:
117
+ - "--charset=UTF-8"
118
+ require_paths:
60
119
  - lib
61
- required_ruby_version: !ruby/object:Gem::Requirement
62
- requirements:
120
+ required_ruby_version: !ruby/object:Gem::Requirement
121
+ requirements:
63
122
  - - ">="
64
- - !ruby/object:Gem::Version
65
- segments:
66
- - 0
67
- version: "0"
68
- required_rubygems_version: !ruby/object:Gem::Requirement
69
- requirements:
123
+ - !ruby/object:Gem::Version
124
+ version: 3.3.0
125
+ required_rubygems_version: !ruby/object:Gem::Requirement
126
+ requirements:
70
127
  - - ">="
71
- - !ruby/object:Gem::Version
72
- segments:
73
- - 0
74
- version: "0"
128
+ - !ruby/object:Gem::Version
129
+ version: '0'
75
130
  requirements: []
76
-
77
- rubyforge_project:
78
- rubygems_version: 1.3.6
79
- signing_key:
80
- specification_version: 3
131
+ rubygems_version: 3.5.3
132
+ signing_key:
133
+ specification_version: 4
81
134
  summary: A Nexus file format (phylogenetic inference) parser in Ruby.
82
- test_files:
135
+ test_files:
83
136
  - test/test_nexus_parser.rb
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2008 [name of plugin creator]
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README DELETED
@@ -1,13 +0,0 @@
1
- NexusParser
2
- ===========
3
-
4
- Introduction goes here.
5
-
6
-
7
- Example
8
- =======
9
-
10
- Example goes here.
11
-
12
-
13
- Copyright (c) 2008 Matt Yoder, released under the MIT license
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.1.3
data/init.rb DELETED
@@ -1 +0,0 @@
1
- # Include hook code here