absorb_api 0.1.1 → 0.1.2

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: 387ee7f3387bbb2227a28315db8580b3e438d9f4
4
- data.tar.gz: c3e44e0cd7edd7006b8017a52c6bf6a7b24ec984
3
+ metadata.gz: 6c0fde749045fade29fdc3500ebf53c1f867f194
4
+ data.tar.gz: 8d57b68bf956d463243fc3e103a083a9d41da19c
5
5
  SHA512:
6
- metadata.gz: d70569de8e9327dd6713dd689c90311149d4a70b93243a8b06b9bd89c7f45867c59abcd854dbf0928d62755b355fed3b956b48b0d2c83b4fb83c7c103f9a3d78
7
- data.tar.gz: 0e2a6bd98753c31ab28dd961ba4023862ec7e9d849a2f3c6caa734ec4fb2302458017d585858a50505183d52fbd42a5c480d504f63e563a3ed333a5c21a0d353
6
+ metadata.gz: 9cd4b16123d50d42ebacc8976386b170339efdc353b471d157181fcaeb5438cad4ecdaeb9a60ad6573759e2713d7f8339388fb2543e31db5c6db6e694940a39f
7
+ data.tar.gz: 663e33d308b274827c2e3225f659bc911d4d7c518a75902526299edbe79d9005a5ccf2869fb9151ea92782e5b1de25a84d6d91fa8fb350df1a73669e079dfed2
data/absorb_api.gemspec CHANGED
@@ -10,8 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["npezza93@gmail.com"]
11
11
 
12
12
  spec.summary = "API wrapper for Absorb LMS"
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
- \""
13
+ spec.description = "This gem provides a ruby wrapper for Absorb's Learning Management System API. \n\n"
15
14
  spec.homepage = "https://github.com/npezza93/absorb_api"
16
15
  spec.license = "MIT"
17
16
 
@@ -1,3 +1,3 @@
1
1
  module AbsorbApi
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: absorb_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - npezza
@@ -38,11 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
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 \""
41
+ description: "This gem provides a ruby wrapper for Absorb's Learning Management System
42
+ API. \n\n"
46
43
  email:
47
44
  - npezza93@gmail.com
48
45
  executables: []