rita 5.0.0.alpha.2 → 5.0.0.alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +13 -8
- data/lib/lita/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 937797e411e8775c55efab750102f1647c472e58f52c06619a0d5e85d1791df7
|
4
|
+
data.tar.gz: b970fe6c07130e5585adadbc7ab705bb87250ee6ca73ebd4a3db8b8709a671de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4032c8bde7db40644e6992cdba9fcbc714800226e93cd80c5eddfff7af95da0a83787bec9d9f5e2ede7902e1394736874f595682395cecd3d3cb344613adf08
|
7
|
+
data.tar.gz: b47f0d34c92e7bdd2689b1957767907f4f6db09f0f44c31b73e44714e7c90ee4a18bea165a91c61203da7da4fee5b54fc56166f5e5f2bd985c7168b97a546681
|
data/README.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1
|
-
#
|
1
|
+
# Rita
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/lita.svg)](https://rubygems.org/gems/lita)
|
4
|
-
[![Build Status](https://travis-ci.com/litaio/lita.svg?branch=main)](https://travis-ci.com/litaio/lita)
|
5
4
|
|
6
|
-
**
|
5
|
+
**Rita** is a chat bot written in [Ruby](https://www.ruby-lang.org/) with persistent storage provided by [Redis](https://redis.io/). It is a community-based, actively-maintained continuation of **Lita**, originally written by Jimmy Cuadra.
|
7
6
|
It uses a plugin system to connect to different chat services and to provide new behavior.
|
8
7
|
The plugin system uses the familiar tools of the Ruby ecosystem: [RubyGems](https://rubygems.org/) and [Bundler](https://bundler.io).
|
9
8
|
|
@@ -11,21 +10,27 @@ Automate your business and have fun with your very own robot companion.
|
|
11
10
|
|
12
11
|
## Documentation
|
13
12
|
|
14
|
-
|
13
|
+
TODO:
|
14
|
+
|
15
|
+
> Please visit [lita.io](https://www.lita.io/) for comprehensive documentation.
|
15
16
|
|
16
17
|
## Plugins
|
17
18
|
|
18
|
-
|
19
|
+
Rita aims to be backward compatible with existing Lita plugins.
|
20
|
+
|
21
|
+
TODO:
|
19
22
|
|
20
|
-
|
23
|
+
> A list of all publicly available Lita plugins is available on the [lita.io plugins page](https://www.lita.io/plugins).
|
24
|
+
>
|
25
|
+
> The plugins page automatically updates daily with information from RubyGems. See [publishing](https://docs.lita.io/plugin-authoring/#publishing) for more information.
|
21
26
|
|
22
27
|
## Contributing
|
23
28
|
|
24
|
-
See the [contribution guide](https://github.com/
|
29
|
+
See the [contribution guide](https://github.com/ritaio/rita/blob/main/CONTRIBUTING.md).
|
25
30
|
|
26
31
|
## History
|
27
32
|
|
28
|
-
For a history of releases, see the [Releases](https://github.com/
|
33
|
+
For a history of releases, see the [Releases](https://github.com/ritaio/rita/releases) page.
|
29
34
|
|
30
35
|
## License
|
31
36
|
|
data/lib/lita/version.rb
CHANGED