traceroute 0.6.1 → 0.6.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 +4 -4
- data/lib/tasks/traceroute.rake +1 -0
- data/lib/traceroute.rb +1 -0
- data/traceroute.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60ea3977c5ea662099ccd5708e96b4ae0102f041946de05b26a7365ef78036b5
|
4
|
+
data.tar.gz: 3f5befad7e7b8c8c845aa85a533f73892033ba27b40946145dd020cf3a4e73c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e14c514faf5e80942141430f1a99bc4d15434b8dace7428488114ad6bd67187a75961fe7935ead9dd0acb83b127ae606fadd9004208303c84a5803205923d4f4
|
7
|
+
data.tar.gz: cc942c1cdbfe1e7642bf1e082cab9c78376d801e2e32d78a66f1262436c21af8c6624260cefb7b87ac5c4ff6945c44ffb11f3f0ab3b04fd8db509686b7a473f6
|
data/lib/tasks/traceroute.rake
CHANGED
@@ -14,6 +14,7 @@ task :traceroute => :environment do
|
|
14
14
|
|
15
15
|
puts "Unused routes (#{unused_routes.count}):"
|
16
16
|
unused_routes.each {|route| puts " #{route}"}
|
17
|
+
puts
|
17
18
|
puts "Unreachable action methods (#{unreachable_action_methods.count}):"
|
18
19
|
unreachable_action_methods.each {|action| puts " #{action}"}
|
19
20
|
|
data/lib/traceroute.rb
CHANGED
data/traceroute.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: traceroute
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akira Matsuda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
version: '0'
|
68
68
|
requirements: []
|
69
69
|
rubyforge_project: traceroute
|
70
|
-
rubygems_version: 2.7.
|
70
|
+
rubygems_version: 2.7.6
|
71
71
|
signing_key:
|
72
72
|
specification_version: 4
|
73
73
|
summary: A Rake task that helps you find the dead routes and actions for your Rails
|