promotions 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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +66 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8d20ac88b50eec68b148ef18dc9eb3ae1c6c29466318c09eafa8050cee94cffd
4
+ data.tar.gz: b749c8b2b56f4e25872099a7ff903946bcd91fe2856e1603610fd1556e5b3b86
5
+ SHA512:
6
+ metadata.gz: 76592aebea84ad1c55558114177362436b29ee663b29ec681b964cddfd589534bc8f19caf48228df36e25e8d78f18347435d3d24125ebc9b544a2cd632938974
7
+ data.tar.gz: f9bee77eecb34790674787f035fb01c1b1c675c71bf90681b62cc78681a3f1931573bbbfa2969bb15d8e3715bd4b8d9e06ed3c0acb583b2c0835d8251a43f6a2
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: promotions
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Yan Matveichuk
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-05-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: money
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '6.7'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 6.7.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '6.7'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 6.7.1
33
+ description:
34
+ email:
35
+ - yan.summer23@gmail.com
36
+ executables: []
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files: []
40
+ homepage: https://github.com/yanekx/promotions
41
+ licenses:
42
+ - MIT
43
+ metadata:
44
+ homepage_uri: https://github.com/yanekx/promotions
45
+ source_code_uri: https://github.com/yanekx/promotions
46
+ changelog_uri: https://github.com/yanekx/promotions/blob/main/CHANGELOG.md
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: 2.3.0
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ requirements: []
62
+ rubygems_version: 3.2.3
63
+ signing_key:
64
+ specification_version: 4
65
+ summary: A small promotions library for your own small marketplace app.
66
+ test_files: []