lazada 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/lazada.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f011e3aa192bd8b6c495e9fe941e9289aaab2f4e4da39ed509b8933e89ffa657
4
+ data.tar.gz: 43382b8b913012fc72406847ce3f69b1cab758991c13dd2bd8de9bb07b9a9e69
5
+ SHA512:
6
+ metadata.gz: 599e8e99a48624a5a4b214ed4d75b7bc0a321138cbe25d2217f26a38ed08492c87030906de84f7145f27d417eab8382cf1675c9fc3f1c21286583d5650bca456
7
+ data.tar.gz: 28f3bee13b3777831086490550b5bb083cfec267013d30e4dcc1629b1921e61fc9f4e787abdeb4f4d0c7ace446cccd08053803c34ade847eb005c59f377bc571
data/lib/lazada.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Lazada
2
+ def hi
3
+ "hello"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lazada
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Karlo Escota
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Wraps Lazada Open API in ruby
14
+ email: karlo.escota@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/lazada.rb
20
+ homepage: https://github.com/karloescota/lazada
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.3.7
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Lazada API wrapper
43
+ test_files: []