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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69748c44c82cfae1b9a39e379ce89fbbcb7b24cc
4
- data.tar.gz: b278c6b25bfbbd2c392dd0750795b4d68f0188f5
3
+ metadata.gz: 7c93ff24e977f4154bce6975f476c15edb6a2504
4
+ data.tar.gz: d3a64207055d34833bb1ac9dcd41fd62a8a56b26
5
5
  SHA512:
6
- metadata.gz: 68623a0bd0d3aa936494651dd7ac9308d35a179f8341633ecc0eac66d46d0aa2ff0b0129511e6373466e73eef54c28580db1184dcdda796a03aad7def014542a
7
- data.tar.gz: 3897be0c8867450c79b749d8c2c93d6d07e2df35cb0fbe5b9b2bf817096b9c82c8780d81752b8e41abc29b814285544258089b6960ba83637471c15d7f2bf8e8
6
+ metadata.gz: 87df1aea5aeb36d935f568afd88871582ab0a0476bf016dc96a4dc2a12776f35d344c1ed5d96e8c1fa2a8355e4f77da905fd5b7a40971900ca59d83b83339aca
7
+ data.tar.gz: 151f8e23676613b392d2c685eefc62362a173ada18be5e515e21c0ddd3051116f0cce94808c9fc5d003b3829a03e2f7578f6878b61129c7727c504d0b1a29b37
@@ -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.bindir = 'exe'
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'
@@ -1,5 +1,5 @@
1
1
  module BrowserMob
2
2
  module CLI
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86
8
8
  autorequire:
9
- bindir: exe
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: