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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72821e3e7d68813ee33cfdc4f67624106b759ef23a5ed6b9d7f3f8c442b0c8f1
4
- data.tar.gz: ae7c90ec162cce0c9813db6d1c172cc9efaaa4a5a6082c9e48d1275790468645
3
+ metadata.gz: 937797e411e8775c55efab750102f1647c472e58f52c06619a0d5e85d1791df7
4
+ data.tar.gz: b970fe6c07130e5585adadbc7ab705bb87250ee6ca73ebd4a3db8b8709a671de
5
5
  SHA512:
6
- metadata.gz: 64a2e9506a5370018ee52bf1b3b9aad43ddc36091a452bae55df49af0cd65fff96e9280607ee800f064a6df2eedb28eeea3b8ae53bd5a0450b89bd92248c585c
7
- data.tar.gz: 2f3d1a793ef84817a738f081a0d5f03022366ec8fb13bd6b02cfd5349f5944c5f1ad683d8c22c9677dc6768a97bf6bfc454b1ed66ddb1c000e69adaff02be3c7
6
+ metadata.gz: f4032c8bde7db40644e6992cdba9fcbc714800226e93cd80c5eddfff7af95da0a83787bec9d9f5e2ede7902e1394736874f595682395cecd3d3cb344613adf08
7
+ data.tar.gz: b47f0d34c92e7bdd2689b1957767907f4f6db09f0f44c31b73e44714e7c90ee4a18bea165a91c61203da7da4fee5b54fc56166f5e5f2bd985c7168b97a546681
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.3.6
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.1"
5
+ VERSION = "5.0.0.alpha.3"
6
6
  end
data/lib/rita.rb ADDED
@@ -0,0 +1,3 @@
1
+ require "lita"
2
+
3
+ Rita = Lita
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", "~> 2.2.3"
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.1
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: 2.2.3
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: 2.2.3
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