rails_spotlight 0.1.2 → 0.1.3

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: 4f1b6f06197af1c1897a968d29834f8d4903ad506f814761960020aa99120944
4
- data.tar.gz: 2e71488c1baa2106f146ed9f825508c965f1d370ee2d8cbbdd8564d90a632a7f
3
+ metadata.gz: 384640da6ad761fabbb253f739dac3a88621efb5a0cd9534f11b7a9986f7b1e9
4
+ data.tar.gz: de16f0005982e44760f7f9edfa9ee8d44899872a559a79ec61df590733d86cd6
5
5
  SHA512:
6
- metadata.gz: 6e914a9fc7318521403dc19c585935b79154398b747a60fb45eb7fc079ff9220a5e188cdb0a744da42214363497fccf97ad24d16c524dcea69a731d4057095ce
7
- data.tar.gz: 17244e465089b317de22af0038d6f855eb132256110f67e2691c503d32e3a54c27f7e4faa3ca847655202555a865d3c1881aebd9a094816fd2b89c674a026671
6
+ metadata.gz: 49ac21c3c0118c76404344c23c47f8fe0053b4d56632c3b27586c384c0d385ac06721ecd6f55beaf29c1f19b404bf8121de1045643850cafda59decb2cace741
7
+ data.tar.gz: fee2d3ec746552114da8cf3f77f0853ec47395cad5eac759a1ff3ad47847681596d55804764af98f54055f96260d78b1ba31e7cd32836a7a1ad7504b0b0c4d36
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_spotlight (0.1.2)
4
+ rails_spotlight (0.1.3)
5
5
  meta_request (~> 0.7)
6
6
  rack-contrib (>= 1.1, < 3)
7
7
  railties (>= 3.0.0, < 7.1)
data/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Installation
4
4
 
5
+ Add this line to your application's Gemfile:
6
+
7
+ ```ruby
8
+ group :development do
9
+ gem 'meta_request'
10
+ end
11
+ ```
12
+
5
13
  ## Usage
6
14
 
7
15
  ## Development
@@ -29,7 +29,7 @@ module RailsSpotlight
29
29
  end
30
30
 
31
31
  def path_valid?
32
- file_path.to_s.include?(Rails.root.to_s) && File.exist?(file_path)
32
+ File.exist?(file_path)
33
33
  end
34
34
 
35
35
  def file_path
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsSpotlight
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
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.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pawel Niemczyk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-07 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack-contrib
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  - !ruby/object:Gem::Version
201
201
  version: '0'
202
202
  requirements: []
203
- rubygems_version: 3.4.1
203
+ rubygems_version: 3.2.15
204
204
  signing_key:
205
205
  specification_version: 4
206
206
  summary: Lets have a look at your rails application in details