status_cat 5.2.0 → 5.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ describe StatusCat::Checkers::S3 do
11
11
 
12
12
  it 'tolerates the gem misssing' do
13
13
  gem = Object.send(:remove_const, :Aws)
14
- expect(checker.status).to eql('aws-sdk gem is not installed')
14
+ expect(checker.status).to eql('aws-sdk-s3 gem is not installed')
15
15
  Object.const_set(:Aws, gem)
16
16
  end
17
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: status_cat
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rich Humphrey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-13 00:00:00.000000000 Z
11
+ date: 2018-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails