gridium 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 +4 -4
- data/gridium.gemspec +1 -1
- data/lib/gridium/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28dacd04aba091ca7ca2cedbeca72d33e09ff6e9
|
|
4
|
+
data.tar.gz: eb78cbb9533101a081114c29d9ab6c1d8dab3594
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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{
|
|
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
|
|
data/lib/gridium/version.rb
CHANGED
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.
|
|
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:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
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: []
|