forked from aeseducation/scorm-cloud
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathscorm_cloud.gemspec
More file actions
25 lines (21 loc) · 845 Bytes
/
scorm_cloud.gemspec
File metadata and controls
25 lines (21 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "scorm_cloud/version"
Gem::Specification.new do |s|
s.name = "scorm_cloud"
s.version = ScormCloud::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Ken Richard", "Mark Severson"]
s.email = ["kenrichar@gmail.com", "markse@instructure.com"]
s.homepage = ""
s.summary = %q{Rustici Scorm Cloud Web Service API Wrapper}
s.description = %q{Rustici Scorm Cloud Web Service API Wrapper}
s.license = 'MIT'
s.rubyforge_project = "scorm_cloud"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = ["scorm_cloud"]
s.default_executable = "bin/scorm_cloud"
s.require_paths = ["lib"]
s.add_dependency('multipart-post')
end