bats 0.0.9 → 0.1.0

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/README +1 -1
  2. metadata +4 -4
data/README CHANGED
@@ -16,7 +16,7 @@ require 'bats'
16
16
 
17
17
  class App < Bats
18
18
  get '/' do
19
- s( 200 ).b 'Flap flap flap'
19
+ s( 200 ).body 'Flap flap flap'
20
20
  end
21
21
  end
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hans Oksendahl
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-13 00:00:00 -08:00
12
+ date: 2009-10-15 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -31,12 +31,12 @@ extensions: []
31
31
  extra_rdoc_files:
32
32
  - README
33
33
  files:
34
+ - lib/bats.rb
35
+ - lib/bats/yaml/statuses.yaml
34
36
  - lib/bats/modules/httpresponse.rb
35
37
  - lib/bats/modules/classbaker.rb
36
38
  - lib/bats/modules/wizarding.rb
37
39
  - lib/bats/modules/metaid.rb
38
- - lib/bats/yaml/statuses.yaml
39
- - lib/bats.rb
40
40
  - README
41
41
  has_rdoc: true
42
42
  homepage: http://hansoksendahl.com/bats