jferris-webrat 0.4.3 → 0.4.3.0.1238640835

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/webrat/sinatra.rb +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require File.expand_path('./lib/webrat.rb')
12
12
  ##############################################################################
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = "webrat"
15
- s.version = Webrat::VERSION
15
+ s.version = "#{Webrat::VERSION}.0.#{Time.now.to_i}"
16
16
  s.platform = Gem::Platform::RUBY
17
17
  s.author = "Bryan Helmkamp"
18
18
  s.email = "bryan" + "@" + "brynary.com"
@@ -42,7 +42,7 @@ module Webrat
42
42
 
43
43
  def set_cookies
44
44
  if set_cookie = @browser.response.headers['Set-Cookie']
45
- @cookies << set_cookie
45
+ @cookies.unshift set_cookie
46
46
  end
47
47
  end
48
48
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jferris-webrat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.3.0.1238640835
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Helmkamp