lime_light_platform 1.0.0.11 → 1.0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lime_light_platform-1.0.0.11.gem +0 -0
- data/lime_light_platform.gemspec +3 -3
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ff52b457a93732d95780edfc062a96fe782020dcbfb8adf0b10cc2d64ab0755
|
4
|
+
data.tar.gz: 5da07928a11c76f572e8f3e52323c7de3cef0685a2c34ccccef00debcf12c78b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd74bc7412bb52e68e4de7a9fa13c02ce1238b0fc134c25dec9717511353522711a3e2882f4dccb2f3604da73d32729775de28f62ecd989980f31abf8aea1a73
|
7
|
+
data.tar.gz: 0f4149066ab1d6ec1e789cac893f13c2afc30ac166514436f2e727f9f4fd8e2a156241c8fed5591ef7b7937522c526a24af5f779fdba4f6b72d5de46980a8530
|
data/Gemfile.lock
CHANGED
Binary file
|
data/lime_light_platform.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'lime_light_platform'
|
3
|
-
s.version = '1.0.0.
|
3
|
+
s.version = '1.0.0.12'
|
4
4
|
s.date = '2018-05-07'
|
5
|
-
s.summary = "Official Lime Light eCommerce Platform API Ruby Gem"
|
6
|
-
s.description = "Official Lime Light eCommerce Platform API Ruby Gem"
|
5
|
+
s.summary = "Official Lime Light eCommerce Platform API Ruby Gem (In Development)"
|
6
|
+
s.description = "Official Lime Light eCommerce Platform API Ruby Gem (In Development)"
|
7
7
|
s.authors = ["Marvin Titus-Casseus"]
|
8
8
|
s.email = 'mtitus-casseus@limelightcrm.com'
|
9
9
|
s.files = ["lib/lime_light_platform.rb"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lime_light_platform
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marvin Titus-Casseus
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2018-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Official Lime Light eCommerce Platform API Ruby Gem
|
13
|
+
description: Official Lime Light eCommerce Platform API Ruby Gem (In Development)
|
14
14
|
email: mtitus-casseus@limelightcrm.com
|
15
15
|
executables: []
|
16
16
|
extensions: []
|
@@ -23,6 +23,7 @@ files:
|
|
23
23
|
- lib/lime_light_platform/app_base.rb
|
24
24
|
- lib/lime_light_platform/helpers/accessor.rb
|
25
25
|
- lime_light_platform-1.0.0.10.gem
|
26
|
+
- lime_light_platform-1.0.0.11.gem
|
26
27
|
- lime_light_platform-1.0.0.7.gem
|
27
28
|
- lime_light_platform-1.0.0.8.gem
|
28
29
|
- lime_light_platform-1.0.0.9.gem
|
@@ -59,5 +60,5 @@ rubyforge_project:
|
|
59
60
|
rubygems_version: 2.7.3
|
60
61
|
signing_key:
|
61
62
|
specification_version: 4
|
62
|
-
summary: Official Lime Light eCommerce Platform API Ruby Gem
|
63
|
+
summary: Official Lime Light eCommerce Platform API Ruby Gem (In Development)
|
63
64
|
test_files: []
|