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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -8
  3. data/lib/lita/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 794929430473fc5c22aaf15d6224e391198e7ff1a86b4ed1470da3333f088a95
4
- data.tar.gz: 3c2224e807b35317d5f5471b24d6cdfac1fa2dc1f8019ee26f608da3541c2625
3
+ metadata.gz: 937797e411e8775c55efab750102f1647c472e58f52c06619a0d5e85d1791df7
4
+ data.tar.gz: b970fe6c07130e5585adadbc7ab705bb87250ee6ca73ebd4a3db8b8709a671de
5
5
  SHA512:
6
- metadata.gz: a9ab511179725535882ba53c851dc12145af192ae0256ee3d295d74f259cc6610f2e6a70ace9394a4021e784b1bac6f89b53d8cf626cf47ce16a5dd9e32d2cb4
7
- data.tar.gz: 33b57d7cb945f2db328b63955173e3ad687cf1dd80a919269312979ee26aba7438f09a93308cd970dd8b98fe3e56f02c67e55c35a14837eec49eb46cc9b5ea0f
6
+ metadata.gz: f4032c8bde7db40644e6992cdba9fcbc714800226e93cd80c5eddfff7af95da0a83787bec9d9f5e2ede7902e1394736874f595682395cecd3d3cb344613adf08
7
+ data.tar.gz: b47f0d34c92e7bdd2689b1957767907f4f6db09f0f44c31b73e44714e7c90ee4a18bea165a91c61203da7da4fee5b54fc56166f5e5f2bd985c7168b97a546681
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
- # Lita
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
- **Lita** is a chat bot written in [Ruby](https://www.ruby-lang.org/) with persistent storage provided by [Redis](https://redis.io/).
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
- Please visit [lita.io](https://www.lita.io/) for comprehensive documentation.
13
+ TODO:
14
+
15
+ > Please visit [lita.io](https://www.lita.io/) for comprehensive documentation.
15
16
 
16
17
  ## Plugins
17
18
 
18
- A list of all publicly available Lita plugins is available on the [lita.io plugins page](https://www.lita.io/plugins).
19
+ Rita aims to be backward compatible with existing Lita plugins.
20
+
21
+ TODO:
19
22
 
20
- The plugins page automatically updates daily with information from RubyGems. See [publishing](https://docs.lita.io/plugin-authoring/#publishing) for more information.
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/litaio/lita/blob/main/CONTRIBUTING.md).
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/litaio/lita/releases) page.
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Lita
4
4
  # The current version of Lita.
5
- VERSION = "5.0.0.alpha.2"
5
+ VERSION = "5.0.0.alpha.3"
6
6
  end
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.2
4
+ version: 5.0.0.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra