levelup 0.9.5 → 0.9.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d848c067c68b9ed5fd3e30c5037dcc45441d8de4
4
- data.tar.gz: 4589cab800829bdedb94c17c12c4f3294ce55892
3
+ metadata.gz: 599ff596fe6a6036f60ed710e082d510887d6bae
4
+ data.tar.gz: 8a62bad59f36e3e40e250c333b8a609f5620ab18
5
5
  SHA512:
6
- metadata.gz: db4cdca730f0aa89a40f7c535f84f7587da1cc618fb780b0eb4fd150e6dc3c9aa6ef6285913fd73a40273bc0982d705aa955dd1dfa36b1154dabb156e64fec87
7
- data.tar.gz: a13cc452b09fe24189a45429ad9a639f968dfde29a02d825b2ce872836a519ab05aa6414b2b475c7c4008abb65ba03aefae1464c019199e529400afe85ddb3b0
6
+ metadata.gz: 519ae3f34a57583e0081f1b8defb2cbdb72130e14c5d8d86061f74bc5bb9d352cb41e9a3303f63f64eb9da2577abd7d64c9d22a0abff95e725d5d9ad5ea373a0
7
+ data.tar.gz: fb8d899bb7c58be6909eb824249b8611f71d77f9d0d400bdc1d68ba7e65a03a70716a8e3f318770886cd26f88aae4558b7227667eccbda01c733dc35af5e982f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- levelup (0.9.4)
4
+ levelup (0.9.5)
5
5
  httparty (~> 0.13.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ **DEPRECATION WARNING:** This gem is now deprecated. Please do not use it for new projects since it is unmaintained.
2
+
1
3
  # LevelUp Ruby SDK
2
4
 
3
5
  Early alpha version of the LevelUp Ruby SDK - designed for e-commerce and online
@@ -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(A tool to simplify, streamline, and quickly
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'
@@ -1,6 +1,6 @@
1
1
  module Levelup
2
2
  class Configuration
3
- VERSION = '0.9.5'
3
+ VERSION = '0.9.6'
4
4
  DEFAULT_API_VERSION = :v15
5
5
 
6
6
  class << self
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.5
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: 2015-04-03 00:00:00.000000000 Z
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
- A tool to simplify, streamline, and quickly
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.2.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: