n_plus_insight 0.1.1 → 0.1.2

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: 3c665e58752b93be9ca53334439c3ed74166a40d7ec564a0c48f652d05850541
4
- data.tar.gz: 8216f64ce6620fcd2faf3a072314ac5d2798d90526ee3455f0db3f58dcf0fe28
3
+ metadata.gz: b8ae9f6ffeef6402349d63d9ceb1797a71aeb567e18383019b95e455b32d9b1b
4
+ data.tar.gz: 86c59f125447834906a627ed2ace73cae60b171ecf4d3ef7183e7864d919cc0f
5
5
  SHA512:
6
- metadata.gz: d02624df18c5889892dee85c63ea7839aa782a2620e8aa8124625cad15b122af1af92b5a0516e29ce757681af07d888ea58481c8b4e45f3cfd5289c93f2ac160
7
- data.tar.gz: 7e33bc27f3ca6623d70737dc15d3e01f6deecc6b56518f5ce16600b8d7c870873fb1df04454795e697fb8cdb5c61b1b499764ed173ba0c884df61b082abb0c67
6
+ metadata.gz: 137231015fad7ceee3a2658aafb9ab7accea46c44feea299e9d17eb4e5f960e65b4792102592556fa9cff7bfda956cba9f6e5c04c0b02ab641f4e6e0f4541b5c
7
+ data.tar.gz: f24bbbb97328f57c943a466c586494fbf94147349c99fb209c1232aa398e7058abe6d7c0b9dc5024e0a594b6388a0c9b6ac8999115e45054acf6961407b923c8
data/CHANGELOG.md CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
@@ -100,7 +100,7 @@
100
100
  #n1v-root .n1v-heading { margin: 0 0 8px !important; color: var(--n1v-text) !important; font: 650 13px/1.3 ui-sans-serif, system-ui, sans-serif !important; }
101
101
  #n1v-root .n1v-location { margin: 0 0 8px !important; color: var(--n1v-muted) !important; overflow-wrap: anywhere !important; font: 12px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace !important; }
102
102
  #n1v-root .n1v-code { display: block !important; max-width: 100% !important; margin: 0 !important; padding: 10px 0 !important; overflow: auto !important; border-radius: 8px !important; background: var(--n1v-code) !important; color: #e4e7ec !important; font: 12px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace !important; white-space: pre !important; }
103
- #n1v-root .n1v-code > code { display: block !important; margin: 0 !important; padding: 0 12px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: inherit !important; font: inherit !important; white-space: inherit !important; }
103
+ #n1v-root .n1v-code code { display: block !important; margin: 0 !important; padding: 0 12px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: inherit !important; font: inherit !important; white-space: inherit !important; }
104
104
  #n1v-root .n1v-line { display: grid !important; grid-template-columns: 38px minmax(0, 1fr) !important; min-width: max-content !important; padding: 0 12px !important; }
105
105
  #n1v-root .n1v-line.n1v-active { background: rgba(217, 45, 32, .28) !important; }
106
106
  #n1v-root .n1v-line-number { color: #98a2b3 !important; user-select: none !important; }
File without changes
File without changes
File without changes
File without changes
data/config/routes.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module NPlusInsight
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: n_plus_insight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jory Leech
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-07-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rails
@@ -78,7 +77,6 @@ metadata:
78
77
  documentation_uri: https://github.com/joryleech/NPlusInsight/blob/master/README.md
79
78
  changelog_uri: https://github.com/joryleech/NPlusInsight/blob/master/CHANGELOG.md
80
79
  bug_tracker_uri: https://github.com/joryleech/NPlusInsight/issues
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.5.22
97
- signing_key:
94
+ rubygems_version: 4.0.16
98
95
  specification_version: 4
99
96
  summary: Detect, locate, visualize, and fix Rails N+1 queries
100
97
  test_files: []