rita 5.0.0.alpha.3 → 5.0.0.alpha.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lita/version.rb +1 -1
  3. data/rita.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 937797e411e8775c55efab750102f1647c472e58f52c06619a0d5e85d1791df7
4
- data.tar.gz: b970fe6c07130e5585adadbc7ab705bb87250ee6ca73ebd4a3db8b8709a671de
3
+ metadata.gz: 7d0abb952d371306e6f0902f02bfef3e6892de86dfbe25a5427747afcdf3dd89
4
+ data.tar.gz: c8d94bbf0e801c33c9a8c7222e7e80ee506836801d290ea84e6f9347690267b2
5
5
  SHA512:
6
- metadata.gz: f4032c8bde7db40644e6992cdba9fcbc714800226e93cd80c5eddfff7af95da0a83787bec9d9f5e2ede7902e1394736874f595682395cecd3d3cb344613adf08
7
- data.tar.gz: b47f0d34c92e7bdd2689b1957767907f4f6db09f0f44c31b73e44714e7c90ee4a18bea165a91c61203da7da4fee5b54fc56166f5e5f2bd985c7168b97a546681
6
+ metadata.gz: 6013e3e2c916868fdc6d5be6325945a48d4c093aa3845bfcff974e1326bc43b97dfa41cbb41254b1d90fbfc2b1673517d2e3a98625846681f50f2208c0368d3a
7
+ data.tar.gz: 591c5ad4c46b0c483432fdb74b45a00d1660e6cb804a2ca7b6f9c83ede52d6244970bee16c3308e72e7934896e9931dece7e2c7e6b22f88820b155da4b727c94
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.3"
5
+ VERSION = "5.0.0.alpha.4"
6
6
  end
data/rita.gemspec CHANGED
@@ -7,8 +7,8 @@ require "lita/version"
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "rita"
9
9
  spec.version = Lita::VERSION
10
- spec.authors = ["Jimmy Cuadra"]
11
- spec.email = ["jimmy@jimmycuadra.com"]
10
+ spec.authors = ["Benjamin Oakes"]
11
+ spec.email = ["hello@benjaminoakes.com"]
12
12
  spec.description = "ChatOps for Ruby."
13
13
  spec.summary = "ChatOps framework for Ruby. Rita is a robot companion for your chat room."
14
14
  spec.homepage = "https://github.com/ritaio/rita"
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rita
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.alpha.3
4
+ version: 5.0.0.alpha.4
5
5
  platform: ruby
6
6
  authors:
7
- - Jimmy Cuadra
7
+ - Benjamin Oakes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -236,7 +236,7 @@ dependencies:
236
236
  version: 0.21.2
237
237
  description: ChatOps for Ruby.
238
238
  email:
239
- - jimmy@jimmycuadra.com
239
+ - hello@benjaminoakes.com
240
240
  executables:
241
241
  - lita
242
242
  extensions: []