littlebluefox-ruby 1.0.0 → 1.0.1
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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/littlebluefox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa605a733fbc33e5b00ed94dc16fa5d5a3024979ee4d242f974b0ee40e897cd9
|
4
|
+
data.tar.gz: 7e573cfbd6f0d0575d46ed622a3dcb6de09bbf820fbc4dc9a5a4408ff62b94ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e7ba91fa0d5412b8c82ad3105b706bc140a91e853aedf3d565a6ca486067f493466dea36980e88dff7f70f1f5d02481e87df4d0e3a912d7a0d3a141c21c1198
|
7
|
+
data.tar.gz: 69bf991633c79d154420c067543f7204c3075d6ca58f2e0abb4824290f5c6e10d316b725ea2efe4a5b9989445fd482e864bddd795186d873b45e199c4b5bec37
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# LittleBlueFox Ruby gem
|
2
2
|
|
3
|
-
Push your security events on the
|
3
|
+
Push your security events on the LittleBlueFox.io API.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -24,6 +24,7 @@ With a RubyOnRails application:
|
|
24
24
|
```ruby
|
25
25
|
# config/initializers/littlebluefox.rb
|
26
26
|
|
27
|
+
require 'littlebluefox/core'
|
27
28
|
LittleBlueFoxClient = LittleBlueFox::Client.new("...") # Access Token
|
28
29
|
```
|
29
30
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: littlebluefox-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|