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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d1c4c8c172083faeb6757dc0a21dd88a2c1cef5
4
- data.tar.gz: a10a474b9cb3b31845f23b77ac3a40cbc9c86c85
3
+ metadata.gz: 44086e374529187468c1aa67254bd57dbdddbda6
4
+ data.tar.gz: c04a3249b356fe71dd2fb221f432d1b6d148e5b0
5
5
  SHA512:
6
- metadata.gz: 6f2a58932ddb091ef2ad64027fd78c78b18978783d472075cd2f1f2d88e6d06e1924a6cdb8a04a1f7e048b8e3a18c1ec2d32cdab2adb382766b00c5cd1f10e94
7
- data.tar.gz: 1024eaae31c28f157176b7bfc1c4c9c6674b0692fe8e3ad4791f7c604fc48d7eec36cbccd14385cc261427974a81aa2e52799e5ba2f5d4b04fdd5bb79f546fe6
6
+ metadata.gz: 2111c7fd526dc19803a8df0a7b57a72075ed553010ffccdc10d52434427e592749e569f00d0220ca848067d724fd409a45ff0b05bdd02670943aa949026c8912
7
+ data.tar.gz: '080bfc5477eefb83adecc4f08ac52941da6461f733f27ff3ac5b1538330fa224547249c1c698755c7520b1b75489d271bae9c5e6185d9e907de4f9dbccdcff11'
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 4.6.1 / 2017-02-08
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed max line number in range report. AKA I'm an idiot.
6
+
1
7
  === 4.6.0 / 2017-02-01
2
8
 
3
9
  * 2 minor enhancements:
@@ -11,7 +11,7 @@ class File
11
11
  end
12
12
 
13
13
  class Flog < MethodBasedSexpProcessor
14
- VERSION = "4.6.0" # :nodoc:
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.max_line do # :name
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.0
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-01 00:00:00.000000000 Z
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