teamcity-rest-client 0.3.0 → 0.3.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -168,7 +168,7 @@ class Teamcity
168
168
  def initialize host, port, options = {}
169
169
  @host, @port = host, port
170
170
  if options[:user] && options[:password]
171
- @authentication = TeamcityRestClient::HttpBasicAuthentication.new(host, port, options[:user], options[:password], options)
171
+ @authentication = TeamcityRestClient::HttpBasicAuthentication.new(host, port, options.delete(:user), options.delete(:password), options)
172
172
  else
173
173
  @authentication = TeamcityRestClient::Open.new(host, port, options)
174
174
  end
@@ -366,10 +366,10 @@ describe Teamcity do
366
366
  describe "specifying username and password" do
367
367
  before :each do
368
368
  @host, @port, @user, @password = "authtc.example.com", 8877, "bob", "marley"
369
- @options = {:user => @user, :password => @password, :proxy => 'dog'}
369
+ @proxy = 'http://dog:8080'
370
370
  @authentication = mock('authentication')
371
- TeamcityRestClient::HttpBasicAuthentication.should_receive(:new).with(@host, @port, @user, @password, @options).and_return(@authentication)
372
- @tc = Teamcity.new @host, @port, @options
371
+ TeamcityRestClient::HttpBasicAuthentication.should_receive(:new).with(@host, @port, @user, @password, { :proxy => @proxy }).and_return(@authentication)
372
+ @tc = Teamcity.new @host, @port, :user => @user, :password => @password, :proxy => @proxy
373
373
  end
374
374
 
375
375
  it "should create HttpBasicAuthentication, passing through the options" do
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "teamcity-rest-client"
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["simon"]
12
- s.date = "2012-01-20"
12
+ s.date = "2012-01-23"
13
13
  s.description = "Teamcity rest api client (readonly)"
14
14
  s.email = "simojenki@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamcity-rest-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-20 00:00:00.000000000Z
12
+ date: 2012-01-23 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &80597140 !ruby/object:Gem::Requirement
16
+ requirement: &80696210 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 2.3.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *80597140
24
+ version_requirements: *80696210
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &80596870 !ruby/object:Gem::Requirement
27
+ requirement: &80695910 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.0.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *80596870
35
+ version_requirements: *80695910
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: jeweler
38
- requirement: &80596630 !ruby/object:Gem::Requirement
38
+ requirement: &80695660 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 1.6.4
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *80596630
46
+ version_requirements: *80695660
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rcov
49
- requirement: &80596360 !ruby/object:Gem::Requirement
49
+ requirement: &80695350 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *80596360
57
+ version_requirements: *80695350
58
58
  description: Teamcity rest api client (readonly)
59
59
  email: simojenki@gmail.com
60
60
  executables: []
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -787692387
97
+ hash: 1017319789
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  none: false
100
100
  requirements: