gizmo 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. 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
1
+ 0.0.2
metadata CHANGED
@@ -5,11 +5,12 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Luke Cunningham
13
+ - Steven Holloway
13
14
  autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []