[DRE-commits] [ruby-capybara] branch master updated (15fb3f4 -> 6eb1cd0)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sun Apr 27 19:52:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

sbadia-guest pushed a change to branch master
in repository ruby-capybara.

      from  15fb3f4   Release version 2.1.0-1
       new  66e9c88   d/control: Wrap and sort (Build-)Depends (no changes)
       new  aa987ad   d/control: Remove specific dependency to ruby 1.9.1
       new  19e61b4   d/control: Bump Standards-Version to 3.9.5 (no changes)
       new  b651dc3   Prepare changelog
      adds  68933a1   Imported Upstream version 2.2.1
       new  6f44b43   Merge tag 'upstream/2.2.1'
       new  4746460   d/patches: Refresh patches against new upstream
       new  dd208d7   Remove require on selenium-web-driver
       new  6eb1cd0   Prepare changelog

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 History.md                                         |  49 ++++++-
 README.md                                          |  40 +++---
 checksums.yaml.gz                                  | Bin 0 -> 268 bytes
 checksums.yaml.gz.sig                              | Bin 0 -> 256 bytes
 data.tar.gz.sig                                    | Bin 256 -> 256 bytes
 debian/changelog                                   |  12 ++
 debian/control                                     |  28 +++-
 ...01-Remove-support-for-the-selenium-driver.patch |   4 +-
 ...002-Inhibit-tests-for-the-selenium-driver.patch |  15 +-
 ...Remove-uneeded-dependency-on-pry-in-tests.patch |  29 ----
 ...05-Remove-tests-using-selenium-web-driver.patch |  16 +++
 debian/patches/series                              |   1 +
 lib/capybara.rb                                    |  29 +++-
 lib/capybara/cucumber.rb                           |   2 -
 lib/capybara/driver/base.rb                        |  10 +-
 lib/capybara/node/actions.rb                       |   2 +-
 lib/capybara/node/finders.rb                       |   6 +-
 lib/capybara/node/matchers.rb                      |  40 +++---
 lib/capybara/node/simple.rb                        |   8 +-
 lib/capybara/query.rb                              |   1 +
 lib/capybara/rack_test/browser.rb                  |   9 +-
 lib/capybara/rack_test/form.rb                     |   7 +-
 lib/capybara/rack_test/node.rb                     |   3 +-
 lib/capybara/result.rb                             |   3 +-
 lib/capybara/rspec.rb                              |   7 +
 lib/capybara/rspec/features.rb                     |   2 +
 lib/capybara/rspec/matchers.rb                     |  12 +-
 lib/capybara/selector.rb                           |   4 +-
 lib/capybara/selenium/driver.rb                    |  14 +-
 lib/capybara/selenium/node.rb                      |  23 ++-
 lib/capybara/server.rb                             |  10 +-
 lib/capybara/session.rb                            |  76 +++++++---
 lib/capybara/spec/public/test.js                   |   2 +-
 lib/capybara/spec/session/assert_selector.rb       |  18 +++
 lib/capybara/spec/session/attach_file_spec.rb      |   7 +-
 lib/capybara/spec/session/check_spec.rb            |  14 ++
 lib/capybara/spec/session/choose_spec.rb           |  14 ++
 lib/capybara/spec/session/click_button_spec.rb     |  21 ++-
 lib/capybara/spec/session/fill_in_spec.rb          |  20 ++-
 lib/capybara/spec/session/go_back_spec.rb          |  10 ++
 lib/capybara/spec/session/go_forward_spec.rb       |  12 ++
 lib/capybara/spec/session/has_button_spec.rb       |  24 ++++
 lib/capybara/spec/session/has_field_spec.rb        |  48 +++++++
 lib/capybara/spec/session/has_text_spec.rb         |  18 +++
 lib/capybara/spec/session/node_spec.rb             |  37 ++++-
 lib/capybara/spec/session/reset_session_spec.rb    |  10 +-
 lib/capybara/spec/session/save_page_spec.rb        |  14 +-
 lib/capybara/spec/session/visit_spec.rb            |  16 +++
 lib/capybara/spec/session/within_frame_spec.rb     |   7 +
 lib/capybara/spec/session/within_window_spec.rb    |   7 +
 lib/capybara/spec/test_app.rb                      |   1 +
 lib/capybara/spec/views/form.erb                   |  40 ++++++
 lib/capybara/spec/views/with_html.erb              |   5 +
 lib/capybara/spec/views/with_js.erb                |   8 ++
 lib/capybara/version.rb                            |   2 +-
 metadata.gz.sig                                    | Bin 256 -> 256 bytes
 metadata.yml                                       | 155 ++++++++-------------
 spec/capybara_spec.rb                              |   2 +-
 spec/result_spec.rb                                |  14 ++
 spec/rspec/features_spec.rb                        |  15 ++
 spec/rspec/matchers_spec.rb                        |  25 +++-
 spec/selenium_spec.rb                              |  11 +-
 spec/selenium_spec_chrome.rb                       |  21 +++
 spec/server_spec.rb                                |  18 ++-
 64 files changed, 819 insertions(+), 259 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 checksums.yaml.gz.sig
 create mode 100644 debian/patches/0005-Remove-tests-using-selenium-web-driver.patch
 create mode 100644 lib/capybara/spec/session/go_back_spec.rb
 create mode 100644 lib/capybara/spec/session/go_forward_spec.rb
 create mode 100644 spec/selenium_spec_chrome.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-capybara.git



More information about the Pkg-ruby-extras-commits mailing list