rita 5.0.0.alpha.1 → 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/.ruby-version +1 -1
- data/README.md +13 -8
- data/lib/lita/version.rb +1 -1
- data/lib/rita.rb +3 -0
- data/rita.gemspec +1 -1
- metadata +6 -5
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/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.6
|
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
data/lib/rita.rb
ADDED
data/rita.gemspec
CHANGED
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
30
30
|
"source_code_uri" => "https://github.com/ritaio/rita",
|
31
31
|
}
|
32
32
|
|
33
|
-
spec.add_runtime_dependency "bundler"
|
33
|
+
spec.add_runtime_dependency "bundler"
|
34
34
|
spec.add_runtime_dependency "faraday", "~> 1.6.0"
|
35
35
|
spec.add_runtime_dependency "http_router", "~> 0.11.2"
|
36
36
|
spec.add_runtime_dependency "i18n", "~> 1.8.10"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rita
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.0.alpha.
|
4
|
+
version: 5.0.0.alpha.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Cuadra
|
@@ -14,16 +14,16 @@ dependencies:
|
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: faraday
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -301,6 +301,7 @@ files:
|
|
301
301
|
- lib/lita/user.rb
|
302
302
|
- lib/lita/util.rb
|
303
303
|
- lib/lita/version.rb
|
304
|
+
- lib/rita.rb
|
304
305
|
- rita.gemspec
|
305
306
|
- spec/lita/adapter_spec.rb
|
306
307
|
- spec/lita/adapters/shell_spec.rb
|