lookout 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module Lookout::Recorders::State
9
9
  case [@negated, @verb]
10
10
  when [true, :be] then 'expected %p not to be %s'
11
11
  when [true, :have] then 'expected %p not to have %s'
12
- when [true, nil] then 'expected %p to %s'
12
+ when [true, nil] then 'expected %p not to %s'
13
13
  when [false, :be] then 'expected %p to be %s'
14
14
  when [false, :have] then 'expected %p to have %s'
15
15
  when [false, nil] then 'expected %p to %s'
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module Lookout
4
- Version = '2.0.1'
4
+ Version = '2.0.2'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lookout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 1
10
- version: 2.0.1
9
+ - 2
10
+ version: 2.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nikolai Weibull
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-21 00:00:00 +01:00
18
+ date: 2011-04-20 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency