codersdojo 1.5.10 → 1.5.11

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/lib/meta_config_file.rb +2 -1
  2. metadata +2 -2
@@ -11,7 +11,8 @@ class MetaConfigFile
11
11
  end
12
12
 
13
13
  def source_files
14
- properties['source_files']
14
+ end_of_string = '\Z'
15
+ properties['source_files'] + end_of_string
15
16
  end
16
17
 
17
18
  def success_detection
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 10
9
- version: 1.5.10
8
+ - 11
9
+ version: 1.5.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - CodersDojo-Team