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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dda88c418c0ef82968640e77c993affc13df97bcca95875d75e6aa2d3ba0c47e
4
- data.tar.gz: 65b4c2e42cbdc76a5c34ec9dad2b07407abcb495c3298183c87025803b63a017
3
+ metadata.gz: aa605a733fbc33e5b00ed94dc16fa5d5a3024979ee4d242f974b0ee40e897cd9
4
+ data.tar.gz: 7e573cfbd6f0d0575d46ed622a3dcb6de09bbf820fbc4dc9a5a4408ff62b94ad
5
5
  SHA512:
6
- metadata.gz: f785cde27a6b713343f56f1688c8d32260b1e61f9058ee9e298a8a994e4abe893b1a7b3b16150b28b1e8d1dcbb6751ce426d97d526687b6912f9d65470f12a4d
7
- data.tar.gz: eb0484eb0ba87737a0faa42bf53df3a5a9f1251fe5f0740da49e2683a7692e71056b099e046b4bc9bf52b23c198446b95a7c446bec4ba5e674c8833930b07f53
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 littlebleufox.io API.
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
 
@@ -1,3 +1,3 @@
1
1
  module LittleBlueFox
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-01 00:00:00.000000000 Z
11
+ date: 2019-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler