largeCsvProcessing 2.0.2 → 2.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/README.md +2 -2
- data/lib/csv_generator.rb +1 -1
- data/readmeEs.txt +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d76ecb93b5c59bfbca1e761b7caf0ed84c410b8bde20f5c9efecb78b85df3c4
|
4
|
+
data.tar.gz: 1dd2d1a1482cb3a18e7112f6ca1b60bf90942cc3a527abd8b86c7902c7989efa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6877add9a94be79e4d4da839da6956f9a30a507bdc5b0dc6e078e64cb70d231087bf938e9be0c5c4734d914e7e7799d3511265f8bc5525112cceafe32425288
|
7
|
+
data.tar.gz: 75c1741e14a337e4cfacaab7ca859698b696c70e2b2f46e588608eb99d4e090841817b292ebd4549545698a9b6b2ed553366fbddf9cd11c160e7d1e72dc0624e
|
data/README.md
CHANGED
@@ -26,7 +26,7 @@ With the following command the gem was built:
|
|
26
26
|
|
27
27
|
The following command is used to install the gem locally:
|
28
28
|
|
29
|
-
gem install ./largeCsvProcessing-2.0.
|
29
|
+
gem install ./largeCsvProcessing-2.0.3.gem
|
30
30
|
|
31
31
|
The following command is used to install the gem remotely:
|
32
32
|
|
@@ -38,7 +38,7 @@ The following command is used to uninstall the gem:
|
|
38
38
|
|
39
39
|
The following command is used to publish the gem to rubygems:
|
40
40
|
|
41
|
-
gem push largeCsvProcessing-2.0.
|
41
|
+
gem push largeCsvProcessing-2.0.3.gem
|
42
42
|
|
43
43
|
To run the installed gem it can be accessed by irb:
|
44
44
|
|
data/lib/csv_generator.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
puts '******** welcome to your large csv processor ********'
|
2
|
-
puts "options:\n0 for start benchmark mode\n1 for start normal mode program\n2 for run stock_stats (require run step 1)"
|
2
|
+
puts "options:\n0 for start benchmark mode(your need: gem install benchmark-memory)\n1 for start normal mode program\n2 for run stock_stats (require run step 1)"
|
3
3
|
|
4
4
|
option = gets.chomp
|
5
5
|
|
data/readmeEs.txt
CHANGED
@@ -26,7 +26,7 @@ Con el siguiente comando se construyó la gema:
|
|
26
26
|
|
27
27
|
El siguiente comando sirve para instalar la gema de manera local:
|
28
28
|
|
29
|
-
gem install ./largeCsvProcessing-2.0.
|
29
|
+
gem install ./largeCsvProcessing-2.0.3.gem
|
30
30
|
|
31
31
|
El siguiente comando sirve para instalar la gema de manera remota:
|
32
32
|
|
@@ -38,7 +38,7 @@ El siguiente comando sirve para desinstalar la gema:
|
|
38
38
|
|
39
39
|
El siguiente comando sirve para publicar la gema en rubygems:
|
40
40
|
|
41
|
-
gem push largeCsvProcessing-2.0.
|
41
|
+
gem push largeCsvProcessing-2.0.3.gem
|
42
42
|
|
43
43
|
Para ejecutar la gema instalada se puede acceder por irb:
|
44
44
|
|