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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d94d16e8f914150bbac4001084c46567dba26ce702c3671496f1bfd93537d5aa
4
- data.tar.gz: 726b0ce463ca8d89d32d3087a133c38b8d30fea686841951cef5bcd7dd6df25c
3
+ metadata.gz: d6e2e49dbfde531e80573570a7ee6c0e7ba707997920dc4f6dd9ea6c447bd6ad
4
+ data.tar.gz: 1501ce0c99a129b3b154f552a9d3640924022601daf6e24ad07e40603e117091
5
5
  SHA512:
6
- metadata.gz: 05063a5582c13068d7f9ff0afe4137e9377da78b0537804c0a271f7f04811255a1784b521d8e28886d01b35491ca1f1d1c54abb26cc86a0b99771df5691516fd
7
- data.tar.gz: 38fb4955c59317e2e362599739c75bc04684bef7b6c90cc1efff2d6ba73c63bae05bdce07754577f96ea74c5f2130decd907853a57938a47500956b62645e549
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
+ ![ChatGPT Image Jul 27, 2025, 05_45_46 PM](https://github.com/user-attachments/assets/5124228a-068d-4a41-a9ac-3e0c35739afc)
2
8
 
3
- ![ReferralBox Logo](logo.png)
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReferralBox
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.10"
5
5
  end
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.9
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-07-27 00:00:00.000000000 Z
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.png
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.5.11
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>