absorb_api 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/absorb_api.gemspec +2 -2
- data/lib/absorb_api/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 387ee7f3387bbb2227a28315db8580b3e438d9f4
|
4
|
+
data.tar.gz: c3e44e0cd7edd7006b8017a52c6bf6a7b24ec984
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d70569de8e9327dd6713dd689c90311149d4a70b93243a8b06b9bd89c7f45867c59abcd854dbf0928d62755b355fed3b956b48b0d2c83b4fb83c7c103f9a3d78
|
7
|
+
data.tar.gz: 0e2a6bd98753c31ab28dd961ba4023862ec7e9d849a2f3c6caa734ec4fb2302458017d585858a50505183d52fbd42a5c480d504f63e563a3ed333a5c21a0d353
|
data/absorb_api.gemspec
CHANGED
@@ -6,11 +6,11 @@ require 'absorb_api/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "absorb_api"
|
8
8
|
spec.version = AbsorbApi::VERSION
|
9
|
-
spec.authors = ["
|
9
|
+
spec.authors = ["npezza"]
|
10
10
|
spec.email = ["npezza93@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = "API wrapper for Absorb LMS"
|
13
|
-
spec.description = "\"Absorb LMS is a powerful, flexible, and visually stunning software platform teamed with expert implementation and support to help you build the training programs your business needs. Whether your old LMS is slowing you down or you’ve outgrown your current training model, Absorb can help.
|
13
|
+
spec.description = "\"Absorb API is a ruby wrapper for Absorb's LMS. \n\n Absorb LMS is a powerful, flexible, and visually stunning software platform teamed with expert implementation and support to help you build the training programs your business needs. Whether your old LMS is slowing you down or you’ve outgrown your current training model, Absorb can help.
|
14
14
|
\""
|
15
15
|
spec.homepage = "https://github.com/npezza93/absorb_api"
|
16
16
|
spec.license = "MIT"
|
data/lib/absorb_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: absorb_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- npezza
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -38,9 +38,11 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description:
|
42
|
-
|
43
|
-
|
41
|
+
description: "\"Absorb API is a ruby wrapper for Absorb's LMS. \n\n Absorb LMS is
|
42
|
+
a powerful, flexible, and visually stunning software platform teamed with expert
|
43
|
+
implementation and support to help you build the training programs your business
|
44
|
+
needs. Whether your old LMS is slowing you down or you’ve outgrown your current
|
45
|
+
training model, Absorb can help.\n \""
|
44
46
|
email:
|
45
47
|
- npezza93@gmail.com
|
46
48
|
executables: []
|