browsermob-cli 0.1.0 → 0.1.1
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/browsermob-cli.gemspec +1 -2
- data/lib/browsermob/cli/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c93ff24e977f4154bce6975f476c15edb6a2504
|
|
4
|
+
data.tar.gz: d3a64207055d34833bb1ac9dcd41fd62a8a56b26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87df1aea5aeb36d935f568afd88871582ab0a0476bf016dc96a4dc2a12776f35d344c1ed5d96e8c1fa2a8355e4f77da905fd5b7a40971900ca59d83b83339aca
|
|
7
|
+
data.tar.gz: 151f8e23676613b392d2c685eefc62362a173ada18be5e515e21c0ddd3051116f0cce94808c9fc5d003b3829a03e2f7578f6878b61129c7727c504d0b1a29b37
|
data/browsermob-cli.gemspec
CHANGED
|
@@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.homepage = "https://github.com/Shashikant86/browsermob-cli"
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
16
|
-
spec.
|
|
17
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
16
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
17
|
spec.require_paths = ['lib']
|
|
19
18
|
|
|
20
19
|
spec.add_dependency "thor", '~> 0'
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: browsermob-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shashikant86
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2016-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
@@ -168,7 +168,8 @@ description: This Rubygem is CLI interface to check network traffic using HAR. I
|
|
|
168
168
|
will generate HAR file preview in browser and YAML
|
|
169
169
|
email:
|
|
170
170
|
- shashikant.jagtap@aol.co.uk
|
|
171
|
-
executables:
|
|
171
|
+
executables:
|
|
172
|
+
- browsermob-cli
|
|
172
173
|
extensions: []
|
|
173
174
|
extra_rdoc_files: []
|
|
174
175
|
files:
|