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.
- checksums.yaml +4 -4
- data/lib/lita/version.rb +1 -1
- data/rita.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d0abb952d371306e6f0902f02bfef3e6892de86dfbe25a5427747afcdf3dd89
|
|
4
|
+
data.tar.gz: c8d94bbf0e801c33c9a8c7222e7e80ee506836801d290ea84e6f9347690267b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6013e3e2c916868fdc6d5be6325945a48d4c093aa3845bfcff974e1326bc43b97dfa41cbb41254b1d90fbfc2b1673517d2e3a98625846681f50f2208c0368d3a
|
|
7
|
+
data.tar.gz: 591c5ad4c46b0c483432fdb74b45a00d1660e6cb804a2ca7b6f9c83ede52d6244970bee16c3308e72e7934896e9931dece7e2c7e6b22f88820b155da4b727c94
|
data/lib/lita/version.rb
CHANGED
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 = ["
|
|
11
|
-
spec.email = ["
|
|
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.
|
|
4
|
+
version: 5.0.0.alpha.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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
|
-
-
|
|
239
|
+
- hello@benjaminoakes.com
|
|
240
240
|
executables:
|
|
241
241
|
- lita
|
|
242
242
|
extensions: []
|