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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3691bed9934f3ceb0bc5e98a4e67fd957d68d6a9
4
- data.tar.gz: 33fee37c847cd32e1fa1bd4adcfadc279f8b62d2
3
+ metadata.gz: 387ee7f3387bbb2227a28315db8580b3e438d9f4
4
+ data.tar.gz: c3e44e0cd7edd7006b8017a52c6bf6a7b24ec984
5
5
  SHA512:
6
- metadata.gz: 172856c56726089fc4136ed9640432bd8a056d2630178faeb4fb970113b50522691ae341cf4781a70e09e1f45e75a49f9b7da1e00a942503873db35abbfc5f35
7
- data.tar.gz: 7cf9613318f8782f67a5d59afb9a7ff743eb075981238e41994fe3dd9e00f80f6fee9934e8af7081a6aa11c7ab2a9e35ac7993b4ac5fc96629f4f6e015591407
6
+ metadata.gz: d70569de8e9327dd6713dd689c90311149d4a70b93243a8b06b9bd89c7f45867c59abcd854dbf0928d62755b355fed3b956b48b0d2c83b4fb83c7c103f9a3d78
7
+ data.tar.gz: 0e2a6bd98753c31ab28dd961ba4023862ec7e9d849a2f3c6caa734ec4fb2302458017d585858a50505183d52fbd42a5c480d504f63e563a3ed333a5c21a0d353
@@ -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 = ["npezza93"]
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"
@@ -1,3 +1,3 @@
1
1
  module AbsorbApi
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - npezza93
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
- "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.
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: []