scorm 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,111 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: scorm
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Niklas Holmgren
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-09-28 00:00:00 +02:00
19
+ default_executable: scorm
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: rubyzip
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ hash: 51
30
+ segments:
31
+ - 0
32
+ - 9
33
+ - 4
34
+ version: 0.9.4
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ description: SCORM is a Ruby library for reading and extracting Shareable Content Object Reference Model (SCORM) files. SCORM is a standardized package format used mainly by e-learning software to help with the exchange of course material between systems in an interoperable way. This gem supports SCORM 1.2 and SCORM 2004.
38
+ email: niklas.holmgren@mindset.se
39
+ executables:
40
+ - scorm
41
+ extensions: []
42
+
43
+ extra_rdoc_files: []
44
+
45
+ files:
46
+ - LICENSE
47
+ - bin/scorm
48
+ - examples/example/adlcp_rootv1p2.xsd
49
+ - examples/example/example.html
50
+ - examples/example/images/large/example.png
51
+ - examples/example/ims_xml.xsd
52
+ - examples/example/imscp_rootv1p1p2.xsd
53
+ - examples/example/imsmanifest.xml
54
+ - examples/example/imsmd_rootv1p2p1.xsd
55
+ - examples/example/README
56
+ - skeleton/adlcp_rootv1p2.xsd
57
+ - skeleton/ims_xml.xsd
58
+ - skeleton/imscp_rootv1p1p2.xsd
59
+ - skeleton/imsmanifest.xml
60
+ - skeleton/imsmd_rootv1p2p1.xsd
61
+ - lib/scorm/command.rb
62
+ - lib/scorm/commands/base.rb
63
+ - lib/scorm/commands/bundle.rb
64
+ - lib/scorm/commands/check.rb
65
+ - lib/scorm/commands/create.rb
66
+ - lib/scorm/commands/extract.rb
67
+ - lib/scorm/commands/help.rb
68
+ - lib/scorm/commands/version.rb
69
+ - lib/scorm/datatypes.rb
70
+ - lib/scorm/manifest.rb
71
+ - lib/scorm/metadata.rb
72
+ - lib/scorm/organization.rb
73
+ - lib/scorm/package.rb
74
+ - lib/scorm/resource.rb
75
+ - lib/scorm.rb
76
+ has_rdoc: true
77
+ homepage: http://github.com/mindset/scorm/
78
+ licenses: []
79
+
80
+ post_install_message:
81
+ rdoc_options: []
82
+
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ none: false
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ hash: 3
91
+ segments:
92
+ - 0
93
+ version: "0"
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ none: false
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ hash: 3
100
+ segments:
101
+ - 0
102
+ version: "0"
103
+ requirements: []
104
+
105
+ rubyforge_project:
106
+ rubygems_version: 1.3.7
107
+ signing_key:
108
+ specification_version: 3
109
+ summary: Ruby library for reading, extracting and generating SCORM files.
110
+ test_files: []
111
+