scorm_cloud 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d42fc056ddb41dd3a524283605fbea25a04491b9
4
+ data.tar.gz: 0453133e47f29b00ceaa8c5888df86c592b62a6d
5
+ SHA512:
6
+ metadata.gz: fe86e7aac96f0041d371f1084c64ab75817e8600a6fe4308d54a8e293c555f24ce84e1101d5bc3baa4564cdf041f085a84eeb73f70dad19b5f3a59c9f1ea6af1
7
+ data.tar.gz: 5ca96164a35101eccfa2cab5c115227f5e28c87c8bc7960c865f7990ff8372aef6ccb3307675ba287bb30981cd8a809c6179b1fa4807c7688174c05351cedb4e
@@ -0,0 +1,21 @@
1
+ Copyright (c) 2011-2013 Ken Richard
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.
21
+
@@ -2,7 +2,7 @@ module ScormCloud
2
2
  class CLI
3
3
  def self.start
4
4
  command = ARGV.shift
5
- secret = ENV['SCORM-CLOUD-APPID']
5
+ appid = ENV['SCORM-CLOUD-APPID']
6
6
  secret = ENV['SCORM-CLOUD-SECRET']
7
7
  opts = {}
8
8
  while ARGV.length > 0
@@ -1,3 +1,3 @@
1
1
  module ScormCloud
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -1,5 +1,8 @@
1
1
  h1. Rustici SCORM Cloud Ruby Client
2
2
 
3
+ bc. Let me know if you are interested in taking it over. I developed the code but never
4
+ actually used it in production. Use with caution.
5
+
3
6
  This ruby gem is provides a ruby interface to the Rustici Scorm Cloud.
4
7
 
5
8
  h2. Shell CLI Interface
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = ""
12
12
  s.summary = %q{Rustici Scorm Cloud Web Service API Wrapper}
13
13
  s.description = %q{Rustici Scorm Cloud Web Service API Wrapper}
14
+ s.license = 'MIT'
14
15
 
15
16
  s.rubyforge_project = "scorm_cloud"
16
17
 
metadata CHANGED
@@ -1,27 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scorm_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
5
- prerelease:
4
+ version: 0.0.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - Ken Richard
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-11-15 00:00:00.000000000 Z
11
+ date: 2017-05-30 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: multipart-post
16
- requirement: &2156632360 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *2156632360
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
25
27
  description: Rustici Scorm Cloud Web Service API Wrapper
26
28
  email:
27
29
  - kenrichar@gmail.com
@@ -30,8 +32,9 @@ executables:
30
32
  extensions: []
31
33
  extra_rdoc_files: []
32
34
  files:
33
- - .gitignore
35
+ - ".gitignore"
34
36
  - Gemfile
37
+ - MIT-LICENSE
35
38
  - Rakefile
36
39
  - bin/scorm_cloud
37
40
  - features/api_bugs.feature
@@ -74,34 +77,28 @@ files:
74
77
  - spec/tagging_service_spec.rb
75
78
  - spec/upload_service_spec.rb
76
79
  homepage: ''
77
- licenses: []
80
+ licenses:
81
+ - MIT
82
+ metadata: {}
78
83
  post_install_message:
79
84
  rdoc_options: []
80
85
  require_paths:
81
86
  - lib
82
87
  required_ruby_version: !ruby/object:Gem::Requirement
83
- none: false
84
88
  requirements:
85
- - - ! '>='
89
+ - - ">="
86
90
  - !ruby/object:Gem::Version
87
91
  version: '0'
88
- segments:
89
- - 0
90
- hash: -4157192321636224720
91
92
  required_rubygems_version: !ruby/object:Gem::Requirement
92
- none: false
93
93
  requirements:
94
- - - ! '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- segments:
98
- - 0
99
- hash: -4157192321636224720
100
97
  requirements: []
101
98
  rubyforge_project: scorm_cloud
102
- rubygems_version: 1.8.10
99
+ rubygems_version: 2.6.11
103
100
  signing_key:
104
- specification_version: 3
101
+ specification_version: 4
105
102
  summary: Rustici Scorm Cloud Web Service API Wrapper
106
103
  test_files:
107
104
  - features/api_bugs.feature