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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dce804fd31067e06d89dc5dcfb227b487e4b3d1f
4
- data.tar.gz: 40ee44bd3664db236b1afca37fb6eea8fa21fe39
3
+ metadata.gz: 2799359df4fe5218e80ae3b1bad71b8d3923d731
4
+ data.tar.gz: 8570ee37a1a219216ba8f611ee50358486292f23
5
5
  SHA512:
6
- metadata.gz: 4f053c09ac4804c864fd2a0994781b2b61aa4c39ca3852cb95d371a26a51275973a9a190bf5f357f7e0b78fc0c0fd17ef7a42affd67ab85ce650c0a35f2a912d
7
- data.tar.gz: 80859b3239a7c19435e1da41fb45d24480c974842da57976b48a2aed197b49be2436dc44c92ce27a58e3b06ee04c3a097c03dfd7ea6a76fdc2082de37277022c
6
+ metadata.gz: 733ba718f0145502876be5b38fc3ccb1b45397a0f9b3ddfc4bee4d10f0431a87c5631afcad5d921e9e3344c412c97959d3c10a9d39523c51aaaff3f468cd04e9
7
+ data.tar.gz: 4fd5bf405afd9ba07dc291c6b025f91189d97bb2ceb299c3083ac9783f48de72844a3d8701551f0a1cc3a7491c560759be2290d03a3ee9cc8360c5b16d61de0d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- martha (0.0.0)
4
+ martha (0.0.2)
5
5
  thor
6
6
 
7
7
  GEM
@@ -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?)\nYour Answer: "
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?)\nYour Answer: "
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?)\nYour Answer: "
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"
@@ -1,3 +1,3 @@
1
1
  module Martha
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
data/pkg/martha-0.0.2.gem CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: martha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Elizalde