gridinit-jmeter 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module Gridinit
9
9
  <AuthManager guiclass="AuthPanel" testclass="AuthManager" testname="HTTP Authorization Manager" enabled="true">
10
10
  <collectionProp name="AuthManager.auth_list">
11
11
  <elementProp name="" elementType="Authorization">
12
- <stringProp name="Authorization.url">/</stringProp>
12
+ <stringProp name="Authorization.url"></stringProp>
13
13
  <stringProp name="Authorization.username"></stringProp>
14
14
  <stringProp name="Authorization.password"></stringProp>
15
15
  <stringProp name="Authorization.domain"></stringProp>
@@ -1,5 +1,5 @@
1
1
  module Gridinit
2
2
  module Jmeter
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gridinit-jmeter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-03 00:00:00.000000000 Z
12
+ date: 2013-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client