ghost_routes 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/ghost_routes.rb +5 -0
  3. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: da5d3211437a29f0a7cb8b77a40a468b341da543e059836396b47cab5eb678f2
4
+ data.tar.gz: 1e109f129368f464546a640338f8571835c1488b73af6b1a382da14710454bc0
5
+ SHA512:
6
+ metadata.gz: f4ae91266311d507f37c14e3a3a77d2870cc3755525d6df919fb9a2d4822299021ef80f86fc95451e87a5ccbaeedcb047bd2efd6ac6fe00bb002a95fe7c2b4f2
7
+ data.tar.gz: 1d614f48af100cbbd1e1b611485ef9d1229bcb80d6e08bea45aea981148066dcd6cf31d9289bcbfe3a61e83252ed5acdcafe26740cd309f4e9c14936c785b0ad
@@ -0,0 +1,5 @@
1
+ class GhostRoutes
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ghost_routes
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Kent Michael San
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: A simple gem to detect unused routes in a Ruby on Rails app by analyzing
13
+ logs + controller usage
14
+ email: kmsan@example.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/ghost_routes.rb
20
+ homepage: https://rubygems.org/gems/ghost_routes
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://github.com/kentmichael/ghost_routes
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.6.7
40
+ specification_version: 4
41
+ summary: Ghost Routes
42
+ test_files: []