rails_spotlight 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5160149fb0234c097be7b6facb6373139c39fbba56bd83e70cb6d2cb94091ff
4
- data.tar.gz: 5b0f8be5ccdac8e2bd47c9cb6150ee4e13578fbc9807ef8429a8bd4ce2255d06
3
+ metadata.gz: b9eca5a5464ed6e44b8c65f206f96ead18ff5cc73a0f9395b2b5cc863a28b270
4
+ data.tar.gz: 4bc0b0e190af921c926a1f08bb43954dee8b3aa488d867c885b4af84c3816ab7
5
5
  SHA512:
6
- metadata.gz: 0aec7be167fc2047ccc941d66acc2eb6ebb9b04b2539614fa708b1a89feb5d380f8edda60d7391a612a3e72ff6d5c6ada0ade3f1c920c6c62724ba839cd254df
7
- data.tar.gz: b4b99dacc64215beb48c5957decc907b45d1aba46a0f0faac1a4734502dbba4d51bb013bc0be8359247c50aa4c9581d585713f82457e81ae33cafa761b6c1841
6
+ metadata.gz: 552d1619a7c990dbce5c52fa883a45bcb5d5d58fa3a81a947fd244badbffcab5516607bb739dc73803d90ababd44755d78b9efe159d6d7d785181cef9e390b59
7
+ data.tar.gz: 8173b1bfc3514712a350d08c8441552c8091c4b3559357192cde5de84470aee320dc26be1663ca07aa1fcbe7fb48573001d7d9bffce578886b3c5c75302633d3
data/README.md CHANGED
@@ -85,8 +85,6 @@ modify yor `development.rb` file
85
85
 
86
86
  ```ruby
87
87
  config.action_cable.allowed_request_origins = ['chrome-extension://chjfnpmbgdbipfogflkhleaceacndaop' ]
88
- aeblfdkhhhdcdjpifhhbdiojplfjncoa
89
- chjfnpmbgdbipfogflkhleaceacndaop
90
88
  ```
91
89
 
92
90
  Now just run your servers with environment variable RS_SRC=my_source_name
@@ -1,6 +1,6 @@
1
1
  ## Privacy Policy for the Rails Spotlight Chrome Extension
2
2
 
3
- **Last Updated:** October 18, 2023
3
+ **Last Updated:** Aug 18, 2024
4
4
 
5
5
  ### 1. Introduction
6
6
 
@@ -30,10 +30,14 @@ We do not sell or share your data with third parties for their promotional purpo
30
30
 
31
31
  We are committed to ensuring that your information is secure. To prevent unauthorized access or disclosure, we have put in place suitable physical, electronic, and managerial procedures to safeguard and secure the information we collect.
32
32
 
33
- ### 7. Changes to This Privacy Policy
33
+ ### 7. Subscription and Refund Policy
34
+
35
+ By purchasing a membership for Rails Spotlight, you gain access to advanced features and contribute to the ongoing development of the tool. Please note that all memberships are non-refundable. Once purchased, no refunds will be issued, so we encourage you to carefully consider your decision before completing the purchase. However, you can cancel your subscription at any time if you no longer wish to use the service. Cancellation will prevent any future charges, but it will not refund the current or past payments.
36
+
37
+ ### 8. Changes to This Privacy Policy
34
38
 
35
39
  We may update our Privacy Policy from time to time. Thus, we advise you to review this document periodically for any changes. We will notify you of any changes by posting the new Privacy Policy in this location. Changes are effective immediately after they are posted.
36
40
 
37
- ### 8. Contact Us
41
+ ### 9. Contact Us
38
42
 
39
43
  If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsSpotlight
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
data/lib/tasks/init.rake CHANGED
@@ -88,7 +88,7 @@ namespace :rails_spotlight do # rubocop:disable Metrics/BlockLength
88
88
  puts "Partial created: #{partial_path}"
89
89
 
90
90
  layout_file = Dir.glob('app/views/layouts/application.html.{erb,slim,haml}').first
91
- layout_format = layout_file.split('.').last
91
+ layout_format = layout_file ? layout_file.split('.').last : 'erb'
92
92
 
93
93
  if layout_file
94
94
  puts "Detected layout file: #{layout_file}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_spotlight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pawel Niemczyk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-17 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack-contrib