gridium 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55207517ef6c73206e73da6b350b30dc4289c6b8
4
- data.tar.gz: c0658a076cbf44b733c0472a4159cbd7e898e739
3
+ metadata.gz: 28dacd04aba091ca7ca2cedbeca72d33e09ff6e9
4
+ data.tar.gz: eb78cbb9533101a081114c29d9ab6c1d8dab3594
5
5
  SHA512:
6
- metadata.gz: 2750d1c19ee74b7d3da5ace0245cb48dcb09a85ec7f89eee4c1b60b14f134b2ecd13121f182efc4a313c2005e5b2129bec8048e614871cf06cae5ac81505dfc8
7
- data.tar.gz: 46138b07ca14d1290f7f8e10919940722a44d6ca4f351dc3bffe8c37a8dd9023a03807e391e0e9fe2f1f34270a5c920090ae208ea1b026b7bdea57309fed584c
6
+ metadata.gz: f8166122c9aff8d42b6c5b42864d7fadbb7f1f78d5202176afab480970eb83a9babd99304a14d5284e0d8524c5283c7ad03787185e029c4cf1ca5e490021e674
7
+ data.tar.gz: 4e1c6de80cd82fdd6da87f2c230b0df0f1d4519bf0ed712cfd26b1f7d8d8e1a4a30bcc9de13efcd75175af72d0b52e83290238f2340e2536a6fe2d220424b6bc
data/gridium.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["sethuster@gmail.com"]
11
11
 
12
12
  spec.summary = %q{This Gem is used to make building Selenium Tests without Capybara Easier.}
13
- spec.description = %q{Capybara is a great tool to start making automated tests for your web application. However, many automation engineers find it difficult to use effectively for UI tests. Capybara works better when webkit, and not so well with mozilla. This makes Selenium integration difficult, this gem remedies that.}
13
+ spec.description = %q{Gridium makes integrating ruby and Selenium a breeze. This is not for novice automation engineers. Novices should checkout Capybara. However, if you're comfortable with Selenium, and have used Capybara but find it not working well give Gridium a shot.}
14
14
  spec.homepage = "http://github.com/sethuster/gridium"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Gridium
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gridium
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
  - Seth Urban
@@ -80,10 +80,10 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Capybara is a great tool to start making automated tests for your web
84
- application. However, many automation engineers find it difficult to use effectively
85
- for UI tests. Capybara works better when webkit, and not so well with mozilla. This
86
- makes Selenium integration difficult, this gem remedies that.
83
+ description: Gridium makes integrating ruby and Selenium a breeze. This is not for
84
+ novice automation engineers. Novices should checkout Capybara. However, if you're
85
+ comfortable with Selenium, and have used Capybara but find it not working well give
86
+ Gridium a shot.
87
87
  email:
88
88
  - sethuster@gmail.com
89
89
  executables: []