inloop-brain 0.0.1 → 0.0.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/inloop-brain +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76a3fa7983267d4f464a0a41b2fe3feda4a50ef0fea7f6b3d4f4f60f31b1359c
4
- data.tar.gz: de9a681e12df9e4009443cd9ade2b3f8d9ee051b7ed237e51487b1b63ac2cf6b
3
+ metadata.gz: bc3821a74432fd8caf104cf5e5025f1865cd9e4c058e8a42d00512755f321107
4
+ data.tar.gz: 6d3c355aacc0733c7f5fc9d8b37fe9fce684b7f1879f160c311de2041a4c9cb5
5
5
  SHA512:
6
- metadata.gz: a780266e2d74d22cb5cf9a8897bae664b1b9da2931a0cbb5285f9972d2d540c3174224b64b26e72b84a64e6a984734ff9e451105d7e0801d65ab250923cd42ec
7
- data.tar.gz: 34d3bf151681f211646bd21125827f3093c764faacf5f5f1c926cb7db6c959d2d208dff50364da0217ea2d8e46bffd8b91bdfa5b009964f3364578a6eba9506a
6
+ metadata.gz: b8a91cb7a242b657c35c59c57eae90b79661e4059f4f7603723a98dcc9f02a47896d5123847d58d2ab78b20d0e00e83495354ffb3ee395c50f0408f5fb9ac268
7
+ data.tar.gz: 5683cad7c1cc6ce13c778b744750e9f1e2e15d2ad269d9f703757c822dd9ec52071ab02606e1078bf21be82f8533177167a7ce683ad96eeed064653e3826c6ec
data/bin/inloop-brain CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "inloop/brain"
3
+ require_relative "../lib/inloop-brain"
4
4
 
5
5
  Inloop::Brain::CLI.start(ARGV)
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inloop-brain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
7
+ - Abhishek Parolkar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -55,7 +55,7 @@ dependencies:
55
55
  description: A simple command-line tool that sends prompts to the Inloop Brain Access
56
56
  Kit API and returns responses
57
57
  email:
58
- - your.email@example.com
58
+ - abhishek@inloop.studio
59
59
  executables:
60
60
  - inloop-brain
61
61
  extensions: []
@@ -64,11 +64,11 @@ files:
64
64
  - bin/inloop-brain
65
65
  homepage: https://inloop.studio
66
66
  licenses:
67
- - MIT
67
+ - Nonstandard
68
68
  metadata:
69
69
  homepage_uri: https://inloop.studio
70
- source_code_uri: https://github.com/yourusername/inloop-brain
71
- changelog_uri: https://github.com/yourusername/inloop-brain/blob/main/CHANGELOG.md
70
+ source_code_uri: https://github.com/parolkar/inloop-brain
71
+ changelog_uri: https://github.com/parolkar/inloop-brain/blob/main/CHANGELOG.md
72
72
  post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths: