levelup 0.9.5 → 0.9.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/levelup.gemspec +4 -1
- data/lib/levelup/configuration.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: 599ff596fe6a6036f60ed710e082d510887d6bae
|
4
|
+
data.tar.gz: 8a62bad59f36e3e40e250c333b8a609f5620ab18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 519ae3f34a57583e0081f1b8defb2cbdb72130e14c5d8d86061f74bc5bb9d352cb41e9a3303f63f64eb9da2577abd7d64c9d22a0abff95e725d5d9ad5ea373a0
|
7
|
+
data.tar.gz: fb8d899bb7c58be6909eb824249b8611f71d77f9d0d400bdc1d68ba7e65a03a70716a8e3f318770886cd26f88aae4558b7227667eccbda01c733dc35af5e982f
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/levelup.gemspec
CHANGED
@@ -8,7 +8,10 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ['LevelUp POS Team']
|
9
9
|
spec.email = ['pos-support@thelevelup.com']
|
10
10
|
spec.summary = %q(A Ruby client for communicating with the LevelUp API)
|
11
|
-
spec.description = %q(
|
11
|
+
spec.description = %q(DEPRECATION WARNING: This gem is now deprecated.
|
12
|
+
Please do not use it for new projects since it is unmaintained.
|
13
|
+
|
14
|
+
A tool to simplify, streamline, and quickly
|
12
15
|
communicate with the LevelUp REST API, allowing for companies to easily
|
13
16
|
implement the ability to pay with LevelUp on their e-commerce platforms.)
|
14
17
|
spec.homepage = 'http://developer.thelevelup.com'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: levelup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LevelUp POS Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -137,7 +137,10 @@ dependencies:
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: 0.13.1
|
139
139
|
description: |-
|
140
|
-
|
140
|
+
DEPRECATION WARNING: This gem is now deprecated.
|
141
|
+
Please do not use it for new projects since it is unmaintained.
|
142
|
+
|
143
|
+
A tool to simplify, streamline, and quickly
|
141
144
|
communicate with the LevelUp REST API, allowing for companies to easily
|
142
145
|
implement the ability to pay with LevelUp on their e-commerce platforms.
|
143
146
|
email:
|
@@ -264,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
264
267
|
version: '0'
|
265
268
|
requirements: []
|
266
269
|
rubyforge_project:
|
267
|
-
rubygems_version: 2.
|
270
|
+
rubygems_version: 2.6.14
|
268
271
|
signing_key:
|
269
272
|
specification_version: 4
|
270
273
|
summary: A Ruby client for communicating with the LevelUp API
|
@@ -300,4 +303,3 @@ test_files:
|
|
300
303
|
- spec/spec_helper.rb
|
301
304
|
- spec/support/vcr_filter_sensitive_data.rb
|
302
305
|
- spec/utils/payment_calculator/payment_calculator_spec.rb
|
303
|
-
has_rdoc:
|