experiment_arguments_log 0.0.5 → 0.0.6

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: c90ff68c44862bf761acc828fb47f451107b19bc
4
- data.tar.gz: 9f8866fa3c0b236084cb53f785611163d4784588
3
+ metadata.gz: ad72158068c016c1b9c9c680aa28be2530305374
4
+ data.tar.gz: 0470d3414cebcf81a21e4e80dde91371d9483ba6
5
5
  SHA512:
6
- metadata.gz: 274c4928394f2a7c4b47c46e925f6a8f172b51b9cceded4863fa60fab25af3f084480ca21d3d69ce45d1fcb4898acc25df86c14e81a4801432f790a809a7d6ee
7
- data.tar.gz: 3f08e20396452f8cd10197e7b96efb0ec25a0a3bee4428990d35253a38c69af04233e77fccc4b6f8c7d1e8b53a3d473a88826d9b398d166a3e1eb9f31bd092b6
6
+ metadata.gz: 39423dbaa12bc78ddbfe687af1299a98613dd50e9378b6d2ade516c1a94f7e72ef287319a3f2c5623bc0a681cf5a28280d8fc8bb869ea01165da8847b3e8cdaf
7
+ data.tar.gz: eec93fb1c45a5a938fc1ebdd65570689ef7433045f5a530d9a88de466d77766b8362a818f1fc85d12860f01f3b91de91202c968a6d6ca2e7f40143b1354ec656
@@ -40,7 +40,7 @@ def experiment_arguments_log
40
40
  output.puts 'File access time: %s' % [argument_file.atime]
41
41
  output.puts 'File modification time: %s' % [argument_file.mtime]
42
42
  output.puts 'File size: %s' % [argument_file.size]
43
- if argument_file.file?
43
+ if File.file?(argument)
44
44
  output.puts 'Content:'
45
45
  5.times do
46
46
  output.puts argument_file.gets(1024) || break
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: experiment_arguments_log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Wróbel