spaceship 0.5.1 → 0.5.2

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: 71a0ab4b8f508a37d1f6c0864c55704171add21e
4
- data.tar.gz: cc9333ec4de8b835c0d31e070024c17615894615
3
+ metadata.gz: f121c178bc8acfe77e4aad9c923b76b5d22088ad
4
+ data.tar.gz: 90acbe266aab2309249da1b4bfd0df7fa323b07f
5
5
  SHA512:
6
- metadata.gz: e92788845638246a60fe255ca67a9b0712385d232967ce5cd4bf3409d25391832276da8934c4e8f74743e0afeddaedd9ffc70dd863231574b5fc310a32c95239
7
- data.tar.gz: 124e2c2d04c0823c96729e8f35d243a54b5890dfb864f3cb9931b0a64df0935a8eedec26f8f910fa1a13dc0bbafcbb22715b5ca72801e5fde4cffe8ead76c3ca
6
+ metadata.gz: 26cc2e53bf27fcb99e71fb65c8cca163397c95fc2561c16095c09c4c3fe02b1859ee644ac9d3a665a328ad9c6fd6a3e0cf57ac41b696a53d17641fb3be12f7f9
7
+ data.tar.gz: c4c668f88b8c1f1f035aa581cdf228f0b1aec5e03642bdbe280dc694f016c91d2e24209fbe641a987935fcd41ea7018d55409d6bfcc0d4e1237d4489ec5465d1
@@ -48,13 +48,13 @@ module Spaceship
48
48
  # - wosid
49
49
 
50
50
  begin
51
- cooks = response['Set-Cookie']
51
+ re = response['Set-Cookie']
52
52
 
53
53
  to_use = [
54
- "myacinfo=" + cooks.match(/myacinfo=(\w+)/)[1],
55
- "woinst=" + cooks.match(/woinst=(\w+)/)[1],
56
- "itctx=" + cooks.match(/itctx=([\w\:]+)/)[1],
57
- "wosid=" + cooks.match(/wosid=(\w+)/)[1]
54
+ "myacinfo=" + re.match(/myacinfo=([^;]*)/)[1],
55
+ "woinst=" + re.match(/woinst=([^;]*)/)[1],
56
+ "itctx=" + re.match(/itctx=([^;]*)/)[1],
57
+ "wosid=" + re.match(/wosid=([^;]*)/)[1]
58
58
  ]
59
59
 
60
60
  @cookie = to_use.join(';')
@@ -1,3 +1,3 @@
1
1
  module Spaceship
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spaceship
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-14 00:00:00.000000000 Z
12
+ date: 2015-08-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: credentials_manager
@@ -288,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  version: '0'
289
289
  requirements: []
290
290
  rubyforge_project:
291
- rubygems_version: 2.4.8
291
+ rubygems_version: 2.4.6
292
292
  signing_key:
293
293
  specification_version: 4
294
294
  summary: Because you would rather spend your time building stuff than fighting provisioning