super_source_hello_world 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/super_source_hello_world.rb +1 -1
- data/lib/super_source_hello_world/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1116a83fdd599ead26fb77ca68cb45b3d23bd2d
|
4
|
+
data.tar.gz: 02c618a5bf73d0a01dea5c3a7ceea19fa7385a64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed6f5e509e084bb3d4f2231bc5f7c61c1a36c6888fe70e449811e4ca0c5a208fd8f8e2cee00ee7c20001faab4d2378657122622c6973d8c42423905c75d15e6e
|
7
|
+
data.tar.gz: fd17ccb9cdfda8e7cb401890925d221f728ebf6b1eedf05a46e6d15c25b068047f1122362ca5b3cf288d158b80845b3868cb4b9dad13544d92f24cdd7a4acbf4
|
@@ -1,5 +1,5 @@
|
|
1
1
|
require 'super_source'
|
2
|
-
SuperSource::Project.add('super-source-hello-world', 'z6rz94d3v2fe')
|
2
|
+
SuperSource::Project.add('super-source-hello-world', 'z6rz94d3v2fe', level: :error)
|
3
3
|
|
4
4
|
Dir[File.dirname(__FILE__) + '/super_source_hello_world/*.rb'].each do |file|
|
5
5
|
require file
|