jhove-service 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.rdoc +23 -0
  3. data/README.rdoc +36 -0
  4. data/bin/aiff-hul-1.6.1-RC1.jar +0 -0
  5. data/bin/ascii-hul-1.4.1.jar +0 -0
  6. data/bin/cache/xhtml-attribs-1.xsd +73 -0
  7. data/bin/cache/xhtml-base-1.xsd +36 -0
  8. data/bin/cache/xhtml-bdo-1.xsd +71 -0
  9. data/bin/cache/xhtml-blkphras-1.xsd +160 -0
  10. data/bin/cache/xhtml-blkpres-1.xsd +37 -0
  11. data/bin/cache/xhtml-blkstruct-1.xsd +49 -0
  12. data/bin/cache/xhtml-csismap-1.xsd +96 -0
  13. data/bin/cache/xhtml-datatypes-1.xsd +242 -0
  14. data/bin/cache/xhtml-edit-1.xsd +39 -0
  15. data/bin/cache/xhtml-events-1.xsd +130 -0
  16. data/bin/cache/xhtml-form-1.xsd +327 -0
  17. data/bin/cache/xhtml-framework-1.xsd +66 -0
  18. data/bin/cache/xhtml-hypertext-1.xsd +47 -0
  19. data/bin/cache/xhtml-image-1.xsd +46 -0
  20. data/bin/cache/xhtml-inlphras-1.xsd +163 -0
  21. data/bin/cache/xhtml-inlpres-1.xsd +39 -0
  22. data/bin/cache/xhtml-inlstruct-1.xsd +50 -0
  23. data/bin/cache/xhtml-inlstyle-1.xsd +27 -0
  24. data/bin/cache/xhtml-link-1.xsd +45 -0
  25. data/bin/cache/xhtml-list-1.xsd +99 -0
  26. data/bin/cache/xhtml-meta-1.xsd +54 -0
  27. data/bin/cache/xhtml-object-1.xsd +76 -0
  28. data/bin/cache/xhtml-param-1.xsd +51 -0
  29. data/bin/cache/xhtml-pres-1.xsd +51 -0
  30. data/bin/cache/xhtml-ruby-1.xsd +170 -0
  31. data/bin/cache/xhtml-script-1.xsd +71 -0
  32. data/bin/cache/xhtml-ssismap-1.xsd +43 -0
  33. data/bin/cache/xhtml-struct-1.xsd +130 -0
  34. data/bin/cache/xhtml-style-1.xsd +53 -0
  35. data/bin/cache/xhtml-table-1.xsd +272 -0
  36. data/bin/cache/xhtml-target-1.xsd +49 -0
  37. data/bin/cache/xhtml-text-1.xsd +67 -0
  38. data/bin/cache/xhtml11-model-1.xsd +716 -0
  39. data/bin/cache/xhtml11-modules-1.xsd +605 -0
  40. data/bin/cache/xhtml11.xsd +104 -0
  41. data/bin/cache/xml.xsd +287 -0
  42. data/bin/console +9 -0
  43. data/bin/extension-mimetype.conf +209 -0
  44. data/bin/gif-hul-1.4.2-RC1.jar +0 -0
  45. data/bin/html-hul-1.4.1.jar +0 -0
  46. data/bin/jhove-README-1st.txt +2 -0
  47. data/bin/jhove-apps-1.24.0-RC1.jar +0 -0
  48. data/bin/jhove-ext-modules-1.24.0-RC1.jar +0 -0
  49. data/bin/jhove.conf +98 -0
  50. data/bin/jhoveToolkit.sh +87 -0
  51. data/bin/jpeg-hul-1.5.2-RC1.jar +0 -0
  52. data/bin/jpeg2000-hul-1.4.2-RC1.jar +0 -0
  53. data/bin/pdf-hul-1.12.2-RC1.jar +0 -0
  54. data/bin/tiff-hul-1.9.2-RC1.jar +0 -0
  55. data/bin/utf8-hul-1.7.1.jar +0 -0
  56. data/bin/wave-hul-1.8.1-RC1.jar +0 -0
  57. data/bin/xml-hul-1.5.1.jar +0 -0
  58. data/lib/jhove_service.rb +127 -0
  59. data/lib/jhove_technical_metadata.rb +284 -0
  60. metadata +172 -0
