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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '094da1c9e465643a29598234f0b9352c1eada76efeebb6c1c1b8762170bd92e0'
4
- data.tar.gz: 89b4175724845002198a0359c28d24b128b276b86cb62b0ee04439fc510edc96
3
+ metadata.gz: 5d76ecb93b5c59bfbca1e761b7caf0ed84c410b8bde20f5c9efecb78b85df3c4
4
+ data.tar.gz: 1dd2d1a1482cb3a18e7112f6ca1b60bf90942cc3a527abd8b86c7902c7989efa
5
5
  SHA512:
6
- metadata.gz: e0940e608c299fade49bed0979619fa723031f7518bdfa775e047fd64d6b689ae12eccd6b01760fb72d2443a22833036fd9e77d6b271b0f615d20fccdaa9a22c
7
- data.tar.gz: 28b955fb390bb14a366b0a407145a8511ca8da72d0f263062afba1b8c69ee2f91fb3958a17e05040e08d720821bdc95d5017681dc5fee5da883802d0094e088d
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.2.gem
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.2.gem
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.2.gem
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.2.gem
41
+ gem push largeCsvProcessing-2.0.3.gem
42
42
 
43
43
  Para ejecutar la gema instalada se puede acceder por irb:
44
44
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: largeCsvProcessing
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Dueñas