caulfield 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.
Files changed (2) hide show
  1. data/lib/caulfield/version.rb +1 -1
  2. metadata +4 -5
@@ -1,3 +1,3 @@
1
1
  module Caulfield
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -5,12 +5,11 @@ 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
- - Carl Lerche
13
- - Yehuda Katz
12
+ - Chris Hanks
14
13
  autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
@@ -21,7 +20,7 @@ dependencies: []
21
20
 
22
21
  description: A Rack middleware to aid in integration testing for Rails 3 and up.
23
22
  email:
24
- - carlhuda@engineyard.com
23
+ - christopher.m.hanks@gmail.com
25
24
  executables: []
26
25
 
27
26
  extensions: []