api_warner 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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca22f915c83e7b8fa0660d47b87083c0bc4ef995
4
- data.tar.gz: fff56815767902b79c9b41e118e1f425912b33ae
3
+ metadata.gz: 9bd4e8073dd51bd78022ca0a67b10d7c5393a81b
4
+ data.tar.gz: e5eadbfd6eddc537301db0631dc6d13603744a5b
5
5
  SHA512:
6
- metadata.gz: ebb0b3908bac321092351ee0fcd35e601198037a0cc8ba12b90f0938bcbe8fc115d2788311043294cc1fcee654549f938feac9b48038adca176413111c57f44e
7
- data.tar.gz: 91c8c740cfab678a83d4d8edbe427c9854df02a35379fb8e7f93e8da74917cf80d65299dae85edaf73c34d06588ecab60f94f0775ddb80da18c3aaf65ab54e99
6
+ metadata.gz: 6659cdb4f9986bdb46c8d5cbcbaacd1009e4e76d2ce895d77d94180fdc9e3321d43a17ae8187dabf9fc253b7a31dd0bedbba35901f032cebdbe49d56112db8a1
7
+ data.tar.gz: 5910591720eb7625fbff85b98a84a28ab40f203969f3ac01b14141bc3d97da03977224db45dfefbc4e8a722653327a36ce6d504d67f50547afc59cbd56fac7f7
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_warner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Ortiz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-15 00:00:00.000000000 Z
11
+ date: 2016-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ptools
@@ -26,7 +26,9 @@ dependencies:
26
26
  version: 1.3.3
27
27
  description: A simple gem to warn you if there is a string similar to an API key in
28
28
  any of your ruby files. As of now, it cannot read binary files and it gives trouble
29
- when dealing with files written in other languages.
29
+ when dealing with files written in other languages. Just run 'warner' without the
30
+ quotes in your working directory and it will search in that folder an every child
31
+ of it for a string that looks like an API key
30
32
  email: dan@test.not
31
33
  executables:
32
34
  - warner