nitrous 1.0.3 → 1.0.4

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
- 1.0.3
1
+ 1.0.4
data/bin/nos ADDED
@@ -0,0 +1 @@
1
+ #!/usr/bin/env ruby
@@ -332,6 +332,7 @@ module Nitrous
332
332
  @headers = @response.to_hash
333
333
  @cookies ||= {}
334
334
  (@headers['set-cookie'] || [] ).each do |string|
335
+ next if string.blank?
335
336
  name, value = string.match(/^([^=]*)=([^;]*);/)[1,2]
336
337
  @cookies[name] = value
337
338
  end
@@ -5,13 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{nitrous}
8
- s.version = "1.0.3"
8
+ s.version = "1.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Austin Taylor", "Paul Nicholson"]
12
- s.date = %q{2010-06-03}
12
+ s.date = %q{2010-06-25}
13
+ s.default_executable = %q{nos}
13
14
  s.description = %q{}
14
15
  s.email = %q{austin.taylor@gmail.com}
16
+ s.executables = ["nos"]
15
17
  s.files = [
16
18
  ".gitignore",
17
19
  "Rakefile",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Austin Taylor
@@ -15,14 +15,14 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-03 00:00:00 -04:00
19
- default_executable:
18
+ date: 2010-06-25 00:00:00 -04:00
19
+ default_executable: nos
20
20
  dependencies: []
21
21
 
22
22
  description: ""
23
23
  email: austin.taylor@gmail.com
24
- executables: []
25
-
24
+ executables:
25
+ - nos
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files: []