metadata ADDED
@@ -0,0 +1,172 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jhove-service
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.4.1
5
+ platform: ruby
6
+ authors:
7
+ - Richard Anderson
8
+ - Peter Mangiafico
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2020-07-21 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: nokogiri
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: 1.4.3.1
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: 1.4.3.1
28
+ - !ruby/object:Gem::Dependency
29
+ name: equivalent-xml
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 0.2.2
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 0.2.2
42
+ - !ruby/object:Gem::Dependency
43
+ name: rake
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: 0.8.7
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: 0.8.7
56
+ - !ruby/object:Gem::Dependency
57
+ name: rspec
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ - !ruby/object:Gem::Dependency
71
+ name: coveralls
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: "[DEPRECATED] Generates JHOVE output and/or technicalMetadata"
85
+ email:
86
+ - rnanders@stanford.edu
87
+ - petucket@stanford.edu
88
+ executables: []
89
+ extensions: []
90
+ extra_rdoc_files: []
91
+ files:
92
+ - LICENSE.rdoc
93
+ - README.rdoc
94
+ - bin/aiff-hul-1.6.1-RC1.jar
95
+ - bin/ascii-hul-1.4.1.jar
96
+ - bin/cache/xhtml-attribs-1.xsd
97
+ - bin/cache/xhtml-base-1.xsd
98
+ - bin/cache/xhtml-bdo-1.xsd
99
+ - bin/cache/xhtml-blkphras-1.xsd
100
+ - bin/cache/xhtml-blkpres-1.xsd
101
+ - bin/cache/xhtml-blkstruct-1.xsd
102
+ - bin/cache/xhtml-csismap-1.xsd
103
+ - bin/cache/xhtml-datatypes-1.xsd
104
+ - bin/cache/xhtml-edit-1.xsd
105
+ - bin/cache/xhtml-events-1.xsd
106
+ - bin/cache/xhtml-form-1.xsd
107
+ - bin/cache/xhtml-framework-1.xsd
108
+ - bin/cache/xhtml-hypertext-1.xsd
109
+ - bin/cache/xhtml-image-1.xsd
110
+ - bin/cache/xhtml-inlphras-1.xsd
111
+ - bin/cache/xhtml-inlpres-1.xsd
112
+ - bin/cache/xhtml-inlstruct-1.xsd
113
+ - bin/cache/xhtml-inlstyle-1.xsd
114
+ - bin/cache/xhtml-link-1.xsd
115
+ - bin/cache/xhtml-list-1.xsd
116
+ - bin/cache/xhtml-meta-1.xsd
117
+ - bin/cache/xhtml-object-1.xsd
118
+ - bin/cache/xhtml-param-1.xsd
119
+ - bin/cache/xhtml-pres-1.xsd
120
+ - bin/cache/xhtml-ruby-1.xsd
121
+ - bin/cache/xhtml-script-1.xsd
122
+ - bin/cache/xhtml-ssismap-1.xsd
123
+ - bin/cache/xhtml-struct-1.xsd
124
+ - bin/cache/xhtml-style-1.xsd
125
+ - bin/cache/xhtml-table-1.xsd
126
+ - bin/cache/xhtml-target-1.xsd
127
+ - bin/cache/xhtml-text-1.xsd
128
+ - bin/cache/xhtml11-model-1.xsd
129
+ - bin/cache/xhtml11-modules-1.xsd
130
+ - bin/cache/xhtml11.xsd
131
+ - bin/cache/xml.xsd
132
+ - bin/console
133
+ - bin/extension-mimetype.conf
134
+ - bin/gif-hul-1.4.2-RC1.jar
135
+ - bin/html-hul-1.4.1.jar
136
+ - bin/jhove-README-1st.txt
137
+ - bin/jhove-apps-1.24.0-RC1.jar
138
+ - bin/jhove-ext-modules-1.24.0-RC1.jar
139
+ - bin/jhove.conf
140
+ - bin/jhoveToolkit.sh
141
+ - bin/jpeg-hul-1.5.2-RC1.jar
142
+ - bin/jpeg2000-hul-1.4.2-RC1.jar
143
+ - bin/pdf-hul-1.12.2-RC1.jar
144
+ - bin/tiff-hul-1.9.2-RC1.jar
145
+ - bin/utf8-hul-1.7.1.jar
146
+ - bin/wave-hul-1.8.1-RC1.jar
147
+ - bin/xml-hul-1.5.1.jar
148
+ - lib/jhove_service.rb
149
+ - lib/jhove_technical_metadata.rb
150
+ homepage: http://github.com/sul-dlss/jhove-service
151
+ licenses: []
152
+ metadata: {}
153
+ post_install_message:
154
+ rdoc_options: []
155
+ require_paths:
156
+ - lib
157
+ required_ruby_version: !ruby/object:Gem::Requirement
158
+ requirements:
159
+ - - ">="
160
+ - !ruby/object:Gem::Version
161
+ version: '0'
162
+ required_rubygems_version: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: 1.3.6
167
+ requirements: []
168
+ rubygems_version: 3.0.8
169
+ signing_key:
170
+ specification_version: 4
171
+ summary: "[DEPRECATED] Generates JHOVE output and/or technicalMetadata"
172
+ test_files: []