selenium_browser 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30c69d3024733ab39dd93d85a535ffaf40dee46d
4
- data.tar.gz: bf9447b8957b018a70b0e298e3021aeabfd5d44c
3
+ metadata.gz: f0a592f3fd878bc0c4d52790f9459452f91e11bf
4
+ data.tar.gz: 5af3336e0b0537440b5daf2cf5636f1202811407
5
5
  SHA512:
6
- metadata.gz: ce1a4b36d13ff33de1f213632b2ac2c4a0f02e457e877f0792a08d5e03c1df395d38cdde6962bad966853564484741e070290e6fc77c3032693e583ebe052209
7
- data.tar.gz: ea040e63172b40e83087eac8cb88807ecd297485bfabb9f334a8590d36125c5510dbe2d3a4f78bc37a6fd3115990af18f93e2767b8a6d27dbacce442790bd5d9
6
+ metadata.gz: e1fc9161ddfd3aded38013d492e843d2909f0766300082fede591976927dd709ad863baa46a1dd6d29c11cb107f7fbdc1695e7db9aba4c65edb6744a557aeeb4
7
+ data.tar.gz: 471ca8caef7b8deaf8cfea241b7d036e1258eda66adb8bfe2e58b4803605a62160e1d31f02880d7cc3e38f141092bc4c6e98452261f756d0d1d47b2d976ea32b
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium_browser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordi Pons
@@ -47,18 +47,8 @@ executables: []
47
47
  extensions: []
48
48
  extra_rdoc_files: []
49
49
  files:
50
- - ".gitignore"
51
- - ".travis.yml"
52
- - Gemfile
53
- - LICENSE.txt
54
- - README.md
55
- - Rakefile
56
- - bin/console
57
- - bin/setup
58
50
  - lib/selenium_browser.rb
59
- - lib/selenium_browser/version.rb
60
- - selenium-browser.gemspec
61
- homepage:
51
+ homepage: https://github.com/Typeform/selenium_browser
62
52
  licenses:
63
53
  - MIT
64
54
  metadata: {}
@@ -81,5 +71,5 @@ rubyforge_project:
81
71
  rubygems_version: 2.6.6
82
72
  signing_key:
83
73
  specification_version: 4
84
- summary: Includes Chrome MacOS webdriver for your Selenium Watir suites
74
+ summary: Selenium Browsers Webdrivers for your tests
85
75
  test_files: []
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
data/.travis.yml DELETED
@@ -1,5 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.4.0
5
- before_install: gem install bundler -v 1.13.7
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in selenium-selenium_browser.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 jordi.pons
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,41 +0,0 @@
1
- # Selenium::Browser
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/selenium/browser`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'selenium_browser'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install selenium-browser
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/selenium-browser.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "selenium/browser"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
@@ -1,3 +0,0 @@
1
- module SeleniumBrowser
2
- VERSION = '0.1.0'.freeze
3
- end
@@ -1,26 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'selenium_browser/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = 'selenium_browser'
8
- spec.version = SeleniumBrowser::VERSION
9
- spec.authors = ['Jordi Pons', 'Javier Gomez']
10
- spec.email = ['jordi.pons@typeform.com', 'javier@typeform.com']
11
-
12
- spec.summary = 'Includes Chrome MacOS webdriver for your Selenium Watir suites'
13
- spec.description = 'Includes Chrome MacOS webdriver for your Selenium Watir suites'
14
- #spec.homepage = "TODO: Put your gem's website or public repo URL here."
15
- spec.license = 'MIT'
16
-
17
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
- f.match(%r{^(test|spec|features)/})
19
- end
20
- spec.bindir = 'exe'
21
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
- spec.require_paths = ['lib']
23
-
24
- spec.add_development_dependency 'bundler', '~> 1.13'
25
- spec.add_development_dependency 'watir-webdriver'
26
- end