rumb 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -5
  3. data/bin/rumb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: feadd3ea525406999919623b96b10c9bc14196fa
4
- data.tar.gz: 2ef6e9fdd91629a2f06407d10db718c0b43679b0
3
+ metadata.gz: 803cb8e4187987b43ca9e21cce2a4c245cc708c2
4
+ data.tar.gz: daa8248110ad1b065e96d8eb852a802ea2e88fd5
5
5
  SHA512:
6
- metadata.gz: 40f3fffefd394392a4bd6b47b2ce8983550a49962d1b26b1d67931178e13a5446d132c2502df8918140c33c98c218124a528f7b7fe22fbcbb7adea698415ed8a
7
- data.tar.gz: e1109181eb38239e10e337c000e0026182ab198b1d9c31efead603a68f2847fa8bb86b6289b45a98e3b3e3378460a81f0876023c485858205b3d29e7577c08c4
6
+ metadata.gz: b94a9eef25cfacc660fe2545d671d63bad6cf0574e46a8fb2f983bcd98bb0fa887cb7f21a46f39b0eaf1ad094a41ac48b248e20d4ec9b7ee55a1b7fb9f9f6451
7
+ data.tar.gz: fe2f184e7ca1a653cb46e883bbaf56d3b6a2c04923fa0fccdd86fb555bee550060a7fd4d6ad3b93d3cf3a33a96b20118ebd3130b5b335553dd2ae38ccefa5f7c
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- rmb - Rubygems mirror benchmarks
1
+ rumb - Rubygems mirror benchmarks
2
2
  =================================
3
3
 
4
4
  This tool was created to measure and compare the performance
@@ -8,20 +8,21 @@ built with rack.
8
8
 
9
9
  Install
10
10
  -------
11
-
12
- gem install rmb
11
+ ```
12
+ gem install rumb
13
+ ```
13
14
 
14
15
  Usage:
15
16
  ------
16
17
  ```
17
- rmb gem_name mirror_source_a mirror_source_b
18
+ rumb gem_name mirror_source_a mirror_source_b
18
19
  ```
19
20
 
20
21
  Output:
21
22
  -------
22
23
 
23
24
  ```
24
- ###--------- RMB Rubygems Mirror Benchmarks -------------###
25
+ ###--------- RUMB Rubygems Mirror Benchmarks -------------###
25
26
 
26
27
  => Removing http://localhost:4732 from rubygems sources...
27
28
  http://localhost:4732 removed from sources
data/bin/rumb CHANGED
@@ -51,7 +51,7 @@ sources.each do |s|
51
51
 
52
52
  puts "\n=> Starting installing #{gem_name} from: #{s}"
53
53
 
54
- bench = Benchmark.measure { system env, "gem install #{gem_name} --no-rdoc --no-ri" }
54
+ bench = Benchmark.measure { system env, "gem install #{gem_name} --no-document" }
55
55
  puts "\n\e[92m### --- BENCHMARK RESULTS FOR #{s} --- ###"
56
56
  puts "\e[93m#{bench}\e[39m\n"
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaston Ramos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-18 00:00:00.000000000 Z
11
+ date: 2021-05-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This tool was created to measure and compare the performance of 2 rubygems
14
14
  mirrors.
@@ -19,8 +19,8 @@ executables:
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - LICENSE
23
22
  - README.md
23
+ - LICENSE
24
24
  - bin/rumb
25
25
  homepage: https://github.com/gramos/rumb/
26
26
  licenses:
@@ -32,17 +32,17 @@ require_paths:
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
- - - ">="
35
+ - - '>='
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - ">="
40
+ - - '>='
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  requirements: []
44
44
  rubyforge_project:
45
- rubygems_version: 2.4.4
45
+ rubygems_version: 2.0.3
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: rumb - Rubygems mirror benchmarks.