walidhalabi-celerity 0.0.6.11 → 0.0.6.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Celerity
2
2
  class Browser
3
3
  include Container
4
4
 
5
- attr_accessor :page, :object, :charset
5
+ attr_accessor :page, :object, :charset, :dont_update_page
6
6
  attr_reader :webclient, :viewer, :options
7
7
 
8
8
  #
@@ -81,7 +81,7 @@ module Celerity
81
81
  #
82
82
 
83
83
  def update_page(page)
84
- @browser.page = page
84
+ @browser.page = page unless @browser.dont_update_page
85
85
  end
86
86
 
87
87
  #--
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: walidhalabi-celerity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6.11
4
+ version: 0.0.6.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jari Bakken
@@ -24,7 +24,7 @@ dependencies:
24
24
  - !ruby/object:Gem::Version
25
25
  version: 2.0.0
26
26
  version:
27
- description: "Celerity is a JRuby wrapper around HtmlUnit \xE2\x80\x93 a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity aims at being API compatible with Watir."
27
+ description: "Celerity is a JRuby wrapper around HtmlUnit \xE2\x80\x93 a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity aims at being API compatible with Watir. This version has been modified slightly to include a workaround for a YUI issue by by Walid Halabi."
28
28
  email: jari.bakken@finn.no
29
29
  executables: []
30
30