referral_box 0.1.9 โ 0.1.10
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/CHANGELOG.md +11 -0
- data/README.md +7 -22
- data/lib/referral_box/version.rb +1 -1
- data/logo.jpg +0 -0
- metadata +4 -4
- data/logo.png +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6e2e49dbfde531e80573570a7ee6c0e7ba707997920dc4f6dd9ea6c447bd6ad
|
4
|
+
data.tar.gz: 1501ce0c99a129b3b154f552a9d3640924022601daf6e24ad07e40603e117091
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: becaa95fde3504a013960827352dabf9d07d9d912e6bbaae8360d2798ef0a84ebabc29d983ce29fc84ac320766d34060662677d278968ed4c2536caa6ed674f8
|
7
|
+
data.tar.gz: ec0c083bca561f17554cfb570044f6b28a58597e65fe969fc72510e9473b4d74c27cebd8183f46e7d632743ee589e5dfff1a76bdc788cf5d3a7638389f29190f
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [0.1.10] - 2025-01-XX
|
11
|
+
|
12
|
+
### Added
|
13
|
+
- **Repository Migration**: Successfully migrated code from Referral_box to LoyaltyRef-Referral_box repository
|
14
|
+
- **Enhanced Documentation**: Added loyalty_ref_gem_docs.md with comprehensive usage examples
|
15
|
+
- **Logo Integration**: Added ReferralBox logo for better branding
|
16
|
+
|
17
|
+
### Changed
|
18
|
+
- **Repository Structure**: Updated repository URLs and references
|
19
|
+
- **Version Bump**: Incremented to version 0.1.10 for new release
|
20
|
+
|
10
21
|
## [0.1.9] - 2025-01-XX
|
11
22
|
|
12
23
|
### Added
|
data/README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
# ReferralBox ๐ฆ
|
2
|
+
**PLEASE VISIT THIS**
|
3
|
+
GEM BEEN Updated
|
4
|
+
https://github.com/KapilDevPal/Referral_box
|
5
|
+
|
6
|
+
|
7
|
+

|
2
8
|
|
3
|
-

|
4
9
|
|
5
10
|
A flexible Ruby gem for building loyalty and referral systems in Rails apps.
|
6
11
|
|
@@ -147,26 +152,6 @@ end
|
|
147
152
|
* Social sharing for referral links
|
148
153
|
|
149
154
|
---
|
150
|
-
|
151
|
-
## ๐ Folder Structure (Gem)
|
152
|
-
|
153
|
-
```
|
154
|
-
lib/
|
155
|
-
โโโ referral_box.rb
|
156
|
-
โโโ referral_box/
|
157
|
-
โ โโโ engine.rb
|
158
|
-
โ โโโ configuration.rb
|
159
|
-
โ โโโ version.rb
|
160
|
-
โ โโโ models/
|
161
|
-
โ โ โโโ transaction.rb
|
162
|
-
โ โ โโโ referral_log.rb
|
163
|
-
โ โโโ controllers/
|
164
|
-
โ โโโ dashboard_controller.rb
|
165
|
-
app/views/referral_box/dashboard/
|
166
|
-
โโโ index.html.erb
|
167
|
-
โโโ show.html.erb
|
168
|
-
```
|
169
|
-
|
170
155
|
---
|
171
156
|
|
172
157
|
## ๐งช Usage Examples
|
@@ -193,4 +178,4 @@ PRs are welcome ๐ โ help improve the gem or suggest features.
|
|
193
178
|
|
194
179
|
## ๐ License
|
195
180
|
|
196
|
-
MIT ยฉ 2025 Kapil Pal
|
181
|
+
MIT ยฉ 2025 Kapil Dev Pal(Rails To Rescue)
|
data/lib/referral_box/version.rb
CHANGED
data/logo.jpg
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: referral_box
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kapil Dev Pal
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -185,7 +185,7 @@ files:
|
|
185
185
|
- lib/referral_box/models/referral_log.rb
|
186
186
|
- lib/referral_box/models/transaction.rb
|
187
187
|
- lib/referral_box/version.rb
|
188
|
-
- logo.
|
188
|
+
- logo.jpg
|
189
189
|
homepage: https://github.com/KapilDevPal/referral_box
|
190
190
|
licenses:
|
191
191
|
- MIT
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
208
|
- !ruby/object:Gem::Version
|
209
209
|
version: '0'
|
210
210
|
requirements: []
|
211
|
-
rubygems_version: 3.
|
211
|
+
rubygems_version: 3.4.19
|
212
212
|
signing_key:
|
213
213
|
specification_version: 4
|
214
214
|
summary: A flexible Ruby gem for building loyalty and referral systems in Rails apps
|
data/logo.png
DELETED
@@ -1,3 +0,0 @@
|
|
1
|
-
๏ปฟ<?xml version="1.0" encoding="utf-8"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
|
2
|
-
RequestId:0c3a4660-c01e-00b0-62e3-fecd34000000
|
3
|
-
Time:2025-07-27T10:47:25.3812938Z</Message><AuthenticationErrorDetail>Signed expiry time [Sun, 27 Jul 2025 01:33:43 GMT] must be after signed start time [Sun, 27 Jul 2025 10:47:25 GMT]</AuthenticationErrorDetail></Error>
|