martha 0.0.2 → 0.0.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/martha/builder.rb +3 -3
- data/lib/martha/version.rb +1 -1
- data/pkg/martha-0.0.2.gem +0 -0
- 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: 2799359df4fe5218e80ae3b1bad71b8d3923d731
|
4
|
+
data.tar.gz: 8570ee37a1a219216ba8f611ee50358486292f23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 733ba718f0145502876be5b38fc3ccb1b45397a0f9b3ddfc4bee4d10f0431a87c5631afcad5d921e9e3344c412c97959d3c10a9d39523c51aaaff3f468cd04e9
|
7
|
+
data.tar.gz: 4fd5bf405afd9ba07dc291c6b025f91189d97bb2ceb299c3083ac9783f48de72844a3d8701551f0a1cc3a7491c560759be2290d03a3ee9cc8360c5b16d61de0d
|
data/Gemfile.lock
CHANGED
data/lib/martha/builder.rb
CHANGED
@@ -74,11 +74,11 @@ module Martha
|
|
74
74
|
def fill_method_info(line)
|
75
75
|
puts "For the following method/function:\n\n"
|
76
76
|
puts " #{line}"
|
77
|
-
print "\nInput Description (What does it receives?)\
|
77
|
+
print "\nInput Description (What does it receives?)\n\n Your Answer: "
|
78
78
|
@input_description = STDIN.gets.chomp
|
79
|
-
print "\nOutput Description (What does it returns?)\
|
79
|
+
print "\nOutput Description (What does it returns?)\n\n Your Answer: "
|
80
80
|
@output_description = STDIN.gets.chomp
|
81
|
-
print "\nDescription (What does the method does?)\
|
81
|
+
print "\nDescription (What does the method does?)\n\n Your Answer: "
|
82
82
|
@description = STDIN.gets.chomp
|
83
83
|
puts "\n"
|
84
84
|
if @file_name.split('.')[1] == "cpp"
|
data/lib/martha/version.rb
CHANGED
data/pkg/martha-0.0.2.gem
CHANGED
Binary file
|