brainiac 0.1.1 → 0.1.2

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: af2bf14f62db5780228f9c8f175abe703dcf0d654c1a35534446117bfced7034
4
- data.tar.gz: 431b72de572f425911109cc0ced248859456ee7564dd028e5cb502654baf0d7b
3
+ metadata.gz: 228229305cb7f5653387878ac57194d1d955e6958621a47f5fadada2fb43a61e
4
+ data.tar.gz: 372e7ee3d059a96b636bb52dfe9dfb0f9e479ca141a12c02ddb1a52817097034
5
5
  SHA512:
6
- metadata.gz: 87da5739c961603be5884be7dfae1e02c312b8a5649ce612185b19149e0d1ffecb40a97ab0619787ff08c98003d333024565d4e4c7cfa4158631d5db0ea00b00
7
- data.tar.gz: 70ce18db1d7520f129d286425f07af9a5e58b7f796a462d3af932bf636793db5054a1b2aac90e6b6565189d8b7e83e5f04ee0c7e1d5a56a33b36f9ec5dcde391
6
+ metadata.gz: a762edbf02c2ea120afa4f1da7d242a53e1f0c894f7b1706d570d38604d50e92a12efdb858f1bec86fcb2fef1e9223a5eeb96b43226fd2f9b1d0a4190367939f
7
+ data.tar.gz: 8dc270f4ca6e1278b9b0607bba0b3691ea319d0390cb214880a3c581fb6d2232aabfb9934b2bfadcc50d866f7c0b49ddd4201336cacd56913c38bbac8111f0be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brainiac (0.1.1)
4
+ brainiac (0.1.2)
5
5
  puma (~> 7.2)
6
6
  rackup (~> 2.3)
7
7
  sinatra (~> 4.1)
@@ -84,7 +84,7 @@ DEPENDENCIES
84
84
  CHECKSUMS
85
85
  ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
86
86
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
87
- brainiac (0.1.1)
87
+ brainiac (0.1.2)
88
88
  json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
89
89
  language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
90
90
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Brainiac
4
4
  # @return [String] the current gem version
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
data/receiver.rb CHANGED
@@ -27,6 +27,7 @@ require_relative "lib/brainiac/cron"
27
27
  require_relative "lib/brainiac/restart"
28
28
  require_relative "lib/brainiac/intent"
29
29
  require_relative "lib/brainiac/plugins"
30
+ require_relative "lib/brainiac/profiles"
30
31
  require_relative "lib/brainiac/handlers/shared/git"
31
32
  require_relative "lib/brainiac/handlers/shared/inline_tags"
32
33
  require_relative "lib/brainiac/handlers/shared/belt"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brainiac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Davis