gizmo 0.0.1 → 0.0.2
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +3 -2
data/Rakefile
CHANGED
|
@@ -9,7 +9,7 @@ begin
|
|
|
9
9
|
gem.description = %Q{gizmo is a simple page model testing framework used and sponsored by 'realestate.com.au'. The aim of the project is to DRY up your testing assertions by abstracting code that defines your page resulting in a consistent, easy to maintain test suit}
|
|
10
10
|
gem.email = "luke@icaruswings.com"
|
|
11
11
|
gem.homepage = "http://github.com/icaruswings/gizmo"
|
|
12
|
-
gem.authors = ["Luke Cunningham"]
|
|
12
|
+
gem.authors = ["Luke Cunningham", "Steven Holloway"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.3.0"
|
|
14
14
|
gem.add_development_dependency "cucumber", ">= 0.6.3"
|
|
15
15
|
gem.add_development_dependency "webrat", ">= 0.7.0"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|