obo_parser 0.3.4 → 0.3.5

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 CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obo_parser
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 4
10
- version: 0.3.4
9
+ - 5
10
+ version: 0.3.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - mjy
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-11 00:00:00 -04:00
19
- default_executable:
18
+ date: 2011-06-09 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: "Provides all-in-one object containing the contents of an OBO formatted file. OBO version 1.2 is targeted, though this should work for 1.0. "
@@ -30,7 +29,6 @@ extra_rdoc_files:
30
29
  - README.rdoc
31
30
  files:
32
31
  - .document
33
- - .gitignore
34
32
  - LICENSE
35
33
  - README.rdoc
36
34
  - Rakefile
@@ -45,17 +43,19 @@ files:
45
43
  - obo_parser.gemspec
46
44
  - tasks/obo_parser_tasks.rake
47
45
  - test/cell.obo
46
+ - test/go.obo
47
+ - test/hao.obo
48
48
  - test/obo_1.0_test.txt
49
49
  - test/obo_1.0_test_wo_typedefs.txt
50
50
  - test/test_obo_parser.rb
51
+ - test/tgma.obo
51
52
  - uninstall.rb
52
- has_rdoc: true
53
53
  homepage: http://github.com/mjy/obo_parser
54
54
  licenses: []
55
55
 
56
56
  post_install_message:
57
- rdoc_options:
58
- - --charset=UTF-8
57
+ rdoc_options: []
58
+
59
59
  require_paths:
60
60
  - lib
61
61
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -79,9 +79,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements: []
80
80
 
81
81
  rubyforge_project:
82
- rubygems_version: 1.5.3
82
+ rubygems_version: 1.7.2
83
83
  signing_key:
84
84
  specification_version: 3
85
85
  summary: A simple OBO file handler.
86
- test_files:
87
- - test/test_obo_parser.rb
86
+ test_files: []
87
+
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC