swipe_copy_right 0.1.0 → 0.1.1

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: 54c5fd641ff8aec3adbb914d7f4dc3a7be57d65024e9afc0ad64bccf762fe0cc
4
- data.tar.gz: e302bbb2a3fe5bba94932e2776ec00633c60c1123375a87028b60af73a9c5f30
3
+ metadata.gz: 36191a092d8e31c79d11df460866dd4c860119c54928c1d8406dbb1abc246584
4
+ data.tar.gz: d3f653e87f5bbe552109c1232a82f8ea0ee0160265cdd9363d20a427fad9ab6f
5
5
  SHA512:
6
- metadata.gz: 2f607dde61f973b6b2540d4a5272157feab2291f374fa22b254a29f3bf31dd9bdda3bf3c2d3d8b18406bc35392a4c4c8901d985c2d32e6d5ee730f80c7b7e7d6
7
- data.tar.gz: 0cde2196762a1f563a3f10e87be369159d1e50b1e6b21887132d1f8c5988ce176562efcfcb2907af31278f8d418a888d5f6d24eea71d64c7b3b3d288a26b080f
6
+ metadata.gz: 4e28e3ee674168a5780b5bd7417e141f0da337b506d8f00fab4fe9c00a155d7bd4324df2b29d5f6fb77d6f07a81cda5910aa1e02bd82ddbe2e3b6b2ac888a6d9
7
+ data.tar.gz: 6cc0169b5be8cd1acfb0e7e9b7a7d8ea20aec0bd69627a8afd778944b3ad0a56d80f01cd69d5eece451471622c911205d6fc09b1da41630893ee582646a006bf
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## [Unreleased]
1
+ ## [0.1.1] - 2024-05-01
2
+
3
+ - Fixed uninitiazed contant error
2
4
 
3
5
  ## [0.1.0] - 2024-05-01
4
6
 
data/README.md CHANGED
@@ -4,9 +4,13 @@
4
4
 
5
5
  ## Installation
6
6
 
7
- Install the gem and add to the application's Gemfile by executing:
7
+ Install this line to your application's Gemfile:
8
8
 
9
- $ bundle add swipe_copy_right
9
+ $ gem 'swipe_copy_right'
10
+
11
+ And then execute:
12
+
13
+ $ bundle install
10
14
 
11
15
  If bundler is not being used to manage dependencies, install the gem by executing:
12
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SwipeCopyRight
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "swipe_copy_right/version"
4
+ require_relative "swipe_copy_right/renderer"
4
5
 
5
6
  module SwipeCopyRight
6
7
  class Error < StandardError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swipe_copy_right
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danish Rasheed