flog 4.6.0 → 4.6.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.rdoc +6 -0
- data/lib/flog.rb +2 -2
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44086e374529187468c1aa67254bd57dbdddbda6
|
|
4
|
+
data.tar.gz: c04a3249b356fe71dd2fb221f432d1b6d148e5b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2111c7fd526dc19803a8df0a7b57a72075ed553010ffccdc10d52434427e592749e569f00d0220ca848067d724fd409a45ff0b05bdd02670943aa949026c8912
|
|
7
|
+
data.tar.gz: '080bfc5477eefb83adecc4f08ac52941da6461f733f27ff3ac5b1538330fa224547249c1c698755c7520b1b75489d271bae9c5e6185d9e907de4f9dbccdcff11'
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
data/lib/flog.rb
CHANGED
|
@@ -11,7 +11,7 @@ class File
|
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
class Flog < MethodBasedSexpProcessor
|
|
14
|
-
VERSION = "4.6.
|
|
14
|
+
VERSION = "4.6.1" # :nodoc:
|
|
15
15
|
|
|
16
16
|
##
|
|
17
17
|
# Cut off point where the report should stop unless --all given.
|
|
@@ -467,7 +467,7 @@ class Flog < MethodBasedSexpProcessor
|
|
|
467
467
|
if t == :call and r == nil and submsg = dsl_name?(a) then
|
|
468
468
|
m = "#{m}(#{submsg})" if m and [String, Symbol].include?(submsg.class)
|
|
469
469
|
in_klass m do # :task/namespace
|
|
470
|
-
in_method submsg, exp.file, exp.line, exp.
|
|
470
|
+
in_method submsg, exp.file, exp.line, exp.line_max do # :name
|
|
471
471
|
process_until_empty exp
|
|
472
472
|
end
|
|
473
473
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.6.
|
|
4
|
+
version: 4.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Davis
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
E4oJcnPkJAr0rw504JGtlZtONZQblwmRJOIdXzolaE3NRGUzGVOUSptZppAKiavY
|
|
31
31
|
fO6tdKQc/5RfA8oQEkg8hrxA5PQSz4TOFJGLpFvIapEk6tMruQ0bHgkhr9auXg==
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2017-02-
|
|
33
|
+
date: 2017-02-09 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sexp_processor
|
metadata.gz.sig
CHANGED
|
Binary file
|