pilfer 0.0.1.pre → 0.0.1.pre2
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 +8 -8
- data/lib/pilfer/logger.rb +1 -0
- data/lib/pilfer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTM1Y2FiYTgxMTU1OGZlZGRiYjMwMGUzNjExMmQwMDA5NmM4MmUwMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YmU2MmM5ZDMzZGViNWJiNzliZmM2MzdjYzk1YTdhNTZjYWE4OTc0ZA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODFhZWVmNjM5NThhZmUyYWNhMTg2YzFlNWViMDllN2VlYzllZjVlNzM1NWVi
|
|
10
|
+
ZjA5OGM5ZGU1YWFiZDQ1ZjRhZjRkMDdhNDUzNjg0ZDdkZjAyZTExMTQ3YjRj
|
|
11
|
+
NjJkMjVkNWU5NDNhN2Y0NjQ1NDI3NjY5ODI5MDEyZmRhMmU2ZmI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWNmNzEzYTNjMTE5MjM2YjZkZjkxMjY0ZmUzZDFmZmZjYTRjOGE3Y2NiNDM4
|
|
14
|
+
N2UwODUzODE5NjgyZTgxN2JhODM0M2MyOTcyY2QwNGI4OWYwZTZhMDRhY2U0
|
|
15
|
+
NzcwMDdkNDcyOTIzZWMxODFhZTYxOGQ1MGZmYWU2Y2ViYjczMTI=
|
data/lib/pilfer/logger.rb
CHANGED
|
@@ -40,6 +40,7 @@ module Pilfer
|
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
def print_file_source_with_profile(file, path, data)
|
|
43
|
+
return unless File.exists?(path)
|
|
43
44
|
File.readlines(path).each_with_index do |line_source, index|
|
|
44
45
|
line_profile = data['lines'][index]
|
|
45
46
|
if line_profile && line_profile['calls'] > 0
|
data/lib/pilfer/version.rb
CHANGED