codersdojo 1.1.19 → 1.1.20

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.
Files changed (2) hide show
  1. data/app/filename_formatter.rb +1 -1
  2. metadata +3 -3
@@ -15,7 +15,7 @@ class FilenameFormatter
15
15
 
16
16
  def source_code_file state_dir
17
17
  Dir.entries(state_dir).each { |file|
18
- return state_file state_dir, file unless file =='..' || file == '.' || file == RESULT_FILE }
18
+ return state_file state_dir, file unless file =='..' || file == '.' || file == INFO_FILE || file == RESULT_FILE }
19
19
  end
20
20
 
21
21
  def result_file state_dir
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codersdojo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 19
10
- version: 1.1.19
9
+ - 20
10
+ version: 1.1.20
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team