ruboto-ai 0.2.0 → 0.2.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 -2
- data/lib/ruboto/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b34d29d912432b977045c02753a4bfb75ec283ee6f14a58437f5ca1f5ccb8c63
|
|
4
|
+
data.tar.gz: 6f4624ec9fbd7dea37da0e87da4aa82765c4beb7d4d2b4554529eff1d4129948
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43b62c69cc8540c5c3c4883b82c3eda8a5b0d173908810dc9d3c27fbd24af4940edd422f9d9375eeeabb72adedc1b87d3f0ee717bf80c6926ac8eb6ba57192fe
|
|
7
|
+
data.tar.gz: 34020d32cc0b1dee5a04799900f29eda18b341f7af5d7e43770ab209b2cd0fe9c47561ef04d732347ae0aa04729db497e16587365c6bd09eb9dd9e3e75222e78
|
data/README.md
CHANGED
|
@@ -22,7 +22,7 @@ gem install ruboto-ai
|
|
|
22
22
|
### From Source
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
git clone https://github.com/
|
|
25
|
+
git clone https://github.com/akhil-gautam/ruboto-ai.git
|
|
26
26
|
cd ruboto-ai
|
|
27
27
|
gem build ruboto.gemspec
|
|
28
28
|
gem install ruboto-ai-0.1.0.gem
|
|
@@ -225,7 +225,7 @@ Ruboto stores data in `~/.ruboto/`:
|
|
|
225
225
|
|
|
226
226
|
```bash
|
|
227
227
|
# Clone the repo
|
|
228
|
-
git clone https://github.com/
|
|
228
|
+
git clone https://github.com/akhil-gautam/ruboto-ai.git
|
|
229
229
|
cd ruboto-ai
|
|
230
230
|
|
|
231
231
|
# Run directly without installing
|
data/lib/ruboto/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruboto-ai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akhil Gautam
|
|
@@ -23,13 +23,13 @@ files:
|
|
|
23
23
|
- bin/ruboto-ai
|
|
24
24
|
- lib/ruboto.rb
|
|
25
25
|
- lib/ruboto/version.rb
|
|
26
|
-
homepage: https://github.com/
|
|
26
|
+
homepage: https://github.com/akhil-gautam/ruboto-ai
|
|
27
27
|
licenses:
|
|
28
28
|
- MIT
|
|
29
29
|
metadata:
|
|
30
|
-
homepage_uri: https://github.com/
|
|
31
|
-
source_code_uri: https://github.com/
|
|
32
|
-
changelog_uri: https://github.com/
|
|
30
|
+
homepage_uri: https://github.com/akhil-gautam/ruboto-ai
|
|
31
|
+
source_code_uri: https://github.com/akhil-gautam/ruboto-ai
|
|
32
|
+
changelog_uri: https://github.com/akhil-gautam/ruboto-ai/blob/main/CHANGELOG.md
|
|
33
33
|
rdoc_options: []
|
|
34
34
|
require_paths:
|
|
35
35
|
- lib
|