mutalisk 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5a04080381afb1c9f0aaa2339636135dda6bbb0
4
- data.tar.gz: 3840193f635d2110303b9ff00fa73d408e70f63d
3
+ metadata.gz: 06110fcc7cb8f1aa24a853570b1e10b3b89ee329
4
+ data.tar.gz: 610dd2dcbfadae1c26392a9b36c7cf2200cd823a
5
5
  SHA512:
6
- metadata.gz: d3624024cb5aad3a074e039b701c6dfca3733870a36aa0a083560e2fae3fe0ee23f42d796642f4779397776cc671f24f12d6df4720ba94bcea66ae20fff9d5b4
7
- data.tar.gz: 5f8a8ced9370289f4761c2c68214ccf5315db92e726c981711443057b00bb52537f6600f1d16b782aaf8d76e431f688b7799425d18cd7ea11f0fc1003972664b
6
+ metadata.gz: c79ad083cb4e4003b785d93d57e17fbd6924a3a5e4bc408bebccd3d605ec4f129a8f5626209305497a1792692b77f84797b54889e7ef63c71c0807fd0c8ad7c2
7
+ data.tar.gz: da6d31acc9e80873073380366f431f27e1aeb9dded539e2d5ce216d37e0883d1f695298bf8686f81dc2c72bcf644c58d0d519fc88a19f3f83c7f466c2246765a
@@ -1,3 +1,3 @@
1
1
  module Mutalisk
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -12,8 +12,6 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{A simple yet powerful HTTP API benchmarking tool.}
13
13
  spec.homepage = "https://github.com/forresty/mutalisk"
14
14
 
15
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
16
- # delete this section to allow pushing this gem to any host.
17
15
  if spec.respond_to?(:metadata)
18
16
  spec.metadata['allowed_push_host'] = "https://rubygems.org"
19
17
  else
@@ -21,8 +19,8 @@ Gem::Specification.new do |spec|
21
19
  end
22
20
 
23
21
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
- spec.bindir = "exe"
25
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
+ spec.bindir = 'bin'
23
+ spec.executables = ['mutalisk']
26
24
  spec.require_paths = ["lib"]
27
25
 
28
26
  spec.add_runtime_dependency 'ttable', '~> 0.0.10'
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutalisk
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
  - Forrest Ye
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-12-26 00:00:00.000000000 Z
12
12
  dependencies:
@@ -111,7 +111,8 @@ dependencies:
111
111
  description:
112
112
  email:
113
113
  - afu@forresty.com
114
- executables: []
114
+ executables:
115
+ - mutalisk
115
116
  extensions: []
116
117
  extra_rdoc_files: []
117
118
  files